blob: 37763eb7f659b2b85feb92092ccc943ac2e1a5ef [file] [log] [blame]
jkummerow@chromium.org1e8da742013-08-26 17:13:35 +000012013-08-26: Version 3.21.4
2
3 Lowered kInitialMaxFastElementArray constant to 95K (issue 2790).
4
5 Use signals for cpu profiling on Mac OS X (issue 2814).
6
7 Deprecated CpuProfileNode::GetSelfSamplesCount (Chromium issue 267595).
8
9 Added support for higher CPU profiler sampling rate on posix systems
10 (issue 2814).
11
12 Worked around 'inlining failed' build error with older GCC 4.x releases.
13
14 Added source map support to tick processor.
15
16 Stability improvements on all platforms.
17
18
rossberg@chromium.org92597162013-08-23 13:28:00 +0000192013-08-23: Version 3.21.3
20
21 Temporarily disabled optimization for StringWrappers to use native
22 valueOf. (issue 2855)
23
24 Fixed crash on function declarations in eval inside non-trivial local
25 scope. (issue 2594)
26
27 Rewrote SamplingCircularQueue. (issue 2814)
28
29 Fixed hidden properties on object with frozen prototype. (issue 2829)
30
31 Fix deoptimization bug. (Chromium issue 274164)
32
33 Stability improvements on all platforms.
34
35
verwaest@chromium.orgec6855e2013-08-22 12:26:58 +0000362013-08-22: Version 3.21.2
37
38 Stability improvements on all platforms.
39
40
verwaest@chromium.org32cb9b22013-08-21 11:18:12 +0000412013-08-21: Version 3.21.1
42
43 Promoted ArrayBuffer, DataView and typed arrays to non-experimental.
44 (Chromium issue 270527)
45
46 Replaced OS::MemCopy with memcpy in typed array initialization.
47 (Chromium issue 270642)
48
49 Moved i18n break iterator C++ code to runtime (issue 2745)
50
51 Fixed invalid out-of-bounds store in MacroAssembler::Allocate.
52 (Chromium issue 263515)
53
54 Fixed register misuse in Allocate() on ARM. (issue 2851)
55
56 Fixed empty handle dereference in Runtime_InternalNumberFormat.
57 (Chromium issue 275467)
58
59 Performance and stability improvements on all platforms.
60
61
rossberg@chromium.orgebeba022013-08-19 09:36:44 +0000622013-08-19: Version 3.21.0
63
64 Fixed GC-related crasher (Chromium issue 274438)
65
66 Reverted making Intl non-enumerable.
67
68 Performance and stability improvements on all platforms.
69
70
danno@chromium.orgc00ec2b2013-08-14 17:13:49 +0000712013-08-14: Version 3.20.17
72
73 Fixed Math.round/floor that had bogus Smi representation
74 (Chromium issue 272564)
75
76 Performance and stability improvements on all platforms.
77
78
danno@chromium.org59400602013-08-13 17:09:37 +0000792013-08-13: Version 3.20.16
80
81 Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679)
82
83 Fixed gcmole bugs in i18n code (issue 2745)
84
85 ia32: Calls to the TranscendentalCacheStub must ensure that esi is
86 set (issue 2827)
87
88 Made sure polymorphic element access creates non-replaying
89 phis. (issue 2815)
90
91 Allowed HPhis to have an invalid merge index. (issue 2815)
92
93 Fixed smi-based math floor. (Chromium issue 270268)
94
95 Deprecated self and total time getters and total sample count
96 getter on CpuProfileNode. (Chromium issue 267595)
97
98 Fixed Object.freeze, Object.observe wrt CountOperation and
99 CompoundAssignment. (issue 2774,2779)
100
101 Performance and stability improvements on all platforms.
102
103
1042013-08-07: Version 3.20.14
105
106 Exposed eternal handle api.
107
108 Bugfix to solve issues with enabling V8 typed arrays in Blink.
109
110 Fixed Array index dehoisting. (Chromium issue 264203)
111
112 Updated Array Iterator to use numeric indexes (issue 2818)
113
114 Return start/end profiling time in microseconds instead of milliseconds
115 (issue 2824)
116
117 Performance and stability improvements on all platforms.
118
119
1202013-08-06: Version 3.20.14
121
122 Added new Harmony methods to Array.prototype object.
123 (issue 2776,v8:2777)
124
125 Performance and stability improvements on all platforms.
126
127
danno@chromium.orgd3c42102013-08-01 16:58:23 +00001282013-08-01: Version 3.20.12
129
130 Removed buggy ToNumber truncation (partial fix for issue 2813)
131
132 Calling Map etc without new should throw TypeError (issue 2819)
133
134 Fixed a crash for large code objects on ARM (Chromium issue 2736)
135
136 Fixed stale unhandlified value in JSObject::SetPropertyForResult.
137 (Chromium issue 265894)
138
139 Added new Harmony methods to String.prototype object.
140 (issue 2796,v8:2797,v8:2798,v8:2799)
141
142 Performance and stability improvements on all platforms.
143
144
1452013-07-30: Version 3.20.11
146
147 Performance and stability improvements on all platforms.
148
149
1502013-07-29: Version 3.20.10
151
152 Performance and stability improvements on all platforms.
153
154
jkummerow@chromium.orgfb732b12013-07-26 10:27:09 +00001552013-07-26: Version 3.20.9
156
157 Check that ExternalString objects get aligned resources.
158
159 Fixed JSArray-specific length lookup in polymorphic array handling
160 (Chromium issues 263276, 263905).
161
162 Performance and stability improvements on all platforms.
163
164
yangguo@chromium.orgc73d55b2013-07-24 08:18:28 +00001652013-07-24: Version 3.20.8
166
167 Deprecated v8::V8::Pause/ResumeProfiler.
168
169 Fixed Chromium issues 247688, 258519 and 260203.
170
171 Performance and stability improvements on all platforms.
172
173
jkummerow@chromium.orgba72ec82013-07-22 09:21:20 +00001742013-07-22: Version 3.20.7
175
176 Deprecated some debugger methods.
177
178 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787).
179
180 Fixed data race in SamplingCircularQueue (Chromium issue 251218).
181
182 Fixed type feedback in presence of negative lookups
183 (Chromium issue 252797).
184
185 Do not materialize context-allocated values for debug-evaluate
186 (Chromium issue 259300).
187
188 Synchronized Compare-Literal behavior in FullCodegen and Hydrogen
189 (Chromium issue 260345).
190
191 Performance and stability improvements on all platforms.
192
193
jkummerow@chromium.org10480472013-07-17 08:22:15 +00001942013-07-17: Version 3.20.6
195
196 Try to remove invalidated stubs before falling back to checking the
197 constant state (Chromium issue 260585).
198
199 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475).
200
201 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361).
202
203 Use internal array as API function cache (Chromium issue 260106).
204
205 Fixed possible stack overflow in range analysis
206 (Chromium issue 259452).
207
208 Performance and stability improvements on all platforms.
209
210
danno@chromium.org169691d2013-07-15 08:01:13 +00002112013-07-15: Version 3.20.5
212
jkummerow@chromium.org10480472013-07-17 08:22:15 +0000213 Ensured that the length of frozen arrays is immutable
214 (issue 2711, Chromium issue 259548).
danno@chromium.org169691d2013-07-15 08:01:13 +0000215
216 Performance and stability improvements on all platforms.
217
218
danno@chromium.orgbee51992013-07-10 14:57:15 +00002192013-07-10: Version 3.20.4
220
221 Fixed garbage-collection issue that causes a crash on ARM
222 (Chromium issue 254570)
223
224 Performance and stability improvements on all platforms.
225
226
mstarzinger@chromium.orge0e1b0d2013-07-08 08:38:06 +00002272013-07-08: Version 3.20.3
228
229 Performance and stability improvements on all platforms.
230
231
machenbach@chromium.orgc1789ee2013-07-05 07:09:57 +00002322013-07-05: Version 3.20.2
233
234 Remove deprecated heap profiler methods from V8 public API
235
236 Mark i18n functions as native and set proper names
237 (issue 2745)
238
239 Correctly report stack trace when current function is FunctionApply
240 builtin (Chromium issue 252097)
241
242 Enable GDBJIT interface for standalone by default.
243
244 Fix debuggersupport=off build. (issue 2754)
245
246 Introduce -m64 flag for making x64 when the default gcc compiler is for
247 X32
248
249 Performance and stability improvements on all platforms.
250
251
jkummerow@chromium.org93a47f42013-07-02 14:43:41 +00002522013-07-02: Version 3.20.1
253
254 Implemented WeakMap.prototype.clear function. (issue 2753)
255
256 Ensure CheckInitialized is present independent of define.
257 (Chromium issue 255779)
258
259 Performance and stability improvements on all platforms.
260
261
mstarzinger@chromium.org1510d582013-06-28 14:00:48 +00002622013-06-28: Version 3.20.0
263
264 Migrated several tests from blink to V8 repository.
265
266 Allowed users of the V8 API to distinguish between unset and undefined
267 HiddenValues (issue 2746).
268
269 Deprecated old style callbacks in the V8 API.
270
271 Turned on parallel recompilation.
272
273 Performance and stability improvements on all platforms.
274
275
dslomov@chromium.orgb752d402013-06-18 11:54:54 +00002762013-06-18: Version 3.19.18
277
278 Fixed read-only attribute of Function.length in strict mode.
279 (issue 2705)
280
281 Fixed Runtime_SetProperty to properly handle OOM failures
282 (Chromium issue 249873)
283
284 Emit deprecated check for constant function transitions.
285 (Chromium issue 250609)
286
287 Made MathFloorOfDiv optimization trigger more often
288 (Issue 2205)
289
290 Make more GCs in idle notification handler.
291 (Chromium issue 241815)
292
293 Increased default type info threshold.
294 (Issue 2730)
295
296 Performance and stability improvements on all platforms.
297
298
2992013-06-14: Version 3.19.16
300
301 Performance and stability improvements on all platforms.
302
303
danno@chromium.orgf95d4b92013-06-13 14:40:17 +00003042013-06-13: Version 3.19.15
305
306 Performance and stability improvements on all platforms.
307
308
danno@chromium.org41728482013-06-12 22:31:22 +00003092013-06-13: Version 3.19.14
310
311 Fixed crashes when calling new Array(a) with a single argument that
312 could result in creating a holey array with a packed elements kind.
313 (Chromium issue 245480)
314
315 Fixed issues in parallel compilation.
316 (Chromium issue 248076)
317
318 Performance and stability improvements on all platforms.
319
320
ulan@chromium.org837a67e2013-06-11 15:39:48 +00003212013-06-11: Version 3.19.13
322
323 Performance and stability improvements on all platforms.
324
325
verwaest@chromium.org8a00e822013-06-10 15:11:22 +00003262013-06-10: Version 3.19.12
327
328 Fixed arguments array access. (Chromium issue 247303)
329
330 Fixed bug in LookupForWrite. (Chromium issue 242332)
331
332 Performance and stability improvements on all platforms.
333
334
danno@chromium.org1fd77d52013-06-07 16:01:45 +00003352013-06-07: Version 3.19.11
336
337 Performance and stability improvements on all platforms.
338
339
ulan@chromium.orgdfe53072013-06-06 14:14:51 +00003402013-06-06: Version 3.19.10
341
342 Performance and stability improvements on all platforms.
343
344
verwaest@chromium.orgd4be0f02013-06-05 13:39:03 +00003452013-06-05: Version 3.19.9
346
347 Implemented Load IC support for loading properties from primitive
348 values to avoid perpetual soft deopts. (Chromium issue 242512)
349
350 Implemented Freeing of PerThreadAssertData when possible to avoid
351 memory leak. (Chromium issue 246567)
352
353 Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS.
354
355 Performance and stability improvements on all platforms.
356
357
rossberg@chromium.org79e79022013-06-03 15:43:46 +00003582013-06-03: Version 3.19.8
359
360 Fixed bug with inlining 'Array' function. (Chromium issue 244461)
361
362 Fixed initialization of literal objects. (Chromium issue 245424)
363
364 Fixed function name inferred inside closures. (Chromium issue 224884)
365
366 Performance and stability improvements on all platforms.
367
368
rossberg@chromium.orgb99c7542013-05-31 11:40:45 +00003692013-05-31: Version 3.19.7
370
371 Added support for //# sourceURL similar to deprecated //@ sourceURL one.
372 (issue 2702)
373
374 Made sure IfBuilder::Return clears the current block.
375 (Chromium issue 243868)
376
377 Fixed two CPU profiler tests on ARM and MIPS simulators
378 (issue 2628)
379
380 Fixed idle incremental GC for large objects.
381 (Chromium issue 241815)
382
383 Disabled --optimize-constructed-arrays due to crashes
384 (Chromium issue 244461)
385
386 Performance and stability improvements on all platforms.
387
388
jkummerow@chromium.orgc1184022013-05-28 16:58:15 +00003892013-05-28: Version 3.19.6
390
391 Fixed IfBuilder::Deopt to clear the current block
392 (Chromium issue 243868).
393
394 Performance and stability improvements on all platforms.
395
396
svenpanne@chromium.org53ad1752013-05-27 12:20:38 +00003972013-05-27: Version 3.19.5
398
399 Reset regexp parser flag after scanning ahead for capture groups.
400 (issue 2690)
401
402 Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup.
403 (issue 2628)
404
405 Performance and stability improvements on all platforms.
406
407
svenpanne@chromium.orga53e8e02013-05-24 12:35:50 +00004082013-05-24: Version 3.19.4
409
410 Fixed edge case in stack trace formatting. (Chromium issue 237617)
411
412 Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium
413 issue 240032)
414
415 Made Object.freeze fast (issue 1858, Chromium issue 115960)
416
417 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue
418 242924)
419
420 Performance and stability improvements on all platforms.
421
422
ulan@chromium.orgbf9432e2013-05-22 14:05:23 +00004232013-05-22: Version 3.19.3
424
425 Performance and stability improvements on all platforms.
426
427
jkummerow@chromium.org4e308cf2013-05-17 13:39:16 +00004282013-05-17: Version 3.19.2
429
430 Fill in one-word-fillers for the unused property fields
431 (Chromium issue 240056).
432
433 Removed use_system_v8 logic from the mainline gyp file
434 (Chromium issue 226860).
435
436 Skip CPU profiler samples where top function's stack frame is not
437 set up properly (issue 2628).
438
439 Performance and stability improvements on all platforms.
440
441
ulan@chromium.org906e2fb2013-05-14 08:14:38 +00004422013-05-14: Version 3.19.1
443
444 Fixed missing hole check for loads from Smi arrays when all uses are
445 changes (Chromium issue 233737)
446
447 Performance and stability improvements on all platforms.
448
449
ulan@chromium.org57ff8812013-05-10 08:16:55 +00004502013-05-10: Version 3.19.0
451
452 Deprecated Context::New which returns Persistent.
453
454 Added Persistent<T>::Reset which disposes the handle and redirects it to
455 point to another object.
456
457 Deprecated WriteAscii and MayContainNonAscii.
458
459 Exposed AssertNoAllocation to API.
460
461 Performance and stability improvements on all platforms.
462
463
danno@chromium.orgf005df62013-04-30 16:36:45 +00004642013-04-30: Version 3.18.5
465
466 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
467
468 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
469 (Chromium issue 235311)
470
471 Change 'Parse error' to three more informative messages.
472 (Chromium issue 2636)
473
474 Performance and stability improvements on all platforms.
475
476
danno@chromium.orgca29dd82013-04-26 11:59:48 +00004772013-04-26: Version 3.18.4
478
479 Added a preliminary API for ES6 ArrayBuffers
480
481 Replaced qsort with std::sort. (Chromium issue 2639)
482
483 Performance and stability improvements on all platforms.
484
485
ulan@chromium.org32d7dba2013-04-24 10:59:06 +00004862013-04-24: Version 3.18.3
487
488 Exposed the GC under a name that is less collision prone than window.gc.
489 (issue 2641)
490
491 Do not emit double values at their use sites. (Chromium issue 234101)
492
493 Added methods to allow resuming execution after calling
494 TerminateExecution(). (issue 2361)
495
496 Performance and stability improvements on all platforms.
497
498
ulan@chromium.org77ca49a2013-04-22 09:43:56 +00004992013-04-22: Version 3.18.2
500
501 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
502 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
503
504 Removed heap snapshot size limit. (Chromium issue 232305)
505
506 Performance and stability improvements on all platforms.
507
508
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +00005092013-04-18: Version 3.18.1
510
511 Removed SCons related files and deprecated test suite configurations.
512
513 Improved handling of unary plus (issue 2527).
514
515 Performance and stability improvements on all platforms.
516
517
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +00005182013-04-17: Version 3.18.0
519
520 Enabled pretenuring of fast literals in high promotion mode.
521
522 Removed preparser library; link preparser executable against full V8.
523
524 Fixed set-up of intrinsic's 'constructor' properties.
525 (Chromium issue 229445)
526
527 ES6 symbols: extended V8 API to support symbols (issue 2158).
528
529 Removed ARM support for VFP2.
530
531 Made __proto__ a real JavaScript accessor property.
532 (issue 1949 and issue 2606)
533
534 Performance and stability improvements on all platforms.
535
536
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +00005372013-04-04: Version 3.17.16
538
539 Stack trace API: poison stack frames below the first strict mode frame.
540 (issue 2564)
541
542 Made Isolate::GetHeapStatistics robust against half-initialized
543 isolates (Chromium issue 2591).
544
545 Finished implementation of ES6 symbols aka. private names (issue 2158).
546
547 Performance and stability improvements on all platforms.
548
549
danno@chromium.orgc99cd482013-03-21 15:26:42 +00005502013-03-21: Version 3.17.15
551
552 Rolled back API changes to maintain compatibility with older
553 3.17.x versions of V8.
554
555 Disable zapping of global handles in release mode.
556
557 Always mark the entire valid prefix of the descriptor array.
558 (Chromium issue 196331)
559
560 Use internal memcpy for CopyWords and when copying code.
561 (Chromium issue 196330)
562
563 Performance and stability improvements on all platforms.
564
565
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +00005662013-03-20: Version 3.17.14
567
568 Use internal memcpy when initializing code objects.
569 (Chromium issue 196330)
570
571 Disabled weak embedded maps because of crashes.
572 (Chromium issues 172489, 217858)
573
574 Performance and stability improvements on all platforms.
575
576
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +00005772013-03-19: Version 3.17.13
578
579 Turned Flags into a uint32_t typedef (Chromium issue 194749).
580
581 Performance and stability improvements on all platforms.
582
583
svenpanne@chromium.org876cca82013-03-18 14:43:20 +00005842013-03-18: Version 3.17.12
585
586 Unified kMaxArguments with number of bits used to encode it.
587 (Chromium issue 211741)
588
589 Fixed detection of |handle_smi| case in
590 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
591 (Chromium issue 196583)
592
593 Performance and stability improvements on all platforms.
594
595
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +00005962013-03-15: Version 3.17.11
597
598 Added a version of the v8::HandleScope constructor with an v8::Isolate
599 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
600 method of v8::Isolate.
601 (issue 2487)
602
603 Fixed two register allocator bugs (off-by-one error/failure
604 propagation). (issue 2576)
605
606 Fixed huge heap snapshot when a heavily shared context has many
607 variables. (Chromium issue 145687)
608
609 Performance and stability improvements on all platforms.
610
611
ulan@chromium.org6e196bf2013-03-13 09:38:22 +00006122013-03-13: Version 3.17.10
613
614 Fixed heap snapshot creation for Harmony collections. (issue 2535)
615
616 Fixed register allocation corner case. (Chromium issue 177883)
617
618 Performance and stability improvements on all platforms.
619
620
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +00006212013-03-08: Version 3.17.9
622
623 Restored Function()'s expected string representation. (issue 2470)
624
625 Enabled deprecatations (again). (issue 2487)
626
627 Avoid bool to Oddball conversions by being lazy. (issue 2491)
628
629 Added %p option to --logfile.
630
631 Hardened Function()'s parsing of function literals. (issue 2470)
632
633 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
634
635 Performance and stability improvements on all platforms.
636
637
ulan@chromium.org750145a2013-03-07 15:14:13 +00006382013-03-07: Version 3.17.8
639
640 Added missing license headers. (Chromium issue 98597)
641
642 Inserted missing type cast in JSON.stringify. (issue 2570)
643
644 Reverted "Send SIGPROF signals on the profiler event processor thread"
645 (issue 2571)
646
647 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
648 (issue 2568)
649
650 ES6 symbols: filter symbols form for-in loops and Object.keys.
651 (issue 2158)
652
653 Properly handle misses for StoreArrayLengthStub on ia32 and x64
654 (issue 2566)
655
656 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
657
658 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
659
660 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
661 (issue 2556)
662
663 Enabled zapping of disposed global handles in release mode.
664 (Chromium issue 176056)
665
666 Added workaround for redefinition of __proto__ property. (issue 2565)
667
668 ES6 symbols: Allow symbols as property names. (issue 2158)
669
670 Performance and stability improvements on all platforms.
671
672
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00006732013-03-04: Version 3.17.7
674
675 Limited recursion in regexp compilation by a budget.
676 (Chromium issue 178790)
677
678 ES6 symbols: Implemented Symbol intrinsic and basic functionality
679 (issue 2158)
680
681 Performance and stability improvements on all platforms.
682
683
hpayer@chromium.org8432c912013-02-28 15:55:26 +00006842013-02-28: Version 3.17.6
685
686 Fixed materialization of arguments objects with unknown values.
687 (Chromium issue 163530)
688
689 Set default number of sweeper threads to at most four.
690
691 Performance and stability improvements on all platforms.
692
693
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00006942013-02-27: Version 3.17.5
695
696 Made __proto__ a foreign callback on Object.prototype.
697 (issue 621, issue 1949 and issue 2441)
698
699 Performance and stability improvements on all platforms.
700
701
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00007022013-02-25: Version 3.17.4
703
704 Performance and stability improvements on all platforms.
705
706
ulan@chromium.org2e04b582013-02-21 14:06:02 +00007072013-02-21: Version 3.17.3
708
709 Performance and stability improvements on all platforms.
710
711
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00007122013-02-19: Version 3.17.2
713
714 Removed bogus check for TOP register in deoptimizer.
715 (Chromium issue 176943)
716
717 Made the Isolate parameter mandatory for internal HandleScopes.
718 (issue 2487)
719
720 Fixed f.apply() optimization when declared arguments are mutated.
721 (issue 2539)
722
723 Performance and stability improvements on all platforms.
724
725
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00007262013-02-14: Version 3.17.1
727
728 Performance and stability improvements on all platforms.
729
730
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00007312013-02-13: Version 3.17.0
732
733 Enabled parallel sweeping.
734
735 Don't try to unlink instructions twice during GVN
736 (Chromium issue 175141)
737
738 Fixed code flusher disabling while marking incrementally.
739 (Chromium issue 173458, 168582)
740
741 Don't use TLS for space iterators.
742 (issue 2531)
743
744 Added new GetHeapStatistics API entry and deprecated old one.
745
746 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
747 platform-independent code.
748 (Chromium issue 173907)
749
750 Added --trace-array-abuse to help find OOB accesses.
751
752 Performance and stability improvements on all platforms.
753
754
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00007552013-02-06: Version 3.16.14
756
757 Performance and stability improvements on all platforms.
758
759
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00007602013-02-04: Version 3.16.13
761
762 Tagged stubs that rely on instance types as MEGAMORPHIC.
763 (Chromium issue 173974)
764
765 Fixed clearing of dead dependent codes and verifing of weak
766 embedded maps on full GC. (Chromium issue 172488,172489)
767
768 Made the arm port build cleanly with Clang.
769
770 Performance and stability improvements on all platforms.
771
772
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00007732013-01-31: Version 3.16.12
774
775 Performance and stability improvements on all platforms.
776
777
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00007782013-01-30: Version 3.16.11
779
780 Put making embedded maps in optimized code weak behind a flag.
781 (Chromium issue 172488,172489)
782
783 Performance and stability improvements on all platforms.
784
785
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00007862013-01-25: Version 3.16.10
787
788 Avoid excessive memory usage during redundant phi elimination.
789 (issue 2510)
790
791 Fixed additional spec violations wrt RegExp.lastIndex.
792 (issue 2437)
793
794 Added Isolate parameter to Persistent class.
795 (issue 2487)
796
797 Performance and stability improvements on all platforms.
798
799
yangguo@chromium.org003650e2013-01-24 16:31:08 +00008002013-01-24: Version 3.16.9
801
802 Made embedded maps in optimized code weak.
803 (issue 2073)
804
805 Fixed corner case when JSFunction is evicted from flusher.
806 (Chromium issue 168801)
807
808 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
809 (Chromium issue 171641)
810
811 Performance and stability improvements on all platforms.
812
813
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00008142013-01-23: Version 3.16.8
815
816 Correctly reset lastIndex in an RegExp object.
817 (Chromium issue 170856)
818
819 Added a workaround for Windows compilation problems related to V8EXPORT.
820 (issue 2507)
821
822 tools/run-tests.py: shlex.split() the value of --command-prefix
823 (Chromium issue 171553)
824
825 Fixed pattern detection for replacing shifts by rotation.
826 (Chromium issue 2499)
827
828 Performance and stability improvements on all platforms.
829
830
yangguo@chromium.org28381b42013-01-21 14:39:38 +00008312013-01-21: Version 3.16.7
832
833 Removed <(library) usage from v8.gyp.
834 (Chromium issue 111541)
835
836 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
837 (Chromium issue 169928)
838
839 Performance and stability improvements on all platforms.
840
841
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00008422013-01-18: Version 3.16.6
843
844 Made the Isolate parameter mandatory in Locker and Unlocker classes.
845 (issue 2487)
846
847 Avoid pointer underflow in CopyCharsUnsigned.
848 (issue 2493)
849
850 Generate shim headers when using system v8.
851 (Chromium issue 165264)
852
853 Fixed arguments materialization for inlined apply().
854 (issue 2489)
855
856 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
857 (Chromium issue 147497)
858
859 Added sanity check to CodeFlusher::AddCandidate.
860 (Chromium issue 169209)
861
862 Performance and stability improvements on all platforms.
863
864
8652013-01-15: Version 3.16.5
866
867 Removed deprecated functions from V8's external API.
868
869 Prepared API for WebKit use of Latin-1.
870
871 Fixed V8 issue 2486.
872
873 Fixed Chromium issue 169723.
874
875 Performance and stability improvements on all platforms.
876
877
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00008782013-01-11: Version 3.16.4
879
880 Fixed Chromium issues 168545 and 169209.
881
882 Performance and stability improvements on all platforms.
883
884
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00008852013-01-09: Version 3.16.3
886
887 Improved GC performance when moving parts of a FixedArray (issue 2452).
888
889 Enabled readline on d8 while building a shared lib (issue 1781).
890
891 Fixed missing exception check in typed array constructor
892 (Chromium issue 168545).
893
894 Check for read-only-ness when preparing for array sort (issue 2419).
895
896 Performance and stability improvements on all platforms.
897
898
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00008992013-01-04: Version 3.16.2
900
901 Added Makefile options to build for the Raspberry Pi (armv7=0,
902 arm_fpu=vfp2).
903
904 Performance and stability improvements on all platforms.
905
906
ulan@chromium.org4121f232012-12-27 15:57:11 +00009072012-12-27: Version 3.16.1
908
909 Fixed x64 MathMinMax for negative untagged int32 arguments.
910 (Chromium issue 164442)
911
912 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
913 (issue 2458)
914
915 Performance and stability improvements on all platforms.
916
917
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00009182012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000919
920 V8_Fatal now prints C++ stack trace in debug mode.
921
922 Added HTML-based tick processor.
923
924 Continued implementation of Object.observe (V8 issue 2409).
925
926 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
927
928 Fixed Chromium issues 125308, 165637, 166379, 166553.
929
930 Performance and stability improvements on all platforms.
931
932
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00009332012-12-10: Version 3.15.11
934
935 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
936 flags.
937
938 Performance and stability improvements on all platforms.
939
940
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00009412012-12-07: Version 3.15.10
942
943 Enabled optimisation of functions inside eval. (issue 2315)
944
945 Fixed spec violations in methods of Number.prototype. (issue 2443)
946
947 Added GCTracer metrics for a scavenger GC for DOM wrappers.
948
949 Performance and stability improvements on all platforms.
950
951
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00009522012-12-06: Version 3.15.9
953
954 Fixed candidate eviction in code flusher.
955 (Chromium issue 159140)
956
957 Iterate through all arguments for side effects in Math.min/max.
958 (issue 2444)
959
960 Fixed spec violations related to regexp.lastIndex
961 (issue 2437, issue 2438)
962
963 Performance and stability improvements on all platforms.
964
965
mmassi@chromium.org49a44672012-12-04 13:52:03 +00009662012-12-04: Version 3.15.8
967
968 Enforced stack allocation of TryCatch blocks.
969 (issue 2166,chromium:152389)
970
971 Fixed external exceptions in external try-catch handlers.
972 (issue 2166)
973
974 Activated incremental code flushing by default.
975
976 Performance and stability improvements on all platforms.
977
978
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00009792012-11-30: Version 3.15.7
980
981 Activated code aging by default.
982
983 Included more information in --prof log.
984
985 Removed eager sweeping for lazy swept spaces. Try to find in
986 SlowAllocateRaw a bounded number of times a big enough memory slot.
987 (issue 2194)
988
989 Performance and stability improvements on all platforms.
990
991
danno@chromium.org1f34ad32012-11-26 14:53:56 +00009922012-11-26: Version 3.15.6
993
994 Ensure double arrays are filled with holes when extended from
995 variations of empty arrays. (Chromium issue 162085)
996
997 Performance and stability improvements on all platforms.
998
999
ulan@chromium.org8e8d8822012-11-23 14:36:46 +000010002012-11-23: Version 3.15.5
1001
1002 Fixed JSON.stringify for objects with interceptor handlers.
1003 (Chromium issue 161028)
1004
1005 Fixed corner case in x64 compare stubs. (issue 2416)
1006
1007 Performance and stability improvements on all platforms.
1008
1009
yangguo@chromium.orgfb377212012-11-16 14:43:43 +000010102012-11-16: Version 3.15.4
1011
1012 Fixed Array.prototype.join evaluation order. (issue 2263)
1013
1014 Perform CPU sampling by CPU sampling thread only iff processing thread
1015 is not running. (issue 2364)
1016
1017 When using an Object as a set in Object.getOwnPropertyNames, null out
1018 the proto. (issue 2410)
1019
1020 Disabled EXTRA_CHECKS in Release build.
1021
1022 Heap explorer: Show representation of strings.
1023
1024 Removed 'type' and 'arguments' properties from Error object.
1025 (issue 2397)
1026
1027 Added atomics implementation for ThreadSanitizer v2.
1028 (Chromium issue 128314)
1029
1030 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
1031
1032 Performance and stability improvements on all platforms.
1033
1034
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +000010352012-11-13: Version 3.15.3
1036
1037 Changed sample shell to send non-JS output (e.g. errors) to stderr
1038 instead of stdout.
1039
1040 Correctly check for stack overflow even when interrupt is pending.
1041 (issue 214)
1042
1043 Collect stack trace on stack overflow. (issue 2394)
1044
1045 Performance and stability improvements on all platforms.
1046
1047
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +000010482012-11-12: Version 3.15.2
1049
1050 Function::GetScriptOrigin supplies sourceURL when script name is
1051 not available. (Chromium issue 159413)
1052
1053 Made formatting error message side-effect-free. (issue 2398)
1054
1055 Fixed length check in JSON.stringify. (Chromium issue 160010)
1056
1057 ES6: Added support for Set and Map clear method (issue 2400)
1058
1059 Fixed slack tracking when instance prototype changes.
1060 (Chromium issue 157019)
1061
1062 Fixed disabling of code flusher while marking. (Chromium issue 159140)
1063
1064 Added a test case for object grouping in a scavenger GC (issue 2077)
1065
1066 Support shared library build of Android for v8.
1067 (Chromium issue 158821)
1068
1069 ES6: Added support for size to Set and Map (issue 2395)
1070
1071 Performance and stability improvements on all platforms.
1072
1073
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +000010742012-11-06: Version 3.15.1
1075
1076 Put incremental code flushing behind a flag. (Chromium issue 159140)
1077
1078 Performance and stability improvements on all platforms.
1079
1080
danno@chromium.org72204d52012-10-31 10:02:10 +000010812012-10-31: Version 3.15.0
1082
1083 Loosened aligned code target requirement on ARM (issue 2380)
1084
1085 Fixed JSON.parse to treat leading zeros correctly.
1086 (Chromium issue 158185)
1087
1088 Performance and stability improvements on all platforms.
1089
1090
rossberg@chromium.org89e18f52012-10-22 13:09:53 +000010912012-10-22: Version 3.14.5
1092
1093 Killed off the SCons based build.
1094
1095 Added a faster API for creating v8::Integer objects.
1096
1097 Speeded up function deoptimization by avoiding quadratic pass over
1098 optimized function list. (Chromium issue 155270)
1099
1100 Always invoke the default Array.sort functions from builtin functions.
1101 (issue 2372)
1102
1103 Reverted recent CPU profiler changes because they broke --prof.
1104 (issue 2364)
1105
1106 Switched code flushing to use different JSFunction field.
1107 (issue 1609)
1108
1109 Performance and stability improvements on all platforms.
1110
1111
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +000011122012-10-15: Version 3.14.4
1113
1114 Allow evals for debugger even if they are prohibited in the debugee
1115 context. (Chromium issue 154733)
1116
1117 Enabled --verify-heap in release mode (issue 2120)
1118
1119 Performance and stability improvements on all platforms.
1120
1121
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +000011222012-10-11: Version 3.14.3
1123
1124 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
1125 (Chromium issue 155076).
1126
1127 Bumped variable limit further to 2^17 (Chromium issue 151625).
1128
1129 Performance and stability improvements on all platforms.
1130
1131
verwaest@chromium.org33e09c82012-10-10 17:07:22 +000011322012-10-10: Version 3.14.2
1133
1134 ARM: allowed VFP3 instructions when hardfloat is enabled.
1135 (Chromium issue 152506)
1136
1137 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
1138 (Chromium issue 151749)
1139
1140 Made GDBJIT interface compile again. (issue 1804)
1141
1142 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
1143 (Chromium issue 143967)
1144
1145 Made sure that names of temporaries do not clash with real variables.
1146 (issue 2322)
1147
1148 Rejected local module declarations. (Chromium issue 150628)
1149
1150 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
1151
1152 Fixed slot recording of code target patches.
1153 (Chromium issue 152615,chromium:144230)
1154
1155 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
1156
1157 Performance and stability improvements on all platforms.
1158
1159
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +000011602012-10-01: Version 3.14.1
1161
1162 Don't set -m32 flag when compiling with Android ARM compiler.
1163 (Chromium issue 143889)
1164
1165 Restore the descriptor array before returning allocation failure.
1166 (Chromium issue 151750)
1167
1168 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
1169 128252).
1170
1171 Pull more recent gyp in 'make dependencies'.
1172
1173 Made sure that the generic KeyedStoreIC changes length and element_kind
1174 atomically (issue 2346).
1175
1176 Bumped number of allowed variables per scope to 65535, to address GWT.
1177 (Chromium issue 151625)
1178
1179 Support sourceURL for dynamically inserted scripts (issue 2342).
1180
1181 Performance and stability improvements on all platforms.
1182
1183
ulan@chromium.org56c14af2012-09-20 12:51:09 +000011842012-09-20: Version 3.14.0
1185
1186 Fixed missing slot recording during clearing of CallICs.
1187 (Chromium issue 144230)
1188
1189 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
1190 (Chromium issue 150729)
1191
1192 Fixed minus zero test. (Issue 2133)
1193
1194 Fixed setting array length to zero for slow elements.
1195 (Chromium issue 146910)
1196
1197 Fixed lost arguments dropping in HLeaveInlined.
1198 (Chromium issue 150545)
1199
1200 Fixed casting error for receiver of interceptors.
1201 (Chromium issue 149912)
1202
1203 Throw a more descriptive exception when blocking 'eval' via CSP.
1204 (Chromium issue 140191)
1205
1206 Fixed debugger's eval when close to stack overflow. (issue 2318)
1207
1208 Added checks to live edit. (issue 2297)
1209
1210 Switched on code compaction on incremental GCs.
1211
1212 Fixed caching of optimized code for OSR. (issue 2326)
1213
1214 Not mask exception thrown by toString in String::UtfValue etc.
1215 (issue 2317)
1216
1217 Fixed API check for length of external arrays. (Chromium issue 148896)
1218
1219 Ensure correct enumeration indices in the dict (Chromium issue 148376)
1220
1221 Correctly initialize regexp global cache. (Chromium issue 148378)
1222
1223 Fixed arguments object materialization during deopt. (issue 2261)
1224
1225 Introduced new API to expose external string resource regardless of
1226 encoding.
1227
1228 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
1229 --deopt-every-n-times flag is present
1230 (Chromium issue 148389)
1231
1232 Fixed edge case of extension with NULL as source string.
1233 (Chromium issue 144649)
1234
1235 Fixed array index dehoisting. (Chromium issue 141395)
1236
1237 Performance and stability improvements on all platforms.
1238
1239
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +000012402012-09-11: Version 3.13.7
1241
1242 Enable/disable LiveEdit using the (C++) debug API.
1243
1244 Performance and stability improvements on all platforms.
1245
1246
jkummerow@chromium.org78502a92012-09-06 13:50:42 +000012472012-09-06: Version 3.13.6
1248
1249 Added validity checking to API functions and calls.
1250
1251 Disabled accessor inlining (Chromium issue 134609).
1252
1253 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
1254
1255 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
1256
1257 Fixed VS2005 build (issue 2313).
1258
1259 Activated fixed ES5 readonly semantics by default.
1260
1261 Added hardfp flag to the Makefile.
1262
1263 Performance and stability improvements on all platforms.
1264
1265
yangguo@chromium.org355cfd12012-08-29 15:32:24 +000012662012-08-29: Version 3.13.5
1267
1268 Release stack trace data after firing Error.stack accessor.
1269 (issue 2308)
1270
1271 Added a new API V8::SetJitCodeEventHandler to push code name and
1272 location to users such as profilers.
1273
1274 Allocate block-scoped global bindings to global context.
1275
1276 Performance and stability improvements on all platforms.
1277
1278
yangguo@chromium.org46839fb2012-08-28 09:06:19 +000012792012-08-28: Version 3.13.4
1280
1281 Print reason for disabling optimization. Kill --trace-bailout flag.
1282
1283 Provided option to disable full DEBUG build on Android.
1284
1285 Introduced global contexts to represent lexical global scope(s).
1286
1287 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
1288
1289 Performance and stability improvements on all platforms.
1290
1291
yangguo@chromium.org08eb1962012-08-21 11:19:20 +000012922012-08-21: Version 3.13.3
1293
1294 Performance and stability improvements on all platforms.
1295
1296
12972012-08-20: Version 3.13.2
1298
1299 Performance and stability improvements on all platforms.
1300
1301
verwaest@chromium.orgde64f722012-08-16 15:44:54 +000013022012-08-16: Version 3.13.1
1303
1304 Performance and stability improvements on all platforms.
1305
1306
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +000013072012-08-10: Version 3.13.0
1308
1309 Added histograms for total allocated/live heap size, as well as
1310 allocated size and percentage of total for map and cell space.
1311
1312 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
1313 (issue 1645)
1314
1315 Added checks for interceptors to negative lookup code in Crankshaft.
1316 (Chromium issue 140473)
1317
1318 Made incremental marking clear ICs and type feedback cells.
1319
1320 Performance and stability improvements on all platforms.
1321
1322
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +000013232012-08-01: Version 3.12.19
1324
1325 Performance and stability improvements on all platforms.
1326
1327
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +000013282012-07-30: Version 3.12.18
1329
1330 Forced using bit-pattern for signed zero double. (issue 2239)
1331
1332 Made sure double to int conversion is correct. (issue 2260)
1333
1334 Performance and stability improvements on all platforms.
1335
1336
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +000013372012-07-27: Version 3.12.17
1338
1339 Always set the callee's context when calling a function from optimized
1340 code.
1341 (Chromium issue 138887)
1342
1343 Fixed building with GCC 3.x
1344 (issue 2016, 2017)
1345
1346 Improved API calls that return empty handles.
1347 (issue 2245)
1348
1349 Performance and stability improvements on all platforms.
1350
1351
danno@chromium.org129d3982012-07-25 15:01:47 +000013522012-07-25: Version 3.12.16
1353
1354 Performance and stability improvements on all platforms.
1355
1356
yangguo@chromium.org304cc332012-07-24 07:59:48 +000013572012-07-24: Version 3.12.15
1358
1359 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
1360 (issue 2252)
1361
1362 Added dependency to HLoadKeyed* instructions to prevent invalid
1363 hoisting. (Chromium issue 137768)
1364
1365 Enabled building d8 for Android on Mac.
1366
1367 Interpret negative hexadecimal literals as NaN.
1368 (issue 2240)
1369
1370 Expose counters in javascript when using --track-gc-object-stats.
1371
1372 Enabled building and testing V8 on Android IA.
1373
1374 Added --trace-parse flag to parser.
1375
1376 Performance and stability improvements on all platforms.
1377
1378
verwaest@chromium.org178fb152012-07-18 11:21:48 +000013792012-07-18: Version 3.12.14
1380
1381 Deactivated optimization of packed arrays.
1382 (Chromium issue 137768)
1383
1384 Fixed broken accessor transition.
1385 (Chromium issue 137689)
1386
1387 Performance and stability improvements on all platforms.
1388
1389
verwaest@chromium.org753aee42012-07-17 16:15:42 +000013902012-07-17: Version 3.12.13
1391
1392 Fixed missing tagging of stack value in finally block.
1393 (Chromium issue 137496)
1394
1395 Added more support for heap analysis.
1396
1397 Performance and stability improvements on all platforms.
1398
1399
jkummerow@chromium.org28583c92012-07-16 11:31:55 +000014002012-07-16: Version 3.12.12
1401
1402 Added an option to the tickprocessor to specify the directory for lib
1403 lookup.
1404
1405 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
1406
1407 Fixed transcendental cache on ARM in optimized code (issue 2234).
1408
1409 New heap inspection tools: counters for object sizes and counts,
1410 histograms for external fragmentation.
1411
1412 Incorporated constness into inferred interfaces (in preparation for
1413 handling imports) (issue 1569).
1414
1415 Performance and stability improvements on all platforms.
1416
1417
rossberg@chromium.org657d53b2012-07-12 11:06:03 +000014182012-07-12: Version 3.12.11
1419
1420 Renamed "mips" arch to "mipsel" in the GYP build.
1421
1422 Fixed computation of call targets on prototypes in Crankshaft.
1423 (Chromium issue 125148)
1424
1425 Removed use of __lookupGetter__ when generating stack trace.
1426 (issue 1591)
1427
1428 Turned on ES 5.2 globals semantics by default.
1429 (issue 1991, Chromium issue 80591)
1430
1431 Synced preparser and parser wrt syntax error in switch..case.
1432 (issue 2210)
1433
1434 Fixed reporting of octal literals in strict mode when preparsing.
1435 (issue 2220)
1436
1437 Fixed inline constructors for Harmony Proxy prototypes.
1438 (issue 2225)
1439
1440 Performance and stability improvements on all platforms.
1441
1442
danno@chromium.org81cac2b2012-07-10 11:28:27 +000014432012-07-10: Version 3.12.10
1444
1445 Re-enabled and fixed issue with array bounds check elimination
1446 (Chromium issue 132114).
1447
1448 Fixed Debug::Break crash. (Chromium issue 131642)
1449
1450 Added optimizing compiler support for JavaScript getters.
1451
1452 Performance and stability improvements on all platforms.
1453
1454
yangguo@chromium.org99aa4902012-07-06 16:21:55 +000014552012-07-06: Version 3.12.9
1456
1457 Correctly advance the scanner when scanning unicode regexp flag.
1458 (Chromium issue 136084)
1459
1460 Fixed unhandlified code calling Harmony Proxy traps.
1461 (issue 2219)
1462
1463 Performance and stability improvements on all platforms.
1464
1465
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000014662012-07-05: Version 3.12.8
1467
1468 Implemented TypedArray.set and ArrayBuffer.slice in d8.
1469
1470 Performance and stability improvements on all platforms.
1471
1472
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000014732012-07-03: Version 3.12.7
1474
1475 Fixed lazy compilation for strict eval scopes.
1476 (Chromium issue 135066)
1477
1478 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
1479 (issue 2151)
1480
1481 Report "hidden properties" in heap profiler for properties case.
1482 (issue 2212)
1483
1484 Activated optimization of packed arrays by default.
1485
1486 Performance and stability improvements on all platforms.
1487
1488
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000014892012-06-29: Version 3.12.6
1490
1491 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1492
1493 Extended TypedArray support in d8.
1494
1495
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000014962012-06-28: Version 3.12.5
1497
1498 Fixed lazy parsing heuristics to respect outer scope.
1499 (Chromium issue 135008)
1500
1501 Allow using test-wrapper-gypbuild.py on Windows when no python
1502 interpreter is registered.
1503
1504 Performance and stability improvements on all platforms.
1505
1506
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000015072012-06-27: Version 3.12.4
1508
1509 Removed -fomit-frame-pointer flag from Release builds to make
1510 the stack walkable by TCMalloc (Chromium issue 133723).
1511
1512 Ported r7868 (constant masking) to x64 (issue 1374).
1513
1514 Expose more detailed memory statistics (issue 2201).
1515
1516 Fixed Harmony Maps and WeakMaps for undefined values
1517 (Chromium issue 132744).
1518
1519 Correctly throw reference error in strict mode with ICs disabled
1520 (issue 2119).
1521
1522 Performance and stability improvements on all platforms.
1523
1524
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000015252012-06-25: Version 3.12.3
1526
1527 Reverted r11835 'Unify promotion and allocation limit computation' due
1528 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1529
1530 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1531
1532 Performance and stability improvements on all platforms.
1533
1534
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000015352012-06-22: Version 3.12.2
1536
1537 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1538 ia32/x64. (Chromium issue 134055)
1539
1540 Fixed lazy sweeping heuristics to prevent old-space expansion.
1541 (issue 2194)
1542
1543 Performance and stability improvements on all platforms.
1544
1545
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000015462012-06-21: Version 3.12.1
1547
1548 Performance and stability improvements on all platforms.
1549
1550
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000015512012-06-20: Version 3.12.0
1552
1553 Fixed Chromium issues:
1554 115100, 129628, 131994, 132727, 132741, 132742, 133211
1555
1556 Fixed V8 issues:
1557 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1558
1559 Added --extra-code flag to mksnapshot to load JS code into the VM
1560 before creating the snapshot.
1561
1562 Support 'restart call frame' command in the debugger.
1563
1564 Performance and stability improvements on all platforms.
1565
1566
mmassi@chromium.org7028c052012-06-13 11:51:58 +000015672012-06-13: Version 3.11.10
1568
1569 Implemented heap profiler memory usage reporting.
1570
1571 Preserved error message during finally block in try..finally.
1572 (Chromium issue 129171)
1573
1574 Fixed EnsureCanContainElements to properly handle double values.
1575 (issue 2170)
1576
1577 Improved heuristics to keep objects in fast mode with inherited
1578 constructors.
1579
1580 Performance and stability improvements on all platforms.
1581
1582
rossberg@chromium.org400388e2012-06-06 09:29:22 +000015832012-06-06: Version 3.11.9
1584
1585 Implemented ES5-conformant semantics for inherited setters and read-only
1586 properties. Currently behind --es5_readonly flag, because it breaks
1587 WebKit bindings.
1588
1589 Exposed last seen heap object id via v8 public api.
1590
1591 Performance and stability improvements on all platforms.
1592
1593
verwaest@chromium.org37141392012-05-31 13:27:02 +000015942012-05-31: Version 3.11.8
1595
1596 Avoid overdeep recursion in regexp where a guarded expression with a
1597 minimum repetition count is inside another quantifier.
1598 (Chromium issue 129926)
1599
1600 Fixed missing write barrier in store field stub.
1601 (issues 2143, 1465, Chromium issue 129355)
1602
1603 Proxies: Fixed receiver for setters inherited from proxies.
1604 Proxies: Fixed ToStringArray function so that it does not reject some
1605 keys.
1606 (issue 1543)
1607
1608 Performance and stability improvements on all platforms.
1609
1610
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000016112012-05-29: Version 3.11.7
1612
1613 Get better function names in stack traces.
1614
1615 Performance and stability improvements on all platforms.
1616
1617
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000016182012-05-24: Version 3.11.6
1619
1620 Fixed RegExp.prototype.toString for incompatible receivers
1621 (issue 1981).
1622
1623 Performance and stability improvements on all platforms.
1624
1625
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000016262012-05-23: Version 3.11.5
1627
1628 Performance and stability improvements on all platforms.
1629
1630
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000016312012-05-22: Version 3.11.4
1632
1633 Some cleanup to common.gypi. This fixes some host/target combinations
1634 that weren't working in the Make build on Mac.
1635
1636 Handle EINTR in socket functions and continue incomplete sends.
1637 (issue 2098)
1638
1639 Fixed python deprecations. (issue 1391)
1640
1641 Made socket send and receive more robust and return 0 on failure.
1642 (Chromium issue 15719)
1643
1644 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1645
1646 Set '-m32' option for host and target platforms
1647
1648 Performance and stability improvements on all platforms.
1649
1650
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000016512012-05-18: Version 3.11.3
1652
1653 Disable optimization for functions that have scopes that cannot be
1654 reconstructed from the context chain. (issue 2071)
1655
1656 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1657
1658 Correctly check for native error objects. (Chromium issue 2138)
1659
1660 Performance and stability improvements on all platforms.
1661
1662
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000016632012-05-16: Version 3.11.2
1664
1665 Revert r11496. (Chromium issue 128146)
1666
1667 Implement map collection for incremental marking. (issue 1465)
1668
1669 Add toString method to CallSite (which describes a frame of the
1670 stack trace).
1671
1672
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000016732012-05-15: Version 3.11.1
1674
1675 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1676
1677 Fix freebsd build. (V8 issue 2126)
1678
1679 Performance and stability improvements on all platforms.
1680
1681
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000016822012-05-11: Version 3.11.0
1683
1684 Fixed compose-discard crasher from r11524 (issue 2123).
1685
1686 Activated new global semantics by default. Global variables can
1687 now shadow properties of the global object (ES5.1 erratum).
1688
1689 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1690 transitioning (Chromium issue 117409).
1691
1692 Made Error.prototype.name writable again, as required by the spec and
1693 the web (Chromium issue 69187).
1694
1695 Implemented map collection with incremental marking (issue 1465).
1696
1697 Regexp: Fixed overflow in min-match-length calculation
1698 (Chromium issue 126412).
1699
1700 MIPS: Fixed illegal instruction use on Loongson in code for
1701 Math.random() (issue 2115).
1702
1703 Fixed crash bug in VisitChoice (Chromium issue 126272).
1704
1705 Fixed unsigned-Smi check in MappedArgumentsLookup
1706 (Chromium issue 126414).
1707
1708 Fixed LiveEdit for function with no locals (issue 825).
1709
1710 Fixed register clobbering in LoadIC for interceptors
1711 (Chromium issue 125988).
1712
1713 Implemented clearing of CompareICs (issue 2102).
1714
1715 Performance and stability improvements on all platforms.
1716
1717
danno@chromium.org2c26cb12012-05-03 09:06:43 +000017182012-05-03: Version 3.10.8
1719
1720 Enabled MIPS cross-compilation.
1721
1722 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1723 (Chromium issue 125515)
1724
1725 Fixed corner cases in truncation behavior when storing to
1726 TypedArrays. (issue 2110)
1727
1728 Fixed failure to properly recognize and report out-of-memory
1729 conditions when allocating code space pages. (Chromium issue
1730 118625)
1731
1732 Fixed idle notifications to perform a round of incremental GCs
1733 after context disposal. (issue 2107)
1734
1735 Fixed preparser for try statement. (issue 2109)
1736
1737 Performance and stability improvements on all platforms.
1738
1739
danno@chromium.org1044a4d2012-04-30 12:34:39 +000017402012-04-30: Version 3.10.7
1741
1742 Performance and stability improvements on all platforms.
1743
1744
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000017452012-04-26: Version 3.10.6
1746
1747 Fixed some bugs in accessing details of the last regexp match.
1748
1749 Fixed source property of empty RegExp objects. (issue 1982)
1750
1751 Enabled inlining some V8 API functions.
1752
1753 Performance and stability improvements on all platforms.
1754
1755
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000017562012-04-23: Version 3.10.5
1757
1758 Put new global var semantics behind a flag until WebKit tests are
1759 cleaned up.
1760
1761 Enabled stepping into callback passed to builtins.
1762 (Chromium issue 109564)
1763
1764 Performance and stability improvements on all platforms.
1765
1766
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000017672012-04-19: Version 3.10.4
1768
1769 Fixed issues when stressing compaction with WeakMaps.
1770
1771 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1772
1773 Simplify invocation sequence at monomorphic function invocation sites.
1774 (issue 2079)
1775
1776 Performance and stability improvements on all platforms.
1777
1778
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000017792012-04-17: Version 3.10.3
1780
1781 Fixed several bugs in heap profiles (including issue 2078).
1782
1783 Throw syntax errors on illegal escape sequences.
1784
1785 Implemented rudimentary module linking (behind --harmony flag)
1786
1787 Implemented ES5 erratum: Global declarations should shadow
1788 inherited properties.
1789
1790 Made handling of const more consistent when combined with 'eval'
1791 and 'with'.
1792
1793 Fixed V8 on MinGW-x64 (issue 2026).
1794
1795 Performance and stability improvements on all platforms.
1796
1797
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000017982012-04-13: Version 3.10.2
1799
1800 Fixed native ARM build (issues 1744, 539)
1801
1802 Return LOOKUP variable instead of CONTEXT for non-context allocated
1803 outer scope parameters (Chromium issue 119609).
1804
1805 Fixed regular and ElementsKind transitions interfering with each other
1806 (Chromium issue 122271).
1807
1808 Improved performance of keyed loads/stores which have a HeapNumber
1809 index (issues 1388, 1295).
1810
1811 Fixed WeakMap processing for evacuation candidates (issue 2060).
1812
1813 Bailout on possible direct eval calls (Chromium issue 122681).
1814
1815 Do not assume that names of function expressions are context-allocated
1816 (issue 2051).
1817
1818 Performance and stability improvements on all platforms.
1819
1820
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000018212012-04-10: Version 3.10.1
1822
1823 Fixed bug with arguments object in inlined functions (issue 2045).
1824
1825 Fixed performance bug with lazy initialization (Chromium issue
1826 118686).
1827
1828 Added suppport for Mac OS X 64bit builds with GYP.
1829 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1830
1831 Fixed bug with hidden properties (issue 2034).
1832
1833 Fixed a performance bug when reloading pages (Chromium issue 117767,
1834 V8 issue 1902).
1835
1836 Fixed bug when optimizing throw in top-level code (issue 2054).
1837
1838 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1839
1840 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1841
1842 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1843
1844 Fixed compilation of V8 using uClibc.
1845
1846 Optimized boot-up memory use.
1847
1848 Optimized regular expressions.
1849
1850
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000018512012-03-30: Version 3.10.0
1852
1853 Fixed store IC writability check in strict mode
1854 (Chromium issue 120099).
1855
1856 Resynchronize timers if the Windows system time was changed.
1857 (Chromium issue 119815)
1858
1859 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1860 hardfp ARM
1861 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1862
1863 Fixed edge case for case independent regexp character classes
1864 (issue 2032).
1865
1866 Reset function info counters after context disposal.
1867 (Chromium issue 117767, V8 issue 1902)
1868
1869 Fixed missing write barrier in CopyObjectToObjectElements.
1870 (Chromium issue 119926)
1871
1872 Fixed missing bounds check in HasElementImpl.
1873 (Chromium issue 119925)
1874
1875 Performance and stability improvements on all platforms.
1876
1877
danno@chromium.org88aa0582012-03-23 15:11:57 +000018782012-03-23: Version 3.9.24
1879
1880 Activated count-based profiler for ARM.
1881
1882 Fixed use of proxies as f.prototype properties. (issue 2021)
1883
1884 Enabled snapshots on MIPS.
1885
1886 Performance and stability improvements on all platforms.
1887
1888
ulan@chromium.org6ff65142012-03-21 09:52:17 +000018892012-03-21: Version 3.9.23
1890
1891 Use correct arguments adaptation environment when inlining function
1892 containing arguments. (Issue 2014)
1893
1894 Performance and stability improvements on all platforms.
1895
1896
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000018972012-03-20: Version 3.9.22
1898
1899 Enabled count-based profiler by default.
1900
1901 Implemented a hash based look-up to speed up address checks
1902 in large object space (issue 853).
1903
1904 Performance and stability improvements on all platforms.
1905
1906
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000019072012-03-19: Version 3.9.21
1908
1909 Fixed push-to-trunk script (and re-push).
1910
1911 Added API call that identifies strings that are guaranteed only to
1912 contain ASCII characters.
1913
1914
19152012-03-19: Version 3.9.20
1916
1917 Fixed declarations escaping global strict eval. (Issue 1624)
1918
1919 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1920
1921 Fixed function declarations overwriting read-only global properties.
1922 (Chromium issue 115452)
1923
1924 Fixed --use-strict flag in combination with --harmony[-scoping].
1925
1926 Debugger: naive implementation of "step into Function.prototype.bind".
1927
1928 Debugger: added ability to set script source from within OnBeforeCompile
1929
1930 Added flag to always call DebugBreak on abort.
1931
1932 Re-enabled constructor inlining and inline === comparison with boolean
1933 constants. (Issue 2009)
1934
1935 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1936
1937 Performance and stability improvements on all platforms.
1938
1939
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000019402012-03-14: Version 3.9.19
1941
1942 Ensure there is a smi check of the receiver for global load and call
1943 ICs (Chromium issue 117794).
1944
1945 Performance and stability improvements on all platforms.
1946
1947
yangguo@chromium.org154ff992012-03-13 08:09:54 +000019482012-03-13: Version 3.9.18
1949
1950 Ensure consistency of Math.sqrt on Intel platforms.
1951
1952 Remove static initializers in v8. (issue 1859)
1953
1954 Add explicit dependency on v8_base in the GYP-based build.
1955
1956 Performance and stability improvements on all platforms.
1957
1958
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000019592012-03-12: Version 3.9.17
1960
1961 Fixed VFP detection through compiler defines. (issue 1996)
1962
1963 Add Code-related fields to postmortem metadata.
1964
1965 Performance and stability improvements on all platforms.
1966
1967
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000019682012-03-09: Version 3.9.16
1969
1970 Added basic interface inference for modules (behind the --harmony flag).
1971
1972 Added Object.is, Number.isFinite, Number.isNaN.
1973
1974 Updated the Unicode tables to Unicode version 6.1.0.
1975
1976 Performance and stability improvements on all platforms.
1977
1978
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000019792012-03-06: Version 3.9.15
1980
1981 Fix the heap profiler crash caused by memory layout changes between
1982 passes.
1983
1984 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1985
1986 Fix double-rounding in strtod for MinGW. (issue 1062)
1987
1988 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1989
1990 Performance and stability improvements on all platforms.
1991
1992
fschneider@chromium.org35814e52012-03-01 15:43:35 +000019932012-03-01: Version 3.9.14
1994
1995 Performance and stability improvements on all platforms.
1996
1997
ulan@chromium.org812308e2012-02-29 15:58:45 +000019982012-02-29: Version 3.9.13
1999
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002000 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00002001
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002002 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
2003 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00002004
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002005 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00002006
2007 Performance and stability improvements on all platforms.
2008
2009
ulan@chromium.org967e2702012-02-28 09:49:15 +000020102012-02-28: Version 3.9.12
2011
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002012 Fixed the negative lookup stub to handle deleted entries in a
2013 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00002014
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002015 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00002016 callback function can resolve the location of a return address on stack
2017 to the location where a return-address rewriting profiler stashed the
2018 original return address.
2019
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002020 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
2021 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00002022
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002023 Fixed issue 1853: Update breakpoints set with partial file name after
2024 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00002025
2026
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000020272012-02-27: Version 3.9.11
2028
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002029 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00002030
2031
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000020322012-02-24: Version 3.9.10
2033
2034 Fixed V8 issues 1322, 1772 and 1969.
2035
2036 Conformance improvements.
2037
2038 Performance and stability improvements on all platforms.
2039
2040
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000020412012-02-23: Version 3.9.9
2042
2043 Supported fast case for-in in Crankshaft.
2044
2045 Sped up heap snapshot serialization and dominators construction.
2046
2047 Randomized allocation addresses on windows. (Chromium issue 115151)
2048
2049 Fixed compilation with MinGW-w64. (issue 1943)
2050
2051 Fixed incorrect value of assignments to non-extensible properties.
2052
2053 Fixed a crash bug in generated code on ia32.
2054
2055 Performance and stability improvements on all platforms.
2056
2057
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000020582012-02-21: Version 3.9.8
2059
2060 Fixed memory leak and missing #include in StartupDataDecompressor
2061 (issue 1960).
2062
2063 Renamed static methods to avoid shadowing virtual methods and fix Clang
2064 C++11 compile error.
2065
2066 Fixed sequence of element access in array builtins (issue 1790).
2067
2068 Performance and stability improvements on all platforms.
2069
2070
yangguo@chromium.org56454712012-02-16 15:33:53 +000020712012-02-16: Version 3.9.7
2072
2073 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
2074
2075 Fixed GCC-4.7 warnings.
2076
2077 Added Navier-Stokes benchmark.
2078
2079 Performance and stability improvements on all platforms.
2080
2081
ulan@chromium.org65a89c22012-02-14 11:46:07 +000020822012-02-14: Version 3.9.6
2083
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002084 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002085
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002086 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002087
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002088 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002089
2090 Heap Snapshot maximum size limit is too low for really big apps. At the
2091 moment the limit is 256MB. (Chromium issue 113015)
2092
2093 Performance and stability improvements on all platforms.
2094
2095
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000020962012-02-09: Version 3.9.5
2097
2098 Removed unused command line flags.
2099
2100 Performance and stability improvements on all platforms.
2101
2102
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000021032012-02-08: Version 3.9.4
2104
2105 Properly initialize element-transitioning array literals on ARM.
2106 (issue 1930)
2107
2108 Bug fixes on all platforms.
2109
2110
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000021112012-02-07: Version 3.9.3
2112
2113 When rethrowing an exception, print the stack trace of its original
2114 site instead of rethrow site (Chromium issue 60240).
2115
2116 Increased size of small stacks from 32k to 64k to avoid hitting limits
2117 in Chromium (Chromium issue 112843).
2118
2119
rossberg@chromium.org994edf62012-02-06 10:12:55 +000021202012-02-06: Version 3.9.2
2121
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002122 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00002123
2124 Heap profiler reports implicit references.
2125
2126 Optionally export metadata with libv8 to enable debuggers to inspect V8
2127 state.
2128
2129
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000021302012-02-02: Version 3.9.1
2131
2132 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
2133 (Chromium issue 112315).
2134
2135 Fixed a crash in dev tools (Chromium issue 107996).
2136
2137 Added 'dependencies_traverse': 1 to v8 GYP target.
2138
2139 Performance and stability improvements on all platforms.
2140
2141
danno@chromium.orgfa458e42012-02-01 10:48:36 +000021422012-02-01: Version 3.9.0
2143
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002144 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00002145
2146 Stability fixes and performance improvements on all platforms.
2147
2148
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000021492012-01-26: Version 3.8.9
2150
2151 Flush number string cache on GC (issue 1605).
2152
2153 Provide access to function inferred name with
2154 v8::Function::GetInferredName in V8 public API.
2155
2156 Fix building with Clang (issue 1912).
2157
2158 Reduce the space used by the stack for the profiling thread.
2159
2160 Fix misleading documentation of v8::Locker (issue 542).
2161
2162 Introduce readbinary function in d8 to read binary files.
2163
2164 Performance and stability improvements on all platforms.
2165
2166
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000021672012-01-23: Version 3.8.8
2168
2169 Limited number of loop iterations in Heap::ReserveSpace
2170 (Chromium issue 99027).
2171
2172 Fixed solaris build (VirtualMemory) (issue 1761).
2173
2174 Fixed strict vs. non-strict handling of function proxies in
2175 higher-order array and string methods.
2176
2177 Enabled asynchronous remote debugging with d8 (issue 1691).
2178
2179 Stability and performance improvements on all platforms.
2180
2181
ulan@chromium.org2efb9002012-01-19 15:36:35 +000021822012-01-19: Version 3.8.7
2183
2184 Ensure that LRandom restores rsi after call to the C function on x64.
2185 (Chromium issue http://crbug.com/110509)
2186
2187 Fixing include issues on *bsd when building with scons.
2188 (issue 1897)
2189
2190 Provide a switch to specify -fno-strict-aliasing
2191 (issue 1887)
2192
2193 Move WIN32 define from standalone.gypi to common.gypi
2194 (issue 1760)
2195
2196 Fix corner-case in heap size estimation.
2197 (issue 1893)
2198
2199 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
2200 (issue 1903)
2201
2202 Performance improvements and bug fixes.
2203
2204
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000022052012-01-16: Version 3.8.6
2206
2207 Add primitive WebGL array support to d8.
2208
2209 Improve heap size estimation (issue 1893).
2210
2211 Hash collision DOS workaround extended from string keys
2212 to numeric keys.
2213
2214 Provide an API for iterating through all external strings referenced
2215 from the JS heap.
2216
2217 Adjust position recorded for call expressions. http://crbug.com/109195
2218
2219 Fix GC crash related to instanceof. http://crbug.com/109448
2220
2221 Performance improvements and bug fixes.
2222
2223
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000022242012-01-05: Version 3.8.5
2225
2226 Fix broken test that assumes that no GC can clear the regexp cache (GC
2227 can happen at any time due to Crankshaft).
2228
2229 Fix handling of bogus receivers for Harmony collections. (issue 1884)
2230
2231 Add netbsd support to gyp build.
2232
2233 Determine page size at runtime on posix platforms.
2234
2235 Ensure that store buffer filtering hash sets are cleared after
2236 StoreBuffer::Filter.
2237
2238 Randomize the seed used for string hashing. This helps guard against
2239 CPU-eating DOS attacks against node.js servers. Based on code from
2240 Bert Belder. This version only solves the issue for those that compile
2241 V8 themselves or those that do not use snapshots. A snapshot-based
2242 precompiled V8 will still have predictable string hash codes.
2243
2244 Implement callback when script finishes running in V8 API.
2245
2246 Improve performance of Math.min and Math.max for the case of two
2247 arguments. (issue 1325)
2248
2249
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000022502012-01-02: Version 3.8.4
2251
2252 Performance improvements for large Smi-only arrays.
2253
2254 Fixed InternalArrays construction. (issue 1878)
2255
2256
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000022572011-12-27: Version 3.8.3
2258
2259 Avoid embedding new space objects into code objects in the lithium gap
2260 resolver. (chromium:108296)
2261
2262 Bug fixes and performance optimizations on all platforms.
2263
2264
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000022652011-12-21: Version 3.8.2
2266
2267 Add max optimization flag to v8 gyp build to ensure V8 is always built
2268 fully optimized in Chrome.
2269
2270 MIPS: Bring MIPS to parity with other platforms.
2271
2272 Optimizations and stability improvements on all platforms.
2273
2274
ricow@chromium.org7ad65222011-12-19 12:13:11 +000022752011-12-19: Version 3.8.1
2276
2277 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
2278
2279 Stability improvements on all platforms.
2280
2281
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000022822011-12-13: Version 3.8.0
2283
2284 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
2285
2286 Sync parser and preparser on do-while and return statements.
2287 (issue 1856)
2288
2289 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
2290
2291 Stability and performance improvements on all platforms.
2292
2293
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000022942011-12-01: Version 3.7.12
2295
2296 Increase tick interval for the android platform.
2297
2298 Fix a bug in the register allocator. (chromium:105112)
2299
2300 Fix handling of recompiling code. (chromium:105375, v8:1782)
2301
2302 Start incremental marking on idle notification. (v8:1458)
2303
2304 Build fixes for various platforms.
2305
2306 Various performance improvements.
2307
2308
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000023092011-11-29: Version 3.7.11
2310
2311 Fixed bug when generating padding to ensure space for lazy
2312 deoptimization.
2313 (issue 1846)
2314
2315 Further reduced pause times due to GC.
2316
2317 Stability and performance improvements on all platforms.
2318
2319
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000023202011-11-23: Version 3.7.10
2321
2322 Set maximum length of FixedArray in terms of elements instead an
2323 absolute number of bytes.
2324 (Chromium issue 103103)
2325
2326 Stability and performance improvements on all platforms.
2327
2328
23292011-11-21: Version 3.7.9
2330
2331 Removed exit-time destructors.
2332
2333 Stability and performance improvements on all platforms.
2334
2335
ricow@chromium.org27bf2882011-11-17 08:34:43 +000023362011-11-17: Version 3.7.8
2337
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00002338 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00002339 function on builtins will not make the original function reappear.
2340
2341 Added NetBSD support for scons build.
2342
2343 Performance improvements on all platforms.
2344
2345
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000023462011-11-14: Version 3.7.7
2347
2348 Fix missing fast property accessors in heap snapshots.
2349 (issue 1818)
2350
2351
danno@chromium.org2c456792011-11-11 12:00:53 +000023522011-11-11: Version 3.7.6
2353
2354 Fixed filtering of store buffer for large object pages.
2355 (issue 1817)
2356
2357 Fixed generated hash function on all platforms.
2358 (issue 1808)
2359
2360 Fixed Heap::Shrink to ensure that it does not free pages that are
2361 still in use.
2362 (Chromium issue 100414)
2363
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002364 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00002365
2366
danno@chromium.orgc612e022011-11-10 11:38:15 +000023672011-11-10: Version 3.7.5
2368
2369 Added initial gyp infrastructure for MIPS.
2370
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002371 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00002372 collector.
2373
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002374 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00002375
2376
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000023772011-11-07: Version 3.7.4
2378
2379 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
2380
2381 Fix Harmony sets and maps to allow null and undefined as keys
2382 (still hidden behind --harmony flag) (issue 1622).
2383
2384 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
2385
2386 Enable VFP instructions for Android.
2387
2388 Fix error handling in Date.prototype.toISOString (issue 1792).
2389
2390 Bug fixes and performance improvements for all platforms.
2391
2392 Not officially supported but noteworthy: Crankshaft for MIPS :-)
2393
2394
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000023952011-10-28: Version 3.7.3
2396
2397 Slight deoptimization as a workaround for issue with jslint: Issue
2398 1789.
2399
2400
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000024012011-10-27: Version 3.7.2
2402
2403 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
2404
2405
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000024062011-10-26: Version 3.7.1
2407
2408 Achieved 33% speedup in debug-mode tests.
2409
2410 Removed special casing of calls to RegExp test and exec methods with no
2411 argument. Now matches new JSC behaviour. crbug.com/75740.
2412
2413 Return the empty string on cyclic references in toString (ES5
2414 conformance).
2415
2416 Fixed bug triggered by JSBeautifier. crbug.com/100409.
2417
2418 Made Math.random state per-context instead of per-process (issue 864).
2419
2420 Fixed stack traces to skip native functions.
2421
2422 Make snapshots (new contexts) smaller and faster.
2423
2424 Fixed handling of Function.apply for non-array arguments.
2425
2426 Fixed evaluation order in defineProperties to match FireFox.
2427
2428 Fixed handling of non-object receivers for array builtins,
2429 crbug.com/100702.
2430
2431 Multiple fixes to improve compliance with test262.
2432
2433 Fixed compatibility with older Android releases.
2434
2435 Fixed compilation with gcc-4.5.3.
2436
2437 Improved performance of WriteUtf8, issue 1665.
2438
2439 Made native syntax an early error in the preparser.
2440
2441 Fixed issues 793 and 893 relating to Function.prototype.bind.
2442
2443 Improved let, const, Set and Map support and other Harmony features
2444 (behind the --harmony flag).
2445
2446 Changed evaluation order for > and <= to match ES5 instead of ES3.
2447
2448 Bug fixes and performance improvements on all platforms.
2449
2450
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000024512011-10-13: Version 3.7.0
2452
2453 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
2454
2455 Fixed issue 1757 (string slices of external strings).
2456
2457 Fixed issue 1759 (ARM).
2458
2459 Added flag --noclever-optimizations to disable some things that
2460 caused trouble in the past.
2461
2462 Added flag --stress-compaction for testing.
2463
2464 Added flag --harmony to activate all experimental Harmony features.
2465
2466
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000024672011-10-10: Version 3.6.6
2468
2469 Added a GC pause visualization tool.
2470
2471 Added presubmit=no and werror=no flags to Makefile.
2472
2473 ES5/Test262 conformance improvements.
2474
2475 Fixed compilation issues with GCC 4.5.x (issue 1743).
2476
2477 Bug fixes and performance improvements on all platforms.
2478
2479
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000024802011-10-05: Version 3.6.5
2481
2482 New incremental garbage collector.
2483
2484 Removed the hard heap size limit (soft heap size limit is still
2485 700/1400Mbytes by default).
2486
2487 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2488
2489 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2490
2491 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2492
2493 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2494
2495 Fixed the MinGW and Windows 2000 builds.
2496
2497 Fixed "Prototype chain is not searched if named property handler does
2498 not set a property" (Issue 1636).
2499
2500 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2501
2502 Disallowed future reserved words as labels in strict mode.
2503
2504 Fixed string split to correctly coerce the separator to a string
2505 (Issue 1711).
2506
2507 API: Added an optional source length field to the Extension
2508 constructor.
2509
2510 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2511 (Issue 1573).
2512
2513 Added "native" target to Makefile for the benefit of Linux distros.
2514
2515 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2516
2517 More work on ES-Harmony proxies. Still hidden behind a flag.
2518
2519 Bug fixes and performance improvements on all platforms.
2520
2521
lrn@chromium.org34e60782011-09-15 07:25:40 +000025222011-09-15: Version 3.6.4
2523
2524 Fixed d8's broken readline history.
2525
2526 Removed the need for code delete events in CPU profiler (Issue 1466).
2527
2528 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2529
2530 Fixing parallel execution in d8 (with -p) and some memory leaks.
2531
2532 Support for precise stepping in functions compiled before debugging was
2533 started (step 1).
2534
2535
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000025362011-09-13: Version 3.6.3
2537
2538 Implemented better support of typed arrays in the d8 shell.
2539
2540 Bug fixes and performance improvements on all platforms.
2541
2542
ricow@chromium.org55ee8072011-09-08 16:33:10 +000025432011-09-08: Version 3.6.2
2544
2545 Added "dependencies" target to top-level Makefile.
2546
2547 Added ability to turn profiler on/off in d8.
2548
2549 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2550
2551 Fixed several crash bugs.
2552
2553
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000025542011-09-07: Version 3.6.1
2555
2556 Fixed a bug in abrupt exit from with or catch inside finally.
2557
2558 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2559 issue 95113).
2560
2561 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2562
2563 Fixed a few clang warnings (which -Werror treated as errors).
2564
2565 Performance improvements on all platforms.
2566
2567
fschneider@chromium.org1805e212011-09-05 10:49:12 +000025682011-09-05: Version 3.6.0
2569
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002570 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002571
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002572 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002573
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002574 Made arguments and caller always be null on native functions
2575 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002576
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002577 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002578
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002579 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002580
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002581 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002582
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002583 Fixed a problem with large heap snapshots in Chrome DevTools
2584 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002585
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002586 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002587
2588
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000025892011-08-31: Version 3.5.10
2590
2591 Added dependency of v8_base on WinSocket2 Windows library in
2592 the GYP-build.
2593
2594 Various bugfixes.
2595
2596
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000025972011-08-29: Version 3.5.9
2598
2599 Made FromPropertyDescriptor not trigger inherited setters.
2600
2601 Fixed .gyp files to work on the ARM simulator.
2602
2603 Fixed shared library build warnings for MSVS.
2604
2605
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000026062011-08-24: Version 3.5.8
2607
2608 Added V8EXPORT attributes for v8::Array::CheckCast and
2609 v8::Number::CheckCast.
2610
2611 Made a slight API change enabling opting out from null termination
2612 in String::Write*().
2613
2614 Fixed arm build for gcc-4.6.
2615
2616
rossberg@chromium.org28a37082011-08-22 11:03:23 +000026172011-08-22: Version 3.5.7
2618
2619 Make scanner handle invalid unicode escapes in identifiers correctly.
2620
2621 Make regexp flag parsing stricter.
2622
2623 Fix several memory leaks.
2624
2625
danno@chromium.orgb6451162011-08-17 14:33:23 +000026262011-08-17: Version 3.5.6
2627
2628 Fixed issue that could cause crashes when running with --heap-stats.
2629
2630 Fixed compilation on Linux 2.6.9 and older.
2631
2632 Fixed live-object-list to work with isolates.
2633
2634 Fixed memory leaks in zones and isolates.
2635
2636 Fixed a performance regression for TypedArrays on x64.
2637
2638 Stability improvements on all platforms.
2639
2640
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000026412011-08-15: Version 3.5.5
2642
2643 Fixed bugs involving negative zero and the optimizing compiler.
2644
2645 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2646
2647 Eliminated uses of deprecated ARM instructions.
2648
2649 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2650
2651 Removed restriction on the size of disassembled code that is printed.
2652
2653
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000026542011-08-10: Version 3.5.4
2655
2656 Added a preliminary implementation of ES Harmony weak maps. Weak
2657 maps can be enabled by the flag --harmony-weakmaps.
2658
2659 Introduced a toplevel Makefile to support GYP-based building. GYP
2660 can be obtained from http://gyp.googlecode.com.
2661
2662 Fixed a bug in the length property of functions created by
2663 Function.prototype.bind.
2664
2665 Reduced malloc heap allocation on process startup.
2666
2667 Several important code generation bug fixes.
2668
2669 Performance improvements on all platforms.
2670
2671
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000026722011-08-03: Version 3.5.3
2673
2674 MIPS: Port of fix to ClassOf check from ARM.
2675 Patch from Paul Lind <plind44@gmail.com>.
2676
2677 Stopped using mprotect on Cygwin.
2678 Avoided uninitialized member warning on gcc 4.3.4
2679 Both patches by Bert Belder.
2680
2681 Bug fixes and performance improvements on all platforms.
2682
2683
vegorov@chromium.org7943d462011-08-01 11:41:52 +000026842011-08-01: Version 3.5.2
2685
2686 Performance improvements on all platforms.
2687
2688
ricow@chromium.org2c99e282011-07-28 09:15:17 +000026892011-07-28: Version 3.5.1
2690
2691 Fixed setting the readonly flag on the prototype property using the
2692 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2693
2694 Changed the tools/test.py script to use d8 instead of shell for
2695 testing.
2696
2697 Fixed crash in ToBooleanStub when GC happens during invocation.
2698
2699 Enabled automatic unboxing of double arrays.
2700
2701 Performance improvements on all platforms.
2702
2703
ricow@chromium.org9fa09672011-07-25 11:05:35 +000027042011-07-25: Version 3.5.0
2705
2706 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2707 proxies.
2708
2709 Removed logging to memory support.
2710
2711 Bugfixes and performance work.
2712
2713
rossberg@chromium.org717967f2011-07-20 13:44:42 +000027142011-07-20: Version 3.4.14
2715
2716 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2717
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002718 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002719 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002720
2721 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2722
2723
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000027242011-07-18: Version 3.4.13
2725
2726 Improved debugger support to allow inspection of optimized frames (issue
2727 1140).
2728
2729 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2730
2731 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2732
2733 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2734
2735 Simplified HClampToUint8. Patch by Andy Wingo.
2736
2737 Exposed APIs for detecting boxed primitives, native errors. Patch by
2738 Luke Zarko.
2739
2740 Added map check for COW elements to crankshaft array handling code
2741 (issue 1560).
2742
2743 Sample shell and (a light version of) D8 links against a shared library
2744 now.
2745
2746 Fixed bug in array filter and reduce functions (issue 1559).
2747
2748 Avoid TLS load in AstNode constructor.
2749
2750 Introduced a random entropy source which can optionally be provided at
2751 initialization. (Chromium issue 89462).
2752
2753
whesse@chromium.org030d38e2011-07-13 13:23:34 +000027542011-07-13: Version 3.4.12
2755
2756 Added --prof profiling option to d8 shell.
2757
2758 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2759
2760 Fixed a potential assertion failure in const declarations.
2761
2762 Fixed an assertion failure in descriptor arrays (issue 1526).
2763
2764 Enabled fast thread-local storage by default on supported platforms.
2765
2766 Improved reporting of source position for global variable loads
2767 (issue 1527).
2768
2769
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000027702011-07-11: Version 3.4.11
2771
2772 Fixed MinGW32 build.
2773
2774 Fixed a GC bug with RegExp code flushing.
2775
2776 Implemented Object.defineProperty for proxies.
2777
2778 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2779
2780 Added debugger support for inspecting optimized frames (issue 1140).
2781
2782 Allowed JSObject::PreventExtensions to work for arguments objects.
2783
2784 Bugfixes and performance work.
2785
2786
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000027872011-07-06: Version 3.4.10
2788
2789 Fixed debugger not breaking on certain "if" statements (issue 1523).
2790
2791 Fixed assertion failure in runtime profiler when running on IA32
2792 without snapshot (issue 1522).
2793
2794 Fixed ABI for API calls on IA32 (for clang compatibility).
2795
2796 Introduced code flushing of RegExp code to free memory used by
2797 RegExps sooner.
2798
2799 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2800
2801 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2802
2803 Performance improvements on all platforms.
2804
2805
ricow@chromium.org4f693d62011-07-04 14:01:31 +000028062011-07-04: Version 3.4.9
2807
2808 Added support for debugger inspection of locals in optimized frames
2809 (issue 1140).
2810
2811 Fixed SConstruct to pass correct defines to samples/preparser when
2812 building with library=shared.
2813
2814 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2815
2816 Fixed a bug in Object.defineProperty on the arguments object.
2817
2818 Performance improvements on all platforms.
2819
2820
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000028212011-06-29: Version 3.4.8
2822
2823 Ensure 16-byte stack alignment on Solaris (issue 1505).
2824
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002825 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002826 that is not a smi. (issue 1246).
2827
2828
ager@chromium.org04921a82011-06-27 13:21:41 +000028292011-06-27: Version 3.4.7
2830
2831 Fixed 64-bit build on FreeBSD.
2832
2833 Added API to set the property attributes for the prototype
2834 property on functions created from FunctionTemplates.
2835
2836 Bugfixes and performance work.
2837
2838
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000028392011-06-22: Version 3.4.6
2840
2841 Lowered limit on code space for systems with low memory supply.
2842
2843 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2844
2845 Extended setBreakpoint API to accept partial script name (issue 1418).
2846
2847 Made multi-line comments not count when deciding whether the '-->'
2848 comment starter is first on a line. This matches Safari.
2849
2850 Made handling of non-array recievers in Array length setter correct
2851 (issue 1491).
2852
2853 Added ability to heap profiler to iterate over snapshot's node
2854 (issue 1481).
2855
2856
whesse@chromium.org7b260152011-06-20 15:33:18 +000028572011-06-20: Version 3.4.5
2858
2859 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2860 1476, and 1477.
2861
2862 Improved code generation for !0 and !1.
2863
2864 Reduced memory usage for regular expressions with nested qualifiers.
2865 (issue 1472)
2866
2867 Fixed V8 to count line terminators in multi-line comments.
2868 (Chromium issue 86431)
2869
2870 Fixed disassembler=on option for release-mode builds. (issue 1473)
2871
2872 Performance improvements on all platforms.
2873
2874
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000028752011-06-15: Version 3.4.4
2876
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002877 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002878
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002879 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002880
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002881 Several GYP-related changes: Added support for building Xcode project
2882 files. Make the ARM simulator build with GYP again. Generate Makefiles
2883 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002884
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002885 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2886 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002887
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002888 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002889
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002890 Handle 'undefined' correctly when === has been specialized for doubles.
2891 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002892
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002893 Corrected the limit of local variables in an optimized function from 64
2894 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002895
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002896 Correctly set ReadOnly flag on indexed properties when using the API Set
2897 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002898
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002899 Give the correct error message when Object.isExtensible is called on a
2900 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002901
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002902 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2903 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002904
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002905 Do not redefine properties unneccesarily in seal and freeze. (issue
2906 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002907
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002908 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002909
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002910 Distinguish keyed loads with a symbol key from fast elements loads,
2911 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002912
2913
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000029142011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002915
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002916 Clear the global thread table when an isolate is disposed
2917 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002918
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002919 Converted time zone name to UTF8 on Windows (issue 1290).
2920
2921 Limited the number of arguments in a function call to 32766
2922 (issue 1413).
2923
2924 Compress sources of JS libraries in addition to the snapshot.
2925
2926 Fixed a bug in Lithium environment iteration.
2927
2928 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002929
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002930
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000029312011-06-06: Version 3.4.2
2932
2933 More work on ES-Harmony proxies. Still hidden behind a flag.
2934
2935 Fixed some crash bugs and improved performance.
2936
2937 Fixed building with gdb debugging support.
2938
2939 Do not install SIGPROF handler until it is needed.
2940
2941 Added DateTimeFormat to i18n API.
2942
2943 Fixed compilation on OpenBSD.
2944
2945 Take the ulimit into account when sizing the heap. OpenBSD users
2946 may still have to increase the default ulimit to run heavy pages in
2947 the browser.
2948
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002949
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000029502011-06-01: Version 3.4.1
2951
2952 Fixed JSON stringify issue with arrays.
2953
2954 Changed calls to JS builtins to be passed undefined when called with
2955 implicit receiver.
2956
2957 Implemented the set trap for Harmony proxies. Proxies still need to
2958 be enabled with the --harmony-proxies flag.
2959
2960
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000029612011-05-30: Version 3.4.0
2962
2963 Changed calls to undefined property setters to not throw (issue 1355).
2964
2965 Made RegExp objects not callable.
2966
2967 Fixed issues on special case large JSON strings in new json parser
2968 (issues http://crbug.com/83877 and http://crbug.com/84186).
2969
2970 Performance improvements on all platforms.
2971
2972
danno@chromium.org40cb8782011-05-25 07:58:50 +000029732011-05-25: Version 3.3.10
2974
2975 Fixed calls of strict mode function with an implicit receiver.
2976
2977 Fixed fast handling of arrays to properly deal with changes to the
2978 Object prototype (issue 1403).
2979
2980 Changed strict mode poison pill to be the same type error function
2981 (issue 1387).
2982
2983 Fixed a debug crash in arguments object handling (issue 1227).
2984
2985 Fixed a bug in deoptimization on x64 (issue 1404).
2986
2987 Performance improvements and bug fixes on all platforms.
2988
2989
ager@chromium.orgea91cc52011-05-23 06:06:11 +000029902011-05-23: Version 3.3.9
2991
2992 Added DateTimeFormat class to experimental i18n API.
2993
2994 Extended preparser to give early errors for some strict mode
2995 restrictions.
2996
2997 Removed legacy execScript function from V8.
2998
2999 Extended isolate API with the ability to add embedder-specific
3000 data to an isolate.
3001
3002 Added basic support for polymorphic loads from JS and external
3003 arrays.
3004
3005 Fixed bug in handling of switch statements in the optimizing
3006 compiler.
3007
3008
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000030092011-05-18: Version 3.3.8
3010
ager@chromium.orgea91cc52011-05-23 06:06:11 +00003011 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00003012 handles are independent of all other persistent handles and can be
3013 garbage collected more frequently.
3014
ager@chromium.orgea91cc52011-05-23 06:06:11 +00003015 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00003016 with the --harmony-proxies flag.
3017
3018 Performance improvements and bug fixes on all platforms.
3019
3020
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000030212011-05-16: Version 3.3.7
3022
3023 Updated MIPS infrastructure files.
3024
3025 Performance improvements and bug fixes on all platforms.
3026
3027
karlklose@chromium.org83a47282011-05-11 11:54:09 +000030282011-05-11: Version 3.3.6
3029
3030 Updated MIPS infrastructure files.
3031
3032 Added method IsCallable for Object to the API.
3033 Patch by Peter Varga.
3034
3035
lrn@chromium.org1c092762011-05-09 09:42:16 +000030362011-05-09: Version 3.3.5
3037
3038 Fixed build on FreeBSD. Patch by Akinori MUSHA.
3039
3040 Added check that receiver is JSObject on API calls.
3041
3042 Implemented CallAsConstructor method for Object in the API (Issue 1348).
3043 Patch by Peter Varga.
3044
3045 Added CallAsFunction method to the Object class in the API (Issue 1336).
3046 Patch by Peter Varga.
3047
3048 Added per-isolate locking and unlocking.
3049
3050 Fixed bug in x64 >>> operator (Issue 1359).
3051
3052
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000030532011-05-04: Version 3.3.4
3054
3055 Implemented API to disallow code generation from strings for a context
3056 (issue 1258).
3057
3058 Fixed bug with whitespaces in parseInt (issue 955).
3059
3060 Fixed bug with == comparison of Date objects (issue 1356).
3061
3062 Added GYP variables for ARM code generation:
3063 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
3064 and v8_use_arm_eabi_hardfloat.
3065
3066
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000030672011-05-02: Version 3.3.3
3068
3069 Added support for generating Visual Studio solution and project files
3070 using GYP.
3071
3072 Implemented support for ARM EABI calling convention variation where
3073 floating-point arguments are passed in registers (hardfloat).
3074
3075 Added Object::HasOwnProperty() to the API.
3076
3077 Added support for compressing startup data to reduce binary size. This
3078 includes build time support and an API for the embedder to decompress
3079 the startup data before initializing V8.
3080
3081 Reduced the profiling hooks overhead from >400% to 25% when using
3082 ll_prof.
3083
3084 Performance improvements and bug fixes on all platforms.
3085
3086
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000030872011-04-27: Version 3.3.2
3088
3089 Fixed crash bug on ARM with no VFP3 hardware.
3090
3091 Fixed compilation of V8 without debugger support.
3092
3093 Improved performance on JSLint.
3094
3095 Added support Float64 WebGL arrays.
3096
3097 Fixed crash bug in regexp replace.
3098
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00003099
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000031002011-04-20: Version 3.3.1
3101
3102 Reduced V8 binary size by removing virtual functions from hydrogen.
3103
3104 Fixed crash bug on x64.
3105
3106 Performance improvements on ARM and IA32.
3107
3108
danno@chromium.org160a7b02011-04-18 15:51:38 +000031092011-04-18: Version 3.3.0
3110
3111 Fixed bug in floating point rounding in Crankshaft on ARM
3112 (issue 958)
3113
3114 Fixed a number of issues with running without VFPv3 support on ARM
3115 (issue 1315)
3116
3117 Introduced v8Locale.Collator, a partial implementation of Collator
3118 per last ECMAScript meeting + mailing list.
3119
3120 Minor performance improvements and bug fixes.
3121
3122
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000031232011-04-13: Version 3.2.10
3124
3125 Fixed bug in external float arrays on ARM (issue 1323).
3126
3127 Minor performance improvements and bug fixes.
3128
3129
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000031302011-04-11: Version 3.2.9
3131
3132 Removed support for ABI prior to EABI on ARM.
3133
3134 Fixed multiple crash bugs.
3135
3136 Added GCMole to the repository, a simple static analysis tool that
3137 searches for GC-unsafe evaluation order dependent callsites.
3138
3139 Made preparser API be exported in shared libraries.
3140
3141 Fixed multiple issues in EcmaScript 5 strict mode implementation.
3142
3143 Fixed mutable __proto__ property if object is not extensible
3144 (Issue 1309).
3145
3146 Fixed auto suspension of the sampler thread.
3147
3148
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000031492011-04-06: Version 3.2.8
3150
3151 Exposed WebGL typed array constructors in the shell sample.
3152
3153 Performance improvements on all platforms.
3154
3155
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000031562011-04-04: Version 3.2.7
3157
3158 Disabled the original 'classic' V8 code generator. Crankshaft is
3159 now the default on all platforms.
3160
3161 Changed the heap profiler to use more descriptive names.
3162
3163 Performance and stability improvements to isolates on all platforms.
3164
3165
lrn@chromium.org7516f052011-03-30 08:52:27 +000031662011-03-30: Version 3.2.6
3167
3168 Fixed xcode build warning in shell.cc (out of order initialization).
3169
3170 Fixed null-pointer dereference in the compiler when running without
3171 SSE3 support (Chromium issue 77654).
3172
3173 Fixed x64 compilation error due to some dead code. (Issue 1286)
3174
3175 Introduced scons target to build the preparser stand-alone example.
3176
3177 Made FreeBSD build and pass all tests.
3178
3179
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000031802011-03-28: Version 3.2.5
3181
lrn@chromium.org7516f052011-03-30 08:52:27 +00003182 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00003183
3184 Added Crankshaft support for external arrays.
3185
3186 Fixed two potential crash bugs.
3187
3188
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000031892011-03-23: Version 3.2.4
3190
3191 Added isolates which allows several V8 instances in the same process.
3192 This is controlled through the new Isolate class in the API.
3193
3194 Implemented more of EcmaScript 5 strict mode.
3195
3196 Reduced the time it takes to make detailed heap snapshot.
3197
3198 Added a number of commands to the ARM simulator and enhanced the ARM
3199 disassembler.
3200
3201
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000032022011-03-17: Version 3.2.3
3203
3204 Fixed a number of crash bugs.
3205
3206 Fixed Array::New(length) to return an array with a length (issue 1256).
3207
3208 Fixed FreeBSD build.
3209
3210 Changed __defineGetter__ to not throw (matching the behavior of Safari).
3211
3212 Implemented more of EcmaScript 5 strict mode.
3213
3214 Improved Crankshaft performance on all platforms.
3215
3216
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000032172011-03-14: Version 3.2.2
3218
3219 Fixed a number of crash and correctness bugs.
3220
3221 Improved Crankshaft performance on all platforms.
3222
3223 Fixed Crankshaft on Solaris/Illumos.
3224
3225
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000032262011-03-10: Version 3.2.1
3227
3228 Fixed a number of crash bugs.
3229
3230 Improved Crankshaft for x64 and ARM.
3231
3232 Implemented more of EcmaScript 5 strict mode.
3233
3234
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000032352011-03-07: Version 3.2.0
3236
3237 Fixed a number of crash bugs.
3238
3239 Turned on Crankshaft by default on x64 and ARM.
3240
3241 Improved Crankshaft for x64 and ARM.
3242
3243 Implemented more of EcmaScript 5 strict mode.
3244
3245
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000032462011-03-02: Version 3.1.8
3247
3248 Fixed a number of crash bugs.
3249
3250 Improved Crankshaft for x64 and ARM.
3251
3252 Implemented more of EcmaScript 5 strict mode.
3253
3254 Fixed issue with unaligned reads and writes on ARM.
3255
3256 Improved heap profiler support.
3257
3258
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000032592011-02-28: Version 3.1.7
3260
3261 Fixed a number of crash bugs.
3262
3263 Improved Crankshaft for x64 and ARM.
3264
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00003265 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00003266 arrays (http://crbug.com/73940).
3267
3268 Fixed bug in map space compaction (http://crbug.com/59688).
3269
3270 Added support for direct getter accessors calls on ARM.
3271
3272
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000032732011-02-24: Version 3.1.6
3274
3275 Fixed a number of crash bugs.
3276
3277 Added support for Cygwin (issue 64).
3278
3279 Improved Crankshaft for x64 and ARM.
3280
3281 Added Crankshaft support for stores to pixel arrays.
3282
3283 Fixed issue in CPU profiler with Crankshaft.
3284
3285
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000032862011-02-16: Version 3.1.5
3287
3288 Change RegExp parsing to disallow /(*)/.
3289
3290 Added GDB JIT support for ARM.
3291
3292 Fixed several crash bugs.
3293
3294 Performance improvements on the IA32 platform.
3295
3296
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000032972011-02-14: Version 3.1.4
3298
3299 Fixed incorrect compare of prototypes of the global object (issue
3300 1082).
3301
3302 Fixed a bug in optimizing calls to global functions (issue 1106).
3303
3304 Made optimized Function.prototype.apply safe for non-JSObject first
3305 arguments (issue 1128).
3306
3307 Fixed an error related to element accessors on Object.prototype and
3308 parser errors (issue 1130).
3309
3310 Fixed a bug in sorting an array with large array indices (issue 1131).
3311
3312 Properly treat exceptions thrown while compiling (issue 1132).
3313
3314 Fixed bug in register requirements for function.apply (issue 1133).
3315
3316 Fixed a representation change bug in the Hydrogen graph construction
3317 (issue 1134).
3318
3319 Fixed the semantics of delete on parameters (issue 1136).
3320
3321 Fixed a optimizer bug related to moving instructions with side effects
3322 (issue 1138).
3323
3324 Added support for the global object in Object.keys (issue 1150).
3325
3326 Fixed incorrect value for Math.LOG10E
3327 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
3328
3329 Performance improvements on the IA32 platform.
3330
3331 Implement assignment to undefined reference in ES5 Strict Mode.
3332
3333
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000033342011-02-09: Version 3.1.3
3335
3336 Fixed a bug triggered by functions with huge numbers of declared
3337 arguments.
3338
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003339 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003340
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003341 Fixed issue where Array.prototype.__proto__ had been set to null
3342 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003343
3344 Fixed stability bugs in Crankshaft for x86.
3345
3346
ricow@chromium.org83aa5492011-02-07 12:42:56 +000033472011-02-07: Version 3.1.2
3348
3349 Added better security checks when accessing properties via
3350 Object.getOwnPropertyDescriptor.
3351
3352 Fixed bug in Object.defineProperty and related access bugs (issues
3353 992, 1083 and 1092).
3354
3355 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
3356 copyright notice generation for embedders.
3357
3358
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000033592011-02-02: Version 3.1.1
3360
3361 Perform security checks before fetching the value in
3362 Object.getOwnPropertyDescriptor.
3363
3364 Fixed a bug in Array.prototype.splice triggered by passing no
3365 arguments.
3366
3367 Fixed bugs in -0 in arithmetic and in Math.pow.
3368
3369 Fixed bugs in the register allocator and in switching from optimized
3370 to unoptimized code.
3371
3372
33732011-01-31: Version 3.1.0
3374
whesse@chromium.org7a392b32011-01-31 11:30:36 +00003375 Performance improvements on all platforms.
3376
3377
ager@chromium.org378b34e2011-01-28 08:04:38 +000033782011-01-28: Version 3.0.12
3379
3380 Added support for strict mode parameter and object property
3381 validation.
3382
3383 Fixed a couple of crash bugs.
3384
3385
ager@chromium.org0ee099b2011-01-25 14:06:47 +000033862011-01-25: Version 3.0.11
3387
3388 Fixed a bug in deletion of lookup slots that could cause global
3389 variables to be accidentally deleted (http://crbug.com/70066).
3390
3391 Added support for strict mode octal literal verification.
3392
3393 Fixed a couple of crash bugs (issues 1070 and 1071).
3394
3395
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000033962011-01-24: Version 3.0.10
3397
3398 Fixed External::Wrap for 64-bit addresses (issue 1037).
3399
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003400 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003401 code generator (issue 1060).
3402
3403 Introduced partial strict mode support.
3404
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003405 Changed formatting of recursive error messages to match Firefox and
3406 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003407
3408 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003409 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003410 (issue http://crbug.com/50972).
3411
3412 Performance improvements on the IA32 platform.
3413
3414
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000034152011-01-19: Version 3.0.9
3416
3417 Added basic GDB JIT Interface integration.
3418
3419 Make invalid break/continue statements a syntax error instead of a
3420 runtime error.
3421
3422
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000034232011-01-17: Version 3.0.8
3424
3425 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00003426 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00003427
3428 Wrapped external pointers more carefully (issue 1037).
3429
3430 Hardened the implementation of error objects to avoid setters
3431 intercepting the properties set then throwing an error.
3432
3433 Avoided trashing the FPSCR when calculating Math.floor on ARM.
3434
3435 Performance improvements on the IA32 platform.
3436
3437
34382011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003439
3440 Stopped calling inherited setters when creating object literals
3441 (issue 1015).
3442
3443 Changed interpretation of malformed \c? escapes in RegExp to match
3444 JSC.
3445
3446 Enhanced the command-line debugger interface and fixed some minor
3447 bugs in the debugger.
3448
3449 Performance improvements on the IA32 platform.
3450
3451
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000034522011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003453
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003454 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003455
3456 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003457 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003458
3459 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003460 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003461
3462 Added use_system_v8 option to gyp (off by default), to make it easier
3463 for Linux distributions to ship with system-provided V8 library.
3464
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003465 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003466
3467 Added labelled thread names to help with debugging (on Linux).
3468
3469
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000034702011-01-03: Version 3.0.5
3471
3472 Fixed a couple of cast errors for gcc-3.4.3.
3473
3474 Performance improvements in GC and IA32 code generator.
3475
3476
whesse@chromium.org023421e2010-12-21 12:19:12 +000034772010-12-21: Version 3.0.4
3478
3479 Added Date::ResetCache() to the API so that the cached values in the
3480 Date object can be reset to allow live DST / timezone changes.
3481
3482 Extended existing support for printing (while debugging) the contents
3483 of objects. Added support for printing objects from release builds.
3484
3485 Fixed V8 issues 989, 1006, and 1007.
3486
3487
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000034882010-12-17: Version 3.0.3
3489
3490 Reapplied all changes for version 3.0.1.
3491
3492 Improved debugger protocol for remote debugging.
3493
3494 Added experimental support for using gyp to generate build files
3495 for V8.
3496
3497 Fixed implementation of String::Write in the API (issue 975).
3498
3499
lrn@chromium.org8541d772010-12-15 12:05:09 +000035002010-12-15: Version 3.0.2
3501
3502 Revert version 3.0.1 and patch 3.0.1.1.
3503
3504
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000035052010-12-13: Version 3.0.1
3506
3507 Added support for an experimental internationalization API as an
3508 extension. This extension is disabled by default but can be enabled
3509 when building V8. The ECMAScript internationalization strawman is
3510 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3511
3512 Made RegExp character class parsing stricter. This mirrors a change
3513 to RegExp parsing in WebKit.
3514
3515 Fixed a bug in Object.defineProperty when used to change attributes
3516 of an existing property. It incorrectly set the property value to
3517 undefined (issue 965).
3518
3519 Fixed several different compilation failures on various platforms
3520 caused by the 3.0.0 release.
3521
3522 Optimized Math.pow so it can work on unboxed doubles.
3523
3524 Sped up quoting of JSON strings by removing one traversal of the
3525 string.
3526
3527
kasperl@chromium.orga5551262010-12-07 12:49:48 +000035282010-12-07: Version 3.0.0
3529
3530 Improved performance by (partially) addressing issue 957 on
3531 IA-32. Still needs more work for the other architectures.
3532
3533
ager@chromium.orgbeb25712010-11-29 08:02:25 +000035342010-11-29: Version 2.5.9
3535
3536 Fixed crashes during GC caused by partially initialize heap
3537 objects.
3538
3539 Fixed bug in process sample that caused memory leaks.
3540
3541 Improved performance on ARM by implementing missing stubs and
3542 inlining.
3543
3544 Improved heap profiler support.
3545
3546 Added separate seeding on Windows of the random number generator
3547 used internally by the compiler (issue 936).
3548
3549 Exposed API for getting the name of the function used to construct
3550 an object.
3551
3552 Fixed date parser to handle one and two digit millisecond
3553 values (issue 944).
3554
3555 Fixed number parsing to disallow space between sign and
3556 digits (issue 946).
3557
3558
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000035592010-11-23: Version 2.5.8
3560
3561 Removed dependency on Gay's dtoa.
3562
3563 Improved heap profiler precision and speed.
3564
3565 Reduced overhead of callback invocations on ARM.
3566
3567
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000035682010-11-18: Version 2.5.7
3569
3570 Fixed obscure evaluation order bug (issue 931).
3571
3572 Split the random number state between JavaScript and the private API.
3573
3574 Fixed performance bug causing GCs when generating stack traces on
3575 code from very large scripts.
3576
3577 Fixed bug in parser that allowed (foo):42 as a labelled statement
3578 (issue 918).
3579
3580 Provide more accurate results about used heap size via
3581 GetHeapStatistics.
3582
3583 Allow build-time customization of the max semispace size.
3584
3585 Made String.prototype.split honor limit when separator is empty
3586 (issue 929).
3587
3588 Added missing failure check after expecting an identifier in
3589 preparser (Chromium issue 62639).
3590
3591
ager@chromium.org01fe7df2010-11-10 11:59:11 +000035922010-11-10: Version 2.5.6
3593
3594 Added support for VFP rounding modes to the ARM simulator.
3595
3596 Fixed multiplication overflow bug (issue 927).
3597
3598 Added a limit for the amount of executable memory (issue 925).
3599
3600
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000036012010-11-08: Version 2.5.5
3602
3603 Added more aggressive GC of external objects in near out-of-memory
3604 situations.
3605
3606 Fixed a bug that gave the incorrect result for String.split called
3607 on the empty string (issue 924).
3608
3609
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000036102010-11-03: Version 2.5.4
3611
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003612 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003613
3614
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000036152010-11-01: Version 2.5.3
3616
3617 Fixed a bug that prevents constants from overwriting function values
3618 in object literals (issue 907).
3619
3620 Fixed a bug with reporting of impossible nested calls of DOM functions
3621 (issue http://crbug.com/60753).
3622
3623
lrn@chromium.org303ada72010-10-27 09:33:13 +000036242010-10-27: Version 2.5.2
3625
3626 Improved sampler resolution on Linux.
3627
3628 Allowed forcing the use of a simulator from the build script
3629 independently of the host architecture.
3630
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003631 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003632
3633 Made windows-tick-processor respect D8_PATH.
3634
3635 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3636
3637
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000036382010-10-20: Version 2.5.1
3639
3640 Fixed bug causing spurious out of memory exceptions
3641 (issue http://crbug.com/54580).
3642
3643 Fixed compilation error on Solaris platform (issue 901).
3644
3645 Fixed error in strtod (string to floating point number conversion)
3646 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3647
3648 Adjusted randomized allocations of executable memory to have 64k
3649 granularity (issue http://crbug.com/56036).
3650
3651 Supported profiling using kernel perf_events on linux. Added ll_prof
3652 script to tools and --ll-prof flag to V8.
3653
3654
vegorov@chromium.org42841962010-10-18 11:18:59 +000036552010-10-18: Version 2.5.0
3656
3657 Fixed bug in cache handling of lastIndex on global regexps
3658 (issue http://crbug.com/58740).
3659
3660 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3661 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003662 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003663
3664 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3665
3666
36672010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003668
3669 Fixed a bug in the handling of conditional expressions in test
3670 contexts in compiler for top-level code.
3671
3672 Added "//@ sourceURL" information to the StackTrace API.
3673
3674 Exposed RegExp construction through the API.
3675
3676
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000036772010-10-04: Version 2.4.8
3678
3679 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3680 whole snapshot (issue 868).
3681
3682 Performance improvements on all platforms.
3683
3684
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000036852010-09-30: Version 2.4.7
3686
3687 Changed the command-line flag --max-new-space-size to be in kB and the
3688 flag --max-old-space-size to be in MB (previously they were in bytes).
3689
3690 Added Debug::CancelDebugBreak to the debugger API.
3691
3692 Fixed a bug in getters for negative numeric property names
3693 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3694
3695 Performance improvements on all platforms.
3696
3697
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000036982010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003699
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003700 Fixed assertion failure related to copy-on-write arrays (issue 876).
3701
3702 Fixed build failure of 64-bit V8 on Windows.
3703
3704 Fixed a bug in RegExp (issue http://crbug.com/52801).
3705
3706 Improved the profiler's coverage to cover more functions (issue 858).
3707
3708 Fixed error in shift operators on 64-bit V8
3709 (issue http://crbug.com/54521).
3710
3711
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000037122010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003713
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003714 Changed the RegExp benchmark to exercise the regexp engine on different
3715 inputs by scrambling the input strings.
3716
3717 Fixed a bug in keyed loads on strings.
3718
3719 Fixed a bug with loading global function prototypes.
3720
3721 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3722
3723 Performance improvements on all platforms.
3724
3725
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000037262010-09-15: Version 2.4.4
3727
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003728 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003729
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003730 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003731
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003732 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003733
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003734 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003735
3736
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000037372010-09-13: Version 2.4.3
3738
3739 Made Date.parse properly handle TZ offsets (issue 857).
3740
3741 Performance improvements on all platforms.
3742
3743
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000037442010-09-08: Version 2.4.2
3745
3746 Fixed GC crash bug.
3747
3748 Fixed stack corruption bug.
3749
3750 Fixed compilation for newer C++ compilers that found Operand(0)
3751 ambiguous.
3752
3753
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000037542010-09-06: Version 2.4.1
3755
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003756 Added the ability for an embedding application to receive a callback
3757 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3758 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003759
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003760 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003761
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003762 Fixed memory overrun crash bug triggered during V8's tick-based
3763 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003764
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003765 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003766
3767
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000037682010-09-01: Version 2.4.0
3769
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003770 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3771 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003772
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003773 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003774 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003775
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003776 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003777
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003778 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003779
3780
ricow@chromium.org65fae842010-08-25 15:26:24 +000037812010-08-25: Version 2.3.11
3782
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003783 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003784
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003785 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003786 VARIANT_FLAGS that allows specification of sets of flags with which
3787 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003788
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003789 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003790
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003791 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003792
3793
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000037942010-08-23: Version 2.3.10
3795
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003796 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003797
3798 Build fixes for unusual compilers.
3799
3800 Track high water mark for RWX memory.
3801
3802 Performance improvements on all platforms.
3803
3804
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000038052010-08-18: Version 2.3.9
3806
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003807 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003808
3809 Removed specialized handling of GCC 4.4 (issue 830).
3810
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003811 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003812 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3813
ricow@chromium.org65fae842010-08-25 15:26:24 +00003814 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003815
3816
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000038172010-08-16: Version 2.3.8
3818
3819 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3820
3821 Fixed issue with incorrect handling of custom valueOf methods on
3822 string wrappers (issue 760).
3823
3824 Fixed compilation for ARMv4 (issue 590).
3825
3826 Improved performance.
3827
3828
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000038292010-08-11: Version 2.3.7
3830
3831 Reduced size of heap snapshots produced by heap profiler (issue 783).
3832
3833 Introduced v8::Value::IsRegExp method.
3834
3835 Fixed CPU profiler crash in start / stop sequence when non-existent
3836 name is passed (issue http://crbug.com/51594).
3837
3838 Introduced new indexed property query callbacks API (issue 816). This
3839 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3840 by default.
3841
3842 Removed support for object literal get/set with number/string
3843 property name.
3844
3845 Fixed handling of JSObject::elements in CalculateNetworkSize
3846 (issue 822).
3847
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003848 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003849
3850
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000038512010-08-09: Version 2.3.6
3852
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003853 RegExp literals create a new object every time they are evaluated
3854 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003855
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003856 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003857
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003858 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003859
3860
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000038612010-08-04: Version 2.3.5
3862
3863 Added support for ES5 property names. Object initialisers and
3864 dot-notation property access now allows keywords. Also allowed
3865 non-identifiers after "get" or "set" in an object initialiser.
3866
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003867 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003868
3869
whesse@chromium.orge90029b2010-08-02 11:52:17 +000038702010-08-02: Version 2.3.4
3871
3872 Fixed problems in implementation of ES5 function.prototype.bind.
3873
3874 Fixed error when using apply with arguments object on ARM (issue 784).
3875
3876 Added setting of global flags to debugger protocol.
3877
3878 Fixed an error affecting cached results of sin and cos (issue 792).
3879
3880 Removed memory leak from a boundary case where V8 is not initialized.
3881
3882 Fixed issue where debugger could set breakpoints outside the body
3883 of a function.
3884
3885 Fixed issue in debugger when using both live edit and step in features.
3886
3887 Added Number-letter (Nl) category to Unicode tables. These characters
3888 can now be used in identifiers.
3889
3890 Fixed an assert failure on X64 (issue 806).
3891
3892 Performance improvements on all platforms.
3893
3894
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000038952010-07-26: Version 2.3.3
3896
3897 Fixed error when building the d8 shell in a fresh checkout.
3898
3899 Implemented Function.prototype.bind (ES5 15.3.4.5).
3900
3901 Fixed an error in inlined stores on ia32.
3902
3903 Fixed an error when setting a breakpoint at the end of a function
3904 that does not end with a newline character.
3905
3906 Performance improvements on all platforms.
3907
3908
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000039092010-07-21: Version 2.3.2
3910
3911 Fixed compiler warnings when building with LLVM.
3912
3913 Fixed a bug with for-in applied to strings (issue 785).
3914
3915 Performance improvements on all platforms.
3916
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003917
ricow@chromium.org4980dff2010-07-19 08:33:45 +000039182010-07-19: Version 2.3.1
3919
3920 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3921
3922 Fixed bug related to code flushing while compiling a lazy
3923 compilable function (issue http://crbug.com/49099).
3924
3925 Performance improvements on all platforms.
3926
3927
ager@chromium.orgb5737492010-07-15 09:29:43 +000039282010-07-15: Version 2.3.0
3929
3930 Added ES5 Object.seal and Object.isSealed.
3931
3932 Added debugger API for scheduling debugger commands from a
3933 separate thread.
3934
3935
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000039362010-07-14: Version 2.2.24
3937
3938 Added API for capturing stack traces for uncaught exceptions.
3939
3940 Fixed crash bug when preparsing from a non-external V8 string
3941 (issue 775).
3942
3943 Fixed JSON.parse bug causing input not to be converted to string
3944 (issue 764).
3945
3946 Added ES5 Object.freeze and Object.isFrozen.
3947
3948 Performance improvements on all platforms.
3949
3950
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000039512010-07-07: Version 2.2.23
3952
3953 API change: Convert Unicode code points outside the basic multilingual
3954 plane to the replacement character. Previous behavior was to silently
3955 truncate the value to 16 bits.
3956
3957 Fixed crash: handle all flat string types in regexp replace.
3958
3959 Prevent invalid pre-parsing data passed in through the API from
3960 crashing V8.
3961
3962 Performance improvements on all platforms.
3963
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003964
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000039652010-07-05: Version 2.2.22
3966
3967 Added ES5 Object.isExtensible and Object.preventExtensions.
3968
3969 Enabled building V8 as a DLL.
3970
3971 Fixed a bug in date code where -0 was not interpreted as 0
3972 (issue 736).
3973
3974 Performance improvements on all platforms.
3975
3976
lrn@chromium.org32d961d2010-06-30 09:09:34 +000039772010-06-30: Version 2.2.21
3978
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003979 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003980
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003981 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003982
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003983 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003984
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003985 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003986
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003987 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003988
3989 Provide actual breakpoints locations in response to setBreakpoint
3990 and listBreakpoints requests.
3991
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003992
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000039932010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003994
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003995 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003996
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003997 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003998
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003999 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004000
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004001 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004002 miscalculated for some inputs.
4003
4004 Performance improvements on all platforms.
4005
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004006
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000040072010-06-23: Version 2.2.19
4008
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004009 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00004010 (issue 738).
4011
4012 Added expose-externalize-string flag for testing extensions.
4013
4014 Resolve linker issues with using V8 as a DLL causing a number of
4015 problems with unresolved symbols.
4016
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004017 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00004018 defined.
4019
4020 Performance improvements on all platforms.
4021
4022
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000040232010-06-16: Version 2.2.18
4024
4025 Added API functions to retrieve information on indexed properties
4026 managed by the embedding layer. Fixes bug 737.
4027
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004028 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004029
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004030 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004031
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004032 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004033
4034 Incremental performance improvements.
4035
4036
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000040372010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004038
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00004039 Improved debugger support for stepping out of functions.
4040
4041 Incremental performance improvements.
4042
4043
40442010-06-09: Version 2.2.16
4045
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004046 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004047 disposal of external string resources to call a virtual Dispose
4048 method on the resource.
4049
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004050 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004051 stepping.
4052
4053 Memory usage improvements on all platforms.
4054
4055
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000040562010-06-07: Version 2.2.15
4057
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004058 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004059
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004060 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004061 some compilers complaint when compiling with -Werror.
4062
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004063 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004064
4065
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000040662010-06-02: Version 2.2.14
4067
4068 Fixed a crash in code generated for String.charCodeAt.
4069
4070 Fixed a compilation issue with some GCC versions (issue 727).
4071
4072 Performance optimizations on x64 and ARM platforms.
4073
4074
ricow@chromium.org30ce4112010-05-31 10:38:25 +000040752010-05-31: Version 2.2.13
4076
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004077 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004078 strings (issue 599).
4079
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004080 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004081
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004082 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004083
4084 Performance improvements on all platforms.
4085
4086
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000040872010-05-26: Version 2.2.12
4088
4089 Allowed accessors to be defined on objects rather than just object
4090 templates.
4091
4092 Changed the ScriptData API.
4093
4094
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000040952010-05-21: Version 2.2.11
4096
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004097 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004098
4099 Use 'full compiler' when debugging is active. This should increase
4100 the density of possible break points, making single step more fine
4101 grained. This will only take effect for functions compiled after
4102 debugging has been started, so recompilation of all functions is
4103 required to get the full effect. IA32 and x64 only for now.
4104
4105 Misc. fixes to the Solaris build.
4106
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004107 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004108
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004109 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004110
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004111 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004112
4113 Incremental performance improvements in all backends.
4114
4115
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000041162010-05-17: Version 2.2.10
4117
4118 Performance improvements in the x64 and ARM backends.
4119
4120
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000041212010-05-10: Version 2.2.9
4122
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004123 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004124
4125 Fixed bug with Date.parse returning a non-NaN value when called on a
4126 non date string (issue 696).
4127
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004128 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004129 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004130
4131 C++ API for retrieving JavaScript stack trace information.
4132
4133
ager@chromium.orgac091b72010-05-05 07:34:42 +000041342010-05-05: Version 2.2.8
4135
4136 Performance improvements in the x64 and ARM backends.
4137
4138
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000041392010-05-03: Version 2.2.7
4140
4141 Added support for ES5 date time string format to Date.parse.
4142
4143 Performance improvements in the x64 backend.
4144
4145
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000041462010-04-28: Version 2.2.6
4147
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004148 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004149 (by Ryan Dahl <coldredlemur@gmail.com>).
4150
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004151 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004152
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004153 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004154
4155 Performance improvements on all platforms.
4156
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004157
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000041582010-04-26: Version 2.2.5
4159
4160 Various performance improvements (especially for ARM and x64)
4161
4162 Fixed bug in CPU profiling (http://crbug.com/42137)
4163
4164 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004165
4166 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00004167 wrong calculations.
4168
4169 Fixed a bug that may cause a wrong result for shift operations.
4170
4171
41722010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00004173
4174 Fixed warnings on arm on newer GCC versions.
4175
4176 Fixed a number of minor bugs.
4177
4178 Performance improvements on all platforms.
4179
4180
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000041812010-04-14: Version 2.2.3
4182
4183 Added stack command and mem command to ARM simulator debugger.
4184
4185 Fixed scons snapshot and ARM build, and Windows X64 build issues.
4186
4187 Performance improvements on all platforms.
4188
4189
ager@chromium.org357bf652010-04-12 11:30:10 +000041902010-04-12: Version 2.2.2
4191
4192 Introduced new profiler API.
4193
4194 Fixed random number generator to produce full 32 random bits.
4195
4196
lrn@chromium.org25156de2010-04-06 13:10:27 +000041972010-04-06: Version 2.2.1
4198
4199 Debugger improvements.
4200
4201 Fixed minor bugs.
4202
4203
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000042042010-03-29: Version 2.2.0
4205
4206 Fixed a few minor bugs.
4207
4208 Performance improvements for string operations.
4209
4210
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000042112010-03-26: Version 2.1.10
4212
4213 Fixed scons build issues.
4214
4215 Fixed a couple of minor bugs.
4216
4217
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000042182010-03-25: Version 2.1.9
4219
4220 Added API support for reattaching a global object to a context.
4221
4222 Extended debugger API with access to the internal debugger context.
4223
4224 Fixed Chromium crashes (issues http://crbug.com/39128 and
4225 http://crbug.com/39160)
4226
4227
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000042282010-03-24: Version 2.1.8
4229
4230 Added fine-grained garbage collection callbacks to the API.
4231
4232 Performance improvements on all platforms.
4233
4234
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000042352010-03-22: Version 2.1.7
4236
4237 Fixed issue 650.
4238
4239 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00004240
4241 Performance improvements for arithmetic operations.
4242
4243 Performance improvements for string operations.
4244
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00004245 Print script name and line number information in stack trace.
4246
4247
42482010-03-17: Version 2.1.6
4249
4250 Performance improvements for arithmetic operations.
4251
4252 Performance improvements for string operations.
4253
4254
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000042552010-03-10: Version 2.1.4
4256
4257 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
4258
4259 Performance improvements on all platforms.
4260
4261
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000042622010-03-10: Version 2.1.3
4263
4264 Added API method for context-disposal notifications.
4265
4266 Added API method for accessing elements by integer index.
4267
4268 Added missing implementation of Uint32::Value and Value::IsUint32
4269 API methods.
4270
4271 Added IsExecutionTerminating API method.
4272
4273 Disabled strict aliasing for GCC 4.4.
4274
4275 Fixed string-concatenation bug (issue 636).
4276
4277 Performance improvements on all platforms.
4278
4279
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000042802010-02-23: Version 2.1.2
4281
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004282 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004283
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004284 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004285
4286 Performance improvements on all platforms.
4287
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00004288
ager@chromium.org5c838252010-02-19 08:53:10 +000042892010-02-19: Version 2.1.1
4290
4291 [ES5] Implemented Object.defineProperty.
4292
4293 Improved profiler support.
4294
4295 Added SetPrototype method in the public V8 API.
4296
4297 Added GetScriptOrigin and GetScriptLineNumber methods to Function
4298 objects in the API.
4299
4300 Performance improvements on all platforms.
4301
4302
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000043032010-02-03: Version 2.1.0
4304
4305 Values are now always wrapped in objects when used as a receiver.
4306 (issue 223).
4307
4308 [ES5] Implemented Object.getOwnPropertyNames.
4309
4310 [ES5] Restrict JSON.parse to only accept strings that conforms to the
4311 JSON grammar.
4312
4313 Improvement of debugger agent (issue 549 and 554).
4314
4315 Fixed problem with skipped stack frame in profiles (issue 553).
4316
4317 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
4318 <ry@tinyclouds.org>.
4319
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004320 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004321 integers.
4322
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004323 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004324 functions (isue http://crbug.com/3867).
4325
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004326 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004327
4328 Numerous performance improvements including porting of previous IA-32
4329 optimizations to x64 and ARM architectures.
4330
4331
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000043322010-01-14: Version 2.0.6
4333
4334 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
4335 GetOwnProperty, FromPropertyDescriptor.
4336
4337 Fixed Mac x64 build errors.
4338
4339 Improved performance of some math and string operations.
4340
4341 Improved performance of some regexp operations.
4342
4343 Improved performance of context creation.
4344
4345 Improved performance of hash tables.
4346
4347
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000043482009-12-18: Version 2.0.5
4349
4350 Extended to upper limit of map space to allow for 7 times as many map
4351 to be allocated (issue 524).
4352
4353 Improved performance of code using closures.
4354
4355 Improved performance of some binary operations involving doubles.
4356
4357
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000043582009-12-16: Version 2.0.4
4359
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004360 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004361
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004362 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004363
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004364 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004365
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004366 Improved handling of external strings by using a separate table
4367 instead of weak handles. This improves garbage collection
4368 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004369
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004370 Changed code generation for object and array literals in toplevel
4371 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004372
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004373 Fixed a crash bug triggered when garbage collection happened during
4374 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004375
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004376 Fixed crash bug sometimes triggered when local variables shadowed
4377 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004378
4379
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000043802009-12-03: Version 2.0.3
4381
4382 Optimized handling and adding of strings, for-in and Array.join.
4383
4384 Heap serialization is now non-destructive.
4385
4386 Improved profiler support with information on time spend in C++
4387 callbacks registered through the API.
4388
4389 Added commands to the debugger protocol for starting/stopping
4390 profiling.
4391
4392 Enabled the non-optimizing compiler for top-level code.
4393
4394 Changed the API to only allow strings to be set as data objects on
4395 Contexts and scripts to avoid potentially keeping global objects
4396 around for too long (issue 528).
4397
4398 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
4399
4400 Fixed bugs.
4401
4402
ager@chromium.org01beca72009-11-24 14:29:16 +000044032009-11-24: Version 2.0.2
4404
4405 Improved profiler support.
4406
4407 Fixed bug that broke compilation of d8 with readline support.
4408
4409
ager@chromium.org6141cbe2009-11-20 12:14:52 +000044102009-11-20: Version 2.0.1
4411
4412 Fixed crash bug in String.prototype.replace.
4413
4414 Reverted a change which caused Chromium interactive ui test
4415 failures.
4416
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004417
ager@chromium.orgc4c92722009-11-18 14:12:51 +000044182009-11-18: Version 2.0.0
4419
4420 Added support for VFP on ARM.
4421
4422 Added TryCatch::ReThrow method to the API.
4423
4424 Reduced the size of snapshots and improved the snapshot load time.
4425
4426 Improved heap profiler support.
4427
4428 64-bit version now supported on Windows.
4429
4430 Fixed a number of debugger issues.
4431
4432 Fixed bugs.
4433
4434
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000044352009-10-29: Version 1.3.18
4436
4437 Reverted a change which caused crashes in RegExp replace.
4438
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00004439 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00004440
4441
ager@chromium.org3811b432009-10-28 14:53:37 +000044422009-10-28: Version 1.3.17
4443
4444 Added API method to get simple heap statistics.
4445
4446 Improved heap profiler support.
4447
4448 Fixed the implementation of the resource constraint API so it
4449 works when using snapshots.
4450
4451 Fixed a number of issues in the Windows 64-bit version.
4452
4453 Optimized calls to API getters.
4454
4455 Added valgrind notification on code modification to the 64-bit version.
4456
4457 Fixed issue where we logged shared library addresses on Windows at
4458 startup and never used them.
4459
4460
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000044612009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004462
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004463 X64: Convert smis to holding 32 bits of payload.
4464
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004465 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004466
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004467 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004468
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004469 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004470 Patch by Jan de Mooij <jandemooij@gmail.com>
4471
4472 Implement ES5 Array.isArray
4473 Patch by Jan de Mooij <jandemooij@gmail.com>
4474
4475 Skip access checks for hidden properties.
4476
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004477 Added String::Concat(Handle<String> left, Handle<String> right) to the
4478 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004479
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004480 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004481
4482
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000044832009-10-07: Version 1.3.15
4484
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004485 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004486
4487 Fixed a crash bug happening when starting profiling (issue
4488 http://crbug.com/23768).
4489
4490
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000044912009-10-07: Version 1.3.14
4492
4493 Added GetRealNamedProperty to the API to lookup real properties
4494 located on the object or in the prototype chain skipping any
4495 interceptors.
4496
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004497 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004498 stack limit now needs to be set to each thread thich is used with V8.
4499
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004500 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004501
4502 Ensure V8 is initialized before locking and unlocking threads.
4503
4504 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004505 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004506 Crockford from the project.
4507
4508 Added a missing optimization in StringCharAt.
4509
4510 Fixed some flaky socket tests.
4511
4512 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4513 in 64-bit mode.
4514
4515 Fixed memory leaks in the thread management code.
4516
4517 Fixed the result of assignment to a pixel array. The assigned value
4518 is now the result.
4519
4520 Error reporting for invalid left-hand sides in for-in statements, pre-
4521 and postfix count expressions, and assignments now matches the JSC
4522 behavior in Safari 4.
4523
4524 Follow the spec in disallowing function declarations without a name.
4525
4526 Always allocate code objects within a 2 GB range. On x64 architecture
4527 this is used to use near calls (32-bit displacement) in Code objects.
4528
4529 Optimized array construction ported to x64 and ARM architectures.
4530
4531 [ES5] Changed Object.keys to return strings for element indices.
4532
4533
ager@chromium.org68e7ab72009-09-23 09:40:39 +000045342009-09-23: Version 1.3.13
4535
4536 Fixed uninitialized memory problem.
4537
4538 Improved heap profiler support.
4539
4540
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000045412009-09-22: Version 1.3.12
4542
4543 Changed behavior of |function|.toString() on built-in functions to
4544 be compatible with other implementations. Patch by Jan de Mooij.
4545
4546 Added Object::IsDirty in the API.
4547
4548 Optimized array construction; it is now handled purely in native
4549 code.
4550
4551 [ES5] Made properties of the arguments array enumerable.
4552
4553 [ES5] Added test suite adapter for the es5conform test suite.
4554
4555 [ES5] Added Object.keys function.
4556
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004557
ager@chromium.org4af710e2009-09-15 12:20:11 +000045582009-09-15: Version 1.3.11
4559
4560 Fixed crash in error reporting during bootstrapping.
4561
4562 Optimized generated IA32 math code by using SSE2 instructions when
4563 available.
4564
4565 Implemented missing pieces of debugger infrastructure on ARM. The
4566 debugger is now fully functional on ARM.
4567
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004568 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004569
4570
ager@chromium.orga1645e22009-09-09 19:27:10 +000045712009-09-09: Version 1.3.10
4572
4573 Fixed profiler on Mac in 64-bit mode.
4574
4575 Optimized creation of objects from simple constructor functions on
4576 ARM.
4577
4578 Fixed a number of debugger issues.
4579
4580 Reduced the amount of memory consumed by V8.
4581
4582
ager@chromium.org18ad94b2009-09-02 08:22:29 +000045832009-09-02: Version 1.3.9
4584
4585 Optimized stack guard checks on ARM.
4586
4587 Optimized API operations by inlining more in the API.
4588
4589 Optimized creation of objects from simple constructor functions.
4590
4591 Enabled a number of missing optimizations in the 64-bit port.
4592
4593 Implemented native-code support for regular expressions on ARM.
4594
4595 Stopped using the 'sahf' instruction on 64-bit machines that do
4596 not support it.
4597
4598 Fixed a bug in the support for forceful termination of JavaScript
4599 execution.
4600
4601
ager@chromium.org96c75b52009-08-26 09:13:16 +000046022009-08-26: Version 1.3.8
4603
4604 Changed the handling of idle notifications to allow idle
4605 notifications when V8 has not yet been initialized.
4606
4607 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004608
ager@chromium.org96c75b52009-08-26 09:13:16 +00004609
ager@chromium.orgab99eea2009-08-25 07:05:41 +000046102009-08-25: Version 1.3.7
4611
4612 Reduced the size of generated code on ARM platforms by reducing
4613 the size of constant pools.
4614
4615 Changed build files to not include the 'ENV' user environment
4616 variable in the build environment.
4617
4618 Changed the handling of idle notifications.
4619
4620
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000046212009-08-21: Version 1.3.6
4622
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004623 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004624
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004625 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004626 a low memory situation to V8.
4627
4628 Changed the handling of global handles (persistent handles in the API
4629 sense) to avoid issues regarding allocation of new global handles
4630 during weak handle callbacks.
4631
4632 Changed the growth policy of the young space.
4633
4634 Fixed a GC issue introduced in version 1.3.5.
4635
4636
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000046372009-08-19: Version 1.3.5
4638
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004639 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004640
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004641 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004642
4643 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4644
4645 Changed typeof RegExp from 'object' to 'function' for compatibility.
4646 Fixed bug where regexps were not callable across contexts.
4647
4648 Added context independent script compilation to the API.
4649
4650 Added API call to get the stack trace for an exception.
4651
4652 Added API for getting object mirrors.
4653
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004654 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004655 running off a snapshot generated without using SSE3 instructions.
4656
4657 Tweaked the handling of the initial size and growth policy of the heap.
4658
4659 Added native code generation for RegExp to 64-bit version.
4660
4661 Added JavaScript debugger support to 64-bit version.
4662
4663
ager@chromium.orgadd848f2009-08-13 12:44:13 +000046642009-08-13: Version 1.3.4
4665
4666 Added a readline() command to the d8 shell.
4667
4668 Fixed bug in json parsing.
4669
4670 Added idle notification to the API and reduced memory on idle
4671 notifications.
4672
4673
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000046742009-08-12: Version 1.3.3
4675
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004676 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004677
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004678 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004679
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004680 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004681
4682 API: added function to find instance of template in prototype
4683 chain. Inlined Object::IsInstanceOf.
4684
4685 Land change to notify valgrind when we modify code on x86.
4686
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004687 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004688
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004689 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004690
4691
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000046922009-08-05: Version 1.3.2
4693
4694 Started new compiler infrastructure for two-pass compilation using a
4695 control flow graph constructed from the AST.
4696
4697 Profiler stack sampling for X64.
4698
4699 Safe handling of NaN to Posix platform-dependent time functions.
4700
4701 Added a new profiler control API to unify controlling various aspects
4702 of profiling.
4703
4704 Fixed issue 392.
4705
4706
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000047072009-07-30: Version 1.3.1
4708
4709 Speed improvements to accessors and interceptors.
4710
4711 Added support for capturing stack information on custom errors.
4712
4713 Added support for morphing an object into a pixel array where its
4714 indexed properties are stored in an external byte array. Values written
4715 are always clamped to the 0..255 interval.
4716
4717 Profiler on x64 now handles C/C++ functions from shared libraries.
4718
4719 Changed the debugger to avoid stepping into function.call/apply if the
4720 function is a built-in.
4721
4722 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004723
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004724 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004725
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004726 Optimized the called as constructor check for API calls.
4727
4728
kasperl@chromium.orge959c182009-07-27 08:59:04 +000047292009-07-27: Version 1.3.0
4730
4731 Allowed RegExp objects to be called as functions (issue 132).
4732
4733 Fixed issue where global property cells would escape after
4734 detaching the global object; see http://crbug.com/16276.
4735
4736 Added support for stepping into setters and getters in the
4737 debugger.
4738
4739 Changed the debugger to avoid stopping in its own JavaScript code
4740 and in the code of built-in functions.
4741
4742 Fixed issue 345 by avoiding duplicate escaping labels.
4743
4744 Fixed ARM code generator crash in short-circuited boolean
4745 expressions and added regression tests.
4746
4747 Added an external allocation limit to avoid issues where small V8
4748 objects would hold on to large amounts of external memory without
4749 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004750
4751 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004752
4753
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000047542009-07-13: Version 1.2.14
4755
4756 Added separate paged heap space for global property cells and
4757 avoid updating the write barrier when storing into them.
4758
4759 Improved peep-hole optimization on ARM platforms by not emitting
4760 unnecessary debug information.
4761
4762 Re-enabled ICs for loads and calls that skip a global object
4763 during lookup through the prototype chain.
4764
4765 Allowed access through global proxies to use ICs.
4766
4767 Fixed issue 401.
4768
4769
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000047702009-07-09: Version 1.2.13
4771
4772 Fixed issue 397, issue 398, and issue 399.
4773
4774 Added support for breakpoint groups.
4775
4776 Fixed bugs introduced with the new global object representation.
4777
4778 Fixed a few bugs in the ARM code generator.
4779
4780
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000047812009-07-06: Version 1.2.12
4782
4783 Added stack traces collection to Error objects accessible through
4784 the e.stack property.
4785
4786 Changed RegExp parser to use a recursive data structure instead of
4787 stack-based recursion.
4788
4789 Optimized Date object construction and string concatenation.
4790
4791 Improved performance of div, mod, and mul on ARM platforms.
4792
4793
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000047942009-07-02: Version 1.2.11
4795
4796 Improved performance on IA-32 and ARM.
4797
4798 Fixed profiler sampler implementation on Mac OS X.
4799
4800 Changed the representation of global objects to improve
4801 performance of adding a lot of new properties.
4802
4803
ager@chromium.org3e875802009-06-29 08:26:34 +000048042009-06-29: Version 1.2.10
4805
4806 Improved debugger support.
4807
4808 Fixed bug in exception message reporting (issue 390).
4809
4810 Improved overall performance.
4811
4812
ager@chromium.org5aa501c2009-06-23 07:57:28 +000048132009-06-23: Version 1.2.9
4814
4815 Improved math performance on ARM.
4816
4817 Fixed profiler name-inference bug.
4818
4819 Fixed handling of shared libraries in the profiler tick processor
4820 scripts.
4821
4822 Fixed handling of tests that time out in the test scripts.
4823
4824 Fixed compilation on MacOS X version 10.4.
4825
4826 Fixed two bugs in the regular expression engine.
4827
4828 Fixed a bug in the string type inference.
4829
4830 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004831
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004832 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004833
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004834
ager@chromium.orgeadaf222009-06-16 09:43:10 +000048352009-06-16: Version 1.2.8
4836
4837 Optimized math on ARM platforms.
4838
4839 Fixed two crash bugs in the handling of getters and setters.
4840
4841 Improved the debugger support by adding scope chain information.
4842
4843 Improved the profiler support by compressing log data transmitted
4844 to clients.
4845
4846 Improved overall performance.
4847
4848
ager@chromium.orge2902be2009-06-08 12:21:35 +000048492009-06-08: Version 1.2.7
4850
4851 Improved debugger and profiler support.
4852
4853 Reduced compilation time by improving the handling of deferred
4854 code.
4855
4856 Optimized interceptor accesses where the property is on the object
4857 on which the interceptors is attached.
4858
4859 Fixed compilation problem on GCC 4.4 by changing the stack
4860 alignment to 16 bytes.
4861
4862 Fixed handle creation to follow stric aliasing rules.
4863
4864 Fixed compilation on FreeBSD.
4865
4866 Introduced API for forcing the deletion of a property ignoring
4867 interceptors and attributes.
4868
4869
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000048702009-05-29: Version 1.2.6
4871
4872 Added a histogram recording hit rates at different levels of the
4873 compilation cache.
4874
4875 Added stack overflow check for the RegExp analysis phase. Previously a
4876 very long regexp graph could overflow the stack with recursive calls.
4877
4878 Use a dynamic buffer when collecting log events in memory.
4879
4880 Added start/stop events to the profiler log.
4881
4882 Fixed infinite loop which could happen when setting a debug break while
4883 executing a RegExp compiled to native code.
4884
4885 Fixed handling of lastIndexOf called with negative index (issue 351).
4886
4887 Fixed irregular crash in profiler test (issue 358).
4888
4889 Fixed compilation issues with some versions of gcc.
4890
4891
kasperl@chromium.org71affb52009-05-26 05:44:31 +000048922009-05-26: Version 1.2.5
4893
4894 Fixed bug in initial boundary check for Boyer-Moore text
4895 search (issue 349).
4896
4897 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4898 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4899 Craig Schlenter.
4900
4901 Added a script cache to the debugger.
4902
4903 Optimized compilation performance by improving internal data
4904 structures and avoiding expensive property load optimizations for
4905 code that's infrequently executed.
4906
4907 Exposed the calling JavaScript context through the static API
4908 function Context::GetCalling().
4909
4910
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000049112009-05-18: Version 1.2.4
4912
4913 Improved performance of floating point number allocation for ARM
4914 platforms.
4915
4916 Fixed crash when using the instanceof operator on functions with
4917 number values in their prototype chain (issue 341).
4918
4919 Optimized virtual frame operations in the code generator to speed
4920 up compilation time and allocated the frames in the zone.
4921
4922 Made the representation of virtual frames and jump targets in the
4923 code generator much more compact.
4924
4925 Avoided linear search for non-locals in scope code when resolving
4926 variables inside with and eval scopes.
4927
4928 Optimized lexical scanner by dealing with whitespace as part of
4929 the token scanning instead of as a separate step before it.
4930
4931 Changed the scavenging collector so that promoted objects do not
4932 reside in the old generation while their remembered set is being
4933 swept for pointers into the young generation.
4934
4935 Fixed numeric overflow handling when compiling count operations.
4936
4937
ager@chromium.org9085a012009-05-11 19:22:57 +000049382009-05-11: Version 1.2.3
4939
4940 Fixed bug in reporting of out-of-memory situations.
4941
4942 Introduced hidden prototypes on certain builtin prototype objects
4943 such as String.prototype to emulate JSC's behavior of restoring
4944 the original function when deleting functions from those prototype
4945 objects.
4946
4947 Fixed crash bug in the register allocator.
4948
4949
ager@chromium.org5ec48922009-05-05 07:25:34 +000049502009-05-04: Version 1.2.2
4951
4952 Fixed bug in array sorting for sparse arrays (issue 326).
4953
4954 Added support for adding a soname when building a shared library
4955 on Linux (issue 151).
4956
4957 Fixed bug caused by morphing internal ASCII strings to external
4958 two-byte strings. Slices over ASCII strings have to forward ASCII
4959 checks to the underlying buffer string.
4960
4961 Allowed API call-as-function handlers to be called as
4962 constructors.
4963
4964 Fixed a crash bug where an external string was disposed but a
4965 slice of the external string survived as a symbol.
4966
4967
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000049682009-04-27: Version 1.2.1
4969
4970 Added EcmaScript 5 JSON object.
4971
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004972 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004973
4974
ager@chromium.org65dad4b2009-04-23 08:48:43 +000049752009-04-23: Version 1.2.0
4976
4977 Optimized floating-point operations on ARM.
4978
4979 Added a number of extensions to the debugger API.
4980
4981 Changed the enumeration order for unsigned integer keys to always
4982 be numerical order.
4983
4984 Added a "read" extension to the shell sample.
4985
4986 Added support for Array.prototype.reduce and
4987 Array.prototype.reduceRight.
4988
4989 Added an option to the SCons build to control Microsoft Visual C++
4990 link-time code generation.
4991
4992 Fixed a number of bugs (in particular issue 315, issue 316,
4993 issue 317 and issue 318).
4994
4995
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000049962009-04-15: Version 1.1.10
4997
4998 Fixed crash bug that occurred when loading a const variable in the
4999 presence of eval.
5000
5001 Allowed using with and eval in registered extensions in debug mode
5002 by fixing bogus assert.
5003
5004 Fixed the source position for function returns to enable the
5005 debugger to break there.
5006
5007
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000050082009-04-14: Version 1.1.9
5009
5010 Made the stack traversal code in the profiler robust by avoiding
5011 to look into the heap.
5012
5013 Added name inferencing for anonymous functions to facilitate
5014 debugging and profiling.
5015
5016 Re-enabled stats timers in the developer shell (d8).
5017
5018 Fixed issue 303 by avoiding to shortcut cons-symbols.
5019
5020
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000050212009-04-11: Version 1.1.8
5022
5023 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
5024
ager@chromium.org65dad4b2009-04-23 08:48:43 +00005025 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00005026 the debugger (issue 269).
5027
5028 Fixed v8::Object::DeleteHiddenValue to not bail out when there
5029 are no hidden properties.
5030
ager@chromium.org65dad4b2009-04-23 08:48:43 +00005031 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00005032 entries with deleted resources would lead to NPEs when looking
5033 up in the symbol table.
5034
5035
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000050362009-04-07: Version 1.1.7
5037
5038 Added support for easily importing additional environment
5039 variables into the SCons build.
5040
5041 Optimized strict equality checks.
5042
5043 Fixed crash in indexed setters on objects without a corresponding
5044 getter (issue 298).
5045
5046 Re-enabled script compilation cache.
5047
5048
ager@chromium.org8682a592009-04-01 10:47:14 +000050492009-04-01: Version 1.1.6
5050
5051 Reverted an unsafe code generator change.
5052
5053
ager@chromium.org71daaf62009-04-01 07:22:49 +000050542009-04-01: Version 1.1.5
5055
5056 Fixed bug that caused function literals to not be optimized as
5057 much as other functions.
5058
5059 Improved profiler support.
5060
5061 Fixed a crash bug in connection with debugger unloading.
5062
5063 Fixed a crash bug in the code generator caused by losing the
5064 information that a frame element was copied.
5065
5066 Fixed an exception propagation bug that could cause non-null
5067 return values when exceptions were thrown.
5068
5069
ager@chromium.org41826e72009-03-30 13:30:57 +000050702009-03-30: Version 1.1.4
5071
5072 Optimized String.prototype.match.
5073
5074 Improved the stack information in profiles.
5075
5076 Fixed bug in ARM port making it possible to compile the runtime
5077 system for thumb mode again.
5078
5079 Implemented a number of optimizations in the code generator.
5080
5081 Fixed a number of memory leaks in tests.
5082
5083 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00005084 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00005085
5086
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000050872009-03-24: Version 1.1.3
5088
5089 Fixed assertion failures in compilation of loop conditions.
5090
5091 Removed STL dependency from developer shell (d8).
5092
5093 Added infrastructure for protecting the V8 heap from corruption
5094 caused by memory modifications from the outside.
5095
5096
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000050972009-03-24: Version 1.1.2
5098
5099 Improved frame merge code generated by the code generator.
5100
5101 Optimized String.prototype.replace.
5102
5103 Implemented __defineGetter__ and __defineSetter__ for properties
5104 with integer keys on non-array objects.
5105
5106 Improved debugger and profiler support.
5107
5108 Fixed a number of portability issues to allow compilation for
5109 smaller ARM devices.
5110
5111 Exposed object cloning through the API.
5112
5113 Implemented hidden properties. This is used to expose an identity
5114 hash for objects through the API.
5115
5116 Implemented restarting of regular expressions if their input
5117 string changes representation during preemption.
5118
5119 Fixed a code generator bug that could cause assignments in loops
5120 to be ignored if using continue to break out of the loop (issue
5121 284).
5122
5123
ager@chromium.org3a6061e2009-03-12 14:24:36 +000051242009-03-12: Version 1.1.1
5125
5126 Fixed an assertion in the new compiler to take stack overflow
5127 exceptions into account.
5128
5129 Removed exception propagation code that could cause crashes.
5130
5131 Fixed minor bug in debugger line number computations.
5132
5133 8-byte align the C stack on Linux and Windows to speed up floating
5134 point computations.
5135
5136
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000051372009-03-12: Version 1.1.0
5138
5139 Improved code generation infrastructure by doing simple register
5140 allocation and constant folding and propagation.
5141
5142 Optimized regular expression matching by avoiding to create
5143 intermediate string arrays and by flattening nested array
5144 representations of RegExp data.
5145
5146 Traverse a few stack frames when recording profiler samples to
5147 include partial call graphs in the profiling output.
5148
5149 Added support for using OProfile to profile generated code.
5150
5151 Added remote debugging support to the D8 developer shell.
5152
5153 Optimized creation of nested literals like JSON objects.
5154
5155 Fixed a bug in garbage collecting unused maps and turned it on by
5156 default (--collect-maps).
5157
5158 Added support for running tests under Valgrind.
5159
5160
kasperl@chromium.org061ef742009-02-27 12:16:20 +000051612009-02-27: Version 1.0.3
5162
5163 Optimized double-to-integer conversions in bit operations by using
5164 SSE3 instructions if available.
5165
5166 Optimized initialization sequences that store to multiple
5167 properties of the same object.
5168
5169 Changed the D8 debugger frontend to use JSON messages.
5170
5171 Force garbage collections when disposing contexts.
5172
5173 Align code objects at 32-byte boundaries.
5174
5175
ager@chromium.org381abbb2009-02-25 13:23:22 +000051762009-02-25: Version 1.0.2
5177
5178 Improved profiling support by performing simple call stack
5179 sampling for ticks and by fixing a bug in the logging of code
5180 addresses.
5181
5182 Fixed a number of debugger issues.
5183
5184 Optimized code that uses eval.
5185
5186 Fixed a couple of bugs in the regular expression engine.
5187
5188 Reduced the size of generated code for certain regular expressions.
5189
5190 Removed JSCRE completely.
5191
5192 Fixed issue where test could not be run if there was a dot in the
5193 checkout path.
5194
5195
ager@chromium.org6f10e412009-02-13 10:11:16 +000051962009-02-13: Version 1.0.1
5197
5198 Fixed two crash-bugs in irregexp (issue 231 and 233).
5199
5200 Fixed a number of minor bugs (issue 87, 227 and 228).
5201
5202 Added support for morphing strings to external strings on demand
5203 to avoid having to create copies in the embedding code.
5204
5205 Removed experimental support for external symbol callbacks.
5206
5207
iposva@chromium.org245aa852009-02-10 00:49:54 +000052082009-02-09: Version 1.0.0
5209
5210 Fixed crash-bug in the code generation for case independent 16 bit
5211 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005212
iposva@chromium.org245aa852009-02-10 00:49:54 +00005213 Made shells more robust in the presence of string conversion
5214 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005215
iposva@chromium.org245aa852009-02-10 00:49:54 +00005216 Fixed a potential infinite loop when attempting to resolve
5217 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005218
iposva@chromium.org245aa852009-02-10 00:49:54 +00005219 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005220
iposva@chromium.org245aa852009-02-10 00:49:54 +00005221 Reduced binary by stripping unneeded text from JavaScript library and
5222 minifying some JavaScript files.
5223
5224
ager@chromium.orgddb913d2009-01-27 10:01:48 +000052252009-01-27: Version 0.4.9
5226
5227 Enabled new regular expression engine.
5228
5229 Made a number of changes to the debugger protocol.
5230
5231 Fixed a number of bugs in the preemption support.
5232
5233 Added -p option to the developer shell to run files in parallel
5234 using preemption.
5235
5236 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
5237 193, 198 and 201).
5238
5239 Fixed a number of bugs in the serialization/deserialization
5240 support for the ARM platform.
5241
5242
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000052432009-01-19: Version 0.4.8.1
5244
5245 Minor patch to debugger support.
5246
5247
ager@chromium.org32912102009-01-16 10:38:43 +000052482009-01-16: Version 0.4.8
5249
5250 Fixed string length bug on ARM (issue 171).
5251
5252 Made most methods in the API const.
5253
5254 Optimized object literals by improving data locality.
5255
5256 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005257 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00005258
5259 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005260 eval to behave incorrectly when using accessors (issues 186, 190
5261 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00005262
5263
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000052642009-01-06: Version 0.4.7
5265
ager@chromium.org32912102009-01-16 10:38:43 +00005266 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005267
ager@chromium.org32912102009-01-16 10:38:43 +00005268 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005269
ager@chromium.org32912102009-01-16 10:38:43 +00005270 Fixed subtle bug that caused the wrong 'this' to be used when
5271 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005272
ager@chromium.org32912102009-01-16 10:38:43 +00005273 Inline array loads within loops directly in the code instead of
5274 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005275
ager@chromium.org32912102009-01-16 10:38:43 +00005276
ager@chromium.org8bb60582008-12-11 12:02:20 +000052772008-12-11: Version 0.4.6
5278
5279 Fixed exception reporting bug where certain exceptions were
5280 incorrectly reported as uncaught.
5281
5282 Improved the memory allocation strategy used during compilation to
5283 make running out of memory when compiling huge scripts less
5284 likely.
5285
5286 Optimized String.replace by avoiding the construction of certain
5287 sub strings.
5288
5289 Fixed bug in code generation for large switch statements on ARM.
5290
5291 Fixed bug that caused V8 to change the global object template
5292 passed in by the user.
5293
5294 Changed the API for creating object groups used during garbage
5295 collection. Entire object groups are now passed to V8 instead of
5296 individual members of the groups.
5297
ager@chromium.org32912102009-01-16 10:38:43 +00005298
ager@chromium.orga74f0da2008-12-03 16:05:52 +000052992008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005300
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005301 Added experimental API support for allocating V8 symbols as
5302 external strings.
5303
5304 Fixed bugs in debugging support on ARM.
5305
5306 Changed eval implementation to correctly detect whether or not a
5307 call to eval is aliased.
5308
5309 Fixed bug caused by a combination of the compilation cache and
5310 dictionary probing in native code. The bug caused us to sometimes
5311 call functions that had not yet been compiled.
5312
5313 Added platform support for FreeBSD.
5314
5315 Added support for building V8 on Windows with either the shared or
5316 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00005317
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005318 Added the v8::jscre namespace around the jscre functions to avoid
5319 link errors (duplicate symbols) when building Google Chrome.
5320
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005321 Added support for calling a JavaScript function with the current
5322 debugger execution context as its argument to the debugger
5323 interface.
5324
5325 Changed the type of names of counters from wchar_t to char.
5326
5327 Changed the Windows system call used to compute daylight savings
5328 time. The system call that we used to use became four times
5329 slower on WinXP SP3.
5330
5331 Added support in the d8 developer shell for memory-mapped counters
5332 and added a stats-viewer tool.
5333
5334 Fixed bug in upper/lower case mappings (issue 149).
5335
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005336
ager@chromium.org3bf7b912008-11-17 09:09:45 +000053372008-11-17: Version 0.4.4
5338
5339 Reduced code size by using shorter instruction encoding when
5340 possible.
5341
5342 Added a --help option to the shell sample and to the d8 shell.
5343
5344 Added visual studio project files for building the ARM simulator.
5345
5346 Fixed a number of ARM simulator issues.
5347
5348 Fixed bug in out-of-memory handling on ARM.
5349
5350 Implemented shell support for passing arguments to a script from
5351 the command line.
5352
5353 Fixed bug in date code that made certain date functions return -0
5354 instead of 0 for dates before the epoch.
5355
5356 Restricted applications of eval so it can only be used in the
5357 context of the associated global object.
5358
5359 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00005360
5361
ager@chromium.org870a0b62008-11-04 11:43:05 +000053622008-11-04: Version 0.4.3
5363
5364 Added support for API accessors that prohibit overwriting by
5365 accessors defined in JavaScript code by using __defineGetter__ and
5366 __defineSetter__.
5367
5368 Improved handling of conditionals in test status files.
5369
5370 Introduced access control in propertyIsEnumerable.
5371
5372 Improved performance of some string operations by caching
5373 information about the type of the string between operations.
5374
5375 Fixed bug in fast-case code for switch statements that only have
5376 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00005377
ager@chromium.org870a0b62008-11-04 11:43:05 +00005378
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000053792008-10-30: Version 0.4.2
5380
5381 Improved performance of Array.prototype.concat by moving the
5382 implementation to C++ (issue 123).
5383
5384 Fixed heap growth policy to avoid growing old space to its maximum
5385 capacity before doing a garbage collection and fixed issue that
5386 would lead to artificial out of memory situations (issue 129).
5387
5388 Fixed Date.prototype.toLocaleDateString to return the date in the
5389 same format as WebKit.
5390
5391 Added missing initialization checks to debugger API.
5392
5393 Added removing of unused maps during GC.
5394
5395
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000053962008-10-28: Version 0.4.1
5397
5398 Added caching of RegExp data in compilation cache.
5399
5400 Added Visual Studio project file for d8 shell.
5401
5402 Fixed function call performance regression introduced in version
5403 0.4.0 when splitting the global object in two parts (issue 120).
5404
5405 Fixed issue 131 by checking for empty handles before throwing and
5406 reporting exceptions.
5407
5408
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000054092008-10-23: Version 0.4.0
5410
5411 Split the global object into two parts: The state holding global
5412 object and the global object proxy.
5413
5414 Fixed bug that affected the value of an assignment to an element
5415 in certain cases (issue 116).
5416
5417 Added GetPropertyNames functionality (issue 33) and extra Date
5418 functions (issue 77) to the API.
5419
5420 Changed WeakReferenceCallback to take a Persistent<Value> instead
5421 of a Persistent<Object> (issue 101).
5422
5423 Fixed issues with message reporting for exceptions in try-finally
5424 blocks (issues 73 and 75).
5425
ager@chromium.org32912102009-01-16 10:38:43 +00005426 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00005427
5428 Improved Boyer-Moore implementation for faster indexOf operations.
5429
5430 Added development shell (d8) which includes counters and
5431 completion support.
5432
5433 Fixed problem with the receiver passed to functions called from
5434 eval (issue 124).
5435
5436
ager@chromium.org7c537e22008-10-16 08:43:32 +000054372008-10-16: Version 0.3.5
5438
5439 Improved string hash-code distribution by excluding bit-field bits
5440 from the hash-code.
5441
5442 Changed string search algorithm used in indexOf from KMP to
5443 Boyer-Moore.
5444
5445 Improved the generated code for the instanceof operator.
5446
5447 Improved performance of slow-case string equality checks by
5448 specializing the code based on the string representation.
5449
5450 Improve the handling of out-of-memory situations (issue 70).
5451
5452 Improved performance of strict equality checks.
5453
5454 Improved profiler output to make it easier to see anonymous
5455 functions.
5456
5457 Improved performance of slow-case keyed loads.
5458
5459 Improved property access performance by allocating a number of
5460 properties in the front object.
5461
5462 Changed the toString behavior on the built-in object constructors
5463 to print [native code] instead of the actual source. Some web
5464 applications do not like constructors with complex toString
5465 results.
ager@chromium.org32912102009-01-16 10:38:43 +00005466
ager@chromium.org7c537e22008-10-16 08:43:32 +00005467
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000054682008-10-06: Version 0.3.4
5469
5470 Changed Array.prototype.sort to use quick sort.
5471
5472 Fixed code generation issue where leaving a finally block with
5473 break or continue would accumulate elements on the expression
5474 stack (issue 86).
5475
5476 Made sure that the name accessor on functions returns the expected
5477 names for builtin JavaScript functions and C++ callback functions.
5478
5479 Added fast case code for extending the property storage array of
5480 JavaScript objects.
5481
5482 Ported switch statement optimizations introduced in version 0.3.3
5483 to the ARM code generator.
5484
5485 Allowed GCC to use strict-aliasing rules when compiling.
5486
5487 Improved performance of arguments object allocation by taking care
5488 of arguments adaptor frames in the generated code.
5489
5490 Updated the V8 benchmark suite to version 2.
5491
5492
ager@chromium.org236ad962008-09-25 09:45:57 +000054932008-09-25: Version 0.3.3
5494
5495 Improved handling of relocation information to enable more
5496 peep-hole optimizations.
5497
5498 Optimized switch statements where all labels are constant small
5499 integers.
5500
5501 Optimized String.prototype.indexOf for common cases.
5502
5503 Fixed more build issues (issue 80).
5504
5505 Fixed a couple of profiler issues.
5506
5507 Fixed bug where the body of a function created using the Function
5508 constructor was not allowed to end with a single-line comment
5509 (issue 85).
5510
5511 Improved handling of object literals by canonicalizing object
5512 literal maps. This will allow JSON objects with the same set of
5513 properties to share the same map making inline caching work better
5514 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005515
ager@chromium.org236ad962008-09-25 09:45:57 +00005516
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000055172008-09-17: Version 0.3.2
5518
5519 Generalized the EvalCache into a CompilationCache and enabled it
5520 for scripts too. The current strategy is to retire all entries
5521 whenever a mark-sweep collection is started.
5522
5523 Fixed bug where switch statements containing only a default case
5524 would lead to an unbalanced stack (issue 69).
5525
5526 Fixed bug that made access to the function in a named function
5527 expression impossible in certain situations (issue 24).
5528
5529 Fixed even more build issues.
5530
5531 Optimized calling conventions on ARM. The conventions on ARM and
5532 IA-32 now match.
5533
5534 Removed static initializers for flags and counters.
5535
5536 Improved inline caching behavior for uncommon cases where lazily
5537 loading Date and RegExp code could force certain code paths go
5538 megamorphic.
5539
5540 Removed arguments adaption for builtins written in C++. This
5541 makes Array.prototype.push and Array.prototype.pop slightly
5542 faster.
5543
5544
ager@chromium.org9258b6b2008-09-11 09:11:10 +000055452008-09-11: Version 0.3.1
5546
5547 Fixed a number of build issues.
5548
5549 Fixed problem with missing I-cache flusing on ARM.
5550
5551 Changed space layout in memory management by splitting up
5552 code space into old data space and code space.
5553
5554 Added utf-8 conversion support to the API (issue 57).
5555
5556 Optimized repeated calls to eval with the same strings. These
5557 repeated calls are common in web applications.
5558
5559 Added Xcode project file.
5560
5561 Optimized a couple of Array operation.
5562
5563 Fixed parser bug by checking for end-of-string when parsing break
5564 and continue (issue 35).
5565
5566 Fixed problem where asian characters were not categorized as
5567 letters.
5568
5569 Fixed bug that disallowed calling functions fetched from an array
5570 using a string as an array index (issue 32).
5571
5572 Fixed bug where the internal field count on object templates were
5573 sometimes ignored (issue 54).
5574
5575 Added -f option to the shell sample for compatibility with other
5576 engines (issue 18).
5577
5578 Added source info to TryCatches in the API.
5579
5580 Fixed problem where the seed for the random number generator was
5581 clipped in a double to unsigned int conversion.
5582
5583 Fixed bug where cons string symbols were sometimes converted to
5584 non-symbol flat strings during GC.
5585
5586 Fixed bug in error reporting when attempting to convert null to an
5587 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005588
5589
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000055902008-09-04: Version 0.3.0
5591
5592 Added support for running tests on the ARM simulator.
5593
5594 Fixed bug in the 'in' operator where negative indices were not
5595 treated correctly.
5596
5597 Fixed build issues on gcc-4.3.1.
5598
5599 Changed Date.prototype.toLocaleTimeString to not print the
5600 timezone part of the time.
5601
5602 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5603 with user code.
5604
5605
v8.team.kasperl727e9952008-09-02 14:56:44 +000056062008-09-02: Version 0.2.5
5607
5608 Renamed the top level directory 'public' to 'include'.
5609
5610 Added 'env' option to the SCons build scripts to support
5611 overriding the ENV part of the build environment. This is mostly
5612 to support Windows builds in cases where SCons cannot find the
5613 correct paths to the Windows SDK, as these paths cannot be passed
5614 through shell environment variables.
5615
5616 Enabled "Buffer Security Check" on for the Windows SCons build and
5617 added the linker option /OPT:ICF as an optimization.
5618
5619 Added the V8 benchmark suite to the repository.
5620
5621
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000056222008-09-01: Version 0.2.4
5623
5624 Included mjsunit JavaScript test suite and C++ unit tests.
5625
5626 Changed the shell sample to not print the result of executing a
5627 script provided on the command line.
5628
5629 Fixed issue when building samples on Windows using a shared V8
5630 library. Added visibility option on Linux build which makes the
5631 generated library 18% smaller.
5632
5633 Changed build system to accept multiple build modes in one build
5634 and generate separate objects, libraries and executables for each
5635 mode.
5636
5637 Removed deferred negation optimization (a * -b => -(a * b)) since
5638 this visibly changes operand conversion order.
5639
5640 Improved parsing performance by introducing stack guard in
5641 preparsing. Without a stack guard preparsing always bails out
5642 with stack overflow.
5643
5644 Changed shell sample to take flags directly from the command-line.
5645 Added API call that implements this.
5646
5647 Added load, quit and version functions to the shell sample so it's
5648 easier to run benchmarks and tests.
5649
5650 Fixed issue with building samples and cctests on 64-bit machines.
5651
5652 Fixed bug in the runtime system where the prototype chain was not
5653 always searched for a setter when setting a property that does not
5654 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005655
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005656
mads.s.agercbaa0602008-08-14 13:41:48 +000056572008-08-14: Version 0.2.3
5658
5659 Improved performance of garbage collection by moving the
5660 function that updates pointers during compacting collection
5661 into the updating visitor. This gives the compiler a better
5662 chance to inline and avoid a function call per (potential)
5663 pointer.
5664
5665 Extended the shell sample with a --runtime-flags option.
5666
5667 Added Visual Studio project files for the shell.cc and
5668 process.cc samples.
5669
5670
56712008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005672
5673 Improved performance of garbage collection by changing the way
5674 we use the marking stack in the event of stack overflow during
5675 full garbage collection and by changing the way we mark roots.
5676
5677 Cleaned up ARM version by removing top of stack caching and by
5678 introducing push/pop elimination.
5679
5680 Cleaned up the way runtime functions are called to allow
5681 runtime calls with no arguments.
5682
5683 Changed Windows build options to make sure that exceptions are
5684 disabled and that optimization flags are enabled.
5685
5686 Added first version of Visual Studio project files.
5687
5688
mads.s.agercbaa0602008-08-14 13:41:48 +000056892008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005690
5691 Improved performance of unary addition by avoiding runtime calls.
5692
5693 Fixed the handling of '>' and '<=' to use right-to-left conversion
5694 and left-to-right evaluation as specified by ECMA-262.
5695
5696 Fixed a branch elimination bug on the ARM platform where incorrect
5697 code was generated because of overly aggressive branch
5698 elimination.
5699
5700 Improved performance of code that repeatedly assigns the same
5701 function to the same property of different objects with the same
5702 map.
5703
5704 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5705 no longer expects DEBUG to be defined.
5706
5707 Added platform-nullos.cc to serve as the basis for new platform
5708 implementations.
5709
mads.s.ager31e71382008-08-13 09:32:07 +00005710
mads.s.agercbaa0602008-08-14 13:41:48 +000057112008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005712
5713 Changed all text files to have native svn:eol-style.
5714
5715 Added a few samples and support for building them. The samples
5716 include a simple shell that can be used to benchmark and test V8.
5717
5718 Changed V8::GetVersion to return the version as a string.
5719
5720 Added source for lazily loaded scripts to snapshots and made
5721 serialization non-destructive.
5722
5723 Improved ARM support by fixing the write barrier code to use
5724 aligned loads and stores and by removing premature locals
5725 optimization that relied on broken support for callee-saved
5726 registers (removed).
5727
5728 Refactored the code for marking live objects during garbage
5729 collection and the code for allocating objects in paged
5730 spaces. Introduced an abstraction for the map word of a heap-
5731 allocated object and changed the memory allocator to allocate
5732 executable memory only for spaces that may contain code objects.
5733
5734 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5735 they can be used by debugging and logging modules. Added
5736 thread-safe message queues for dealing with debugger events.
5737
5738 Fixed the source code reported by toString for certain builtin
5739 empty functions and made sure that the prototype property of a
5740 function is enumerable.
5741
5742 Improved performance of converting values to condition flags in
5743 generated code.
5744
5745 Merged disassembler-{arch} files.
5746
5747
mads.s.agercbaa0602008-08-14 13:41:48 +000057482008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005749
5750 Added support for storing JavaScript stack traces in a stack
5751 allocated buffer to make it visible in shallow core dumps.
5752 Controlled by the --preallocate-message-memory flag which is
5753 disabled by default.
5754
5755
mads.s.agercbaa0602008-08-14 13:41:48 +000057562008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005757
5758 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5759 map transitions would count as properties.
5760
5761 Allowed aliased eval invocations by treating them as evals in the
5762 global context. This may change in the future.
5763
5764 Added support for accessing the last entered context through the
5765 API and renamed Context::Current to Context::GetCurrent and
5766 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5767
5768 Fixed bug in the debugger that would cause the debugger scripts to
5769 be recursively loaded and changed all disabling of interrupts to
5770 be block-structured.
5771
5772 Made snapshot data read-only to allow it to be more easily shared
5773 across multiple users of V8 when linked as a shared library.
5774
5775
mads.s.agercbaa0602008-08-14 13:41:48 +000057762008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005777
5778 Fixed building on Mac OS X by recognizing i386 and friends as
5779 IA-32 platforms.
5780
5781 Added propagation of stack overflow exceptions that occur while
5782 compiling nested functions.
5783
5784 Improved debugger with support for recursive break points and
5785 handling of exceptions that occur in the debugger JavaScript code.
5786
5787 Renamed GetInternal to GetInternalField and SetInternal to
5788 SetInternalField in the API and moved InternalFieldCount and
5789 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5790
5791
mads.s.agercbaa0602008-08-14 13:41:48 +000057922008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005793
5794 Fixed bug in stack overflow check code for IA-32 targets where a
5795 non-tagged value in register eax was pushed to the stack.
5796
5797 Fixed potential quadratic behavior when converting strings to
5798 numbers.
5799
5800 Fixed bug where the return value from Object::SetProperty could
5801 end up being the property holder instead of the written value.
5802
5803 Improved debugger support by allowing nested break points and by
5804 dealing with stack-overflows when compiling functions before
5805 setting break points in them.
5806
5807
mads.s.agercbaa0602008-08-14 13:41:48 +000058082008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005809
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005810 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005811
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005812# Local Variables:
5813# mode:text
5814# End: