blob: d1d46152feef96848a79eca60b36ec4dc4912ab5 [file] [log] [blame]
danno@chromium.org59400602013-08-13 17:09:37 +000012013-08-13: Version 3.20.16
2
3 Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679)
4
5 Fixed gcmole bugs in i18n code (issue 2745)
6
7 ia32: Calls to the TranscendentalCacheStub must ensure that esi is
8 set (issue 2827)
9
10 Made sure polymorphic element access creates non-replaying
11 phis. (issue 2815)
12
13 Allowed HPhis to have an invalid merge index. (issue 2815)
14
15 Fixed smi-based math floor. (Chromium issue 270268)
16
17 Deprecated self and total time getters and total sample count
18 getter on CpuProfileNode. (Chromium issue 267595)
19
20 Fixed Object.freeze, Object.observe wrt CountOperation and
21 CompoundAssignment. (issue 2774,2779)
22
23 Performance and stability improvements on all platforms.
24
25
262013-08-07: Version 3.20.14
27
28 Exposed eternal handle api.
29
30 Bugfix to solve issues with enabling V8 typed arrays in Blink.
31
32 Fixed Array index dehoisting. (Chromium issue 264203)
33
34 Updated Array Iterator to use numeric indexes (issue 2818)
35
36 Return start/end profiling time in microseconds instead of milliseconds
37 (issue 2824)
38
39 Performance and stability improvements on all platforms.
40
41
422013-08-06: Version 3.20.14
43
44 Added new Harmony methods to Array.prototype object.
45 (issue 2776,v8:2777)
46
47 Performance and stability improvements on all platforms.
48
49
danno@chromium.orgd3c42102013-08-01 16:58:23 +0000502013-08-01: Version 3.20.12
51
52 Removed buggy ToNumber truncation (partial fix for issue 2813)
53
54 Calling Map etc without new should throw TypeError (issue 2819)
55
56 Fixed a crash for large code objects on ARM (Chromium issue 2736)
57
58 Fixed stale unhandlified value in JSObject::SetPropertyForResult.
59 (Chromium issue 265894)
60
61 Added new Harmony methods to String.prototype object.
62 (issue 2796,v8:2797,v8:2798,v8:2799)
63
64 Performance and stability improvements on all platforms.
65
66
672013-07-30: Version 3.20.11
68
69 Performance and stability improvements on all platforms.
70
71
722013-07-29: Version 3.20.10
73
74 Performance and stability improvements on all platforms.
75
76
jkummerow@chromium.orgfb732b12013-07-26 10:27:09 +0000772013-07-26: Version 3.20.9
78
79 Check that ExternalString objects get aligned resources.
80
81 Fixed JSArray-specific length lookup in polymorphic array handling
82 (Chromium issues 263276, 263905).
83
84 Performance and stability improvements on all platforms.
85
86
yangguo@chromium.orgc73d55b2013-07-24 08:18:28 +0000872013-07-24: Version 3.20.8
88
89 Deprecated v8::V8::Pause/ResumeProfiler.
90
91 Fixed Chromium issues 247688, 258519 and 260203.
92
93 Performance and stability improvements on all platforms.
94
95
jkummerow@chromium.orgba72ec82013-07-22 09:21:20 +0000962013-07-22: Version 3.20.7
97
98 Deprecated some debugger methods.
99
100 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787).
101
102 Fixed data race in SamplingCircularQueue (Chromium issue 251218).
103
104 Fixed type feedback in presence of negative lookups
105 (Chromium issue 252797).
106
107 Do not materialize context-allocated values for debug-evaluate
108 (Chromium issue 259300).
109
110 Synchronized Compare-Literal behavior in FullCodegen and Hydrogen
111 (Chromium issue 260345).
112
113 Performance and stability improvements on all platforms.
114
115
jkummerow@chromium.org10480472013-07-17 08:22:15 +00001162013-07-17: Version 3.20.6
117
118 Try to remove invalidated stubs before falling back to checking the
119 constant state (Chromium issue 260585).
120
121 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475).
122
123 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361).
124
125 Use internal array as API function cache (Chromium issue 260106).
126
127 Fixed possible stack overflow in range analysis
128 (Chromium issue 259452).
129
130 Performance and stability improvements on all platforms.
131
132
danno@chromium.org169691d2013-07-15 08:01:13 +00001332013-07-15: Version 3.20.5
134
jkummerow@chromium.org10480472013-07-17 08:22:15 +0000135 Ensured that the length of frozen arrays is immutable
136 (issue 2711, Chromium issue 259548).
danno@chromium.org169691d2013-07-15 08:01:13 +0000137
138 Performance and stability improvements on all platforms.
139
140
danno@chromium.orgbee51992013-07-10 14:57:15 +00001412013-07-10: Version 3.20.4
142
143 Fixed garbage-collection issue that causes a crash on ARM
144 (Chromium issue 254570)
145
146 Performance and stability improvements on all platforms.
147
148
mstarzinger@chromium.orge0e1b0d2013-07-08 08:38:06 +00001492013-07-08: Version 3.20.3
150
151 Performance and stability improvements on all platforms.
152
153
machenbach@chromium.orgc1789ee2013-07-05 07:09:57 +00001542013-07-05: Version 3.20.2
155
156 Remove deprecated heap profiler methods from V8 public API
157
158 Mark i18n functions as native and set proper names
159 (issue 2745)
160
161 Correctly report stack trace when current function is FunctionApply
162 builtin (Chromium issue 252097)
163
164 Enable GDBJIT interface for standalone by default.
165
166 Fix debuggersupport=off build. (issue 2754)
167
168 Introduce -m64 flag for making x64 when the default gcc compiler is for
169 X32
170
171 Performance and stability improvements on all platforms.
172
173
jkummerow@chromium.org93a47f42013-07-02 14:43:41 +00001742013-07-02: Version 3.20.1
175
176 Implemented WeakMap.prototype.clear function. (issue 2753)
177
178 Ensure CheckInitialized is present independent of define.
179 (Chromium issue 255779)
180
181 Performance and stability improvements on all platforms.
182
183
mstarzinger@chromium.org1510d582013-06-28 14:00:48 +00001842013-06-28: Version 3.20.0
185
186 Migrated several tests from blink to V8 repository.
187
188 Allowed users of the V8 API to distinguish between unset and undefined
189 HiddenValues (issue 2746).
190
191 Deprecated old style callbacks in the V8 API.
192
193 Turned on parallel recompilation.
194
195 Performance and stability improvements on all platforms.
196
197
dslomov@chromium.orgb752d402013-06-18 11:54:54 +00001982013-06-18: Version 3.19.18
199
200 Fixed read-only attribute of Function.length in strict mode.
201 (issue 2705)
202
203 Fixed Runtime_SetProperty to properly handle OOM failures
204 (Chromium issue 249873)
205
206 Emit deprecated check for constant function transitions.
207 (Chromium issue 250609)
208
209 Made MathFloorOfDiv optimization trigger more often
210 (Issue 2205)
211
212 Make more GCs in idle notification handler.
213 (Chromium issue 241815)
214
215 Increased default type info threshold.
216 (Issue 2730)
217
218 Performance and stability improvements on all platforms.
219
220
2212013-06-14: Version 3.19.16
222
223 Performance and stability improvements on all platforms.
224
225
danno@chromium.orgf95d4b92013-06-13 14:40:17 +00002262013-06-13: Version 3.19.15
227
228 Performance and stability improvements on all platforms.
229
230
danno@chromium.org41728482013-06-12 22:31:22 +00002312013-06-13: Version 3.19.14
232
233 Fixed crashes when calling new Array(a) with a single argument that
234 could result in creating a holey array with a packed elements kind.
235 (Chromium issue 245480)
236
237 Fixed issues in parallel compilation.
238 (Chromium issue 248076)
239
240 Performance and stability improvements on all platforms.
241
242
ulan@chromium.org837a67e2013-06-11 15:39:48 +00002432013-06-11: Version 3.19.13
244
245 Performance and stability improvements on all platforms.
246
247
verwaest@chromium.org8a00e822013-06-10 15:11:22 +00002482013-06-10: Version 3.19.12
249
250 Fixed arguments array access. (Chromium issue 247303)
251
252 Fixed bug in LookupForWrite. (Chromium issue 242332)
253
254 Performance and stability improvements on all platforms.
255
256
danno@chromium.org1fd77d52013-06-07 16:01:45 +00002572013-06-07: Version 3.19.11
258
259 Performance and stability improvements on all platforms.
260
261
ulan@chromium.orgdfe53072013-06-06 14:14:51 +00002622013-06-06: Version 3.19.10
263
264 Performance and stability improvements on all platforms.
265
266
verwaest@chromium.orgd4be0f02013-06-05 13:39:03 +00002672013-06-05: Version 3.19.9
268
269 Implemented Load IC support for loading properties from primitive
270 values to avoid perpetual soft deopts. (Chromium issue 242512)
271
272 Implemented Freeing of PerThreadAssertData when possible to avoid
273 memory leak. (Chromium issue 246567)
274
275 Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS.
276
277 Performance and stability improvements on all platforms.
278
279
rossberg@chromium.org79e79022013-06-03 15:43:46 +00002802013-06-03: Version 3.19.8
281
282 Fixed bug with inlining 'Array' function. (Chromium issue 244461)
283
284 Fixed initialization of literal objects. (Chromium issue 245424)
285
286 Fixed function name inferred inside closures. (Chromium issue 224884)
287
288 Performance and stability improvements on all platforms.
289
290
rossberg@chromium.orgb99c7542013-05-31 11:40:45 +00002912013-05-31: Version 3.19.7
292
293 Added support for //# sourceURL similar to deprecated //@ sourceURL one.
294 (issue 2702)
295
296 Made sure IfBuilder::Return clears the current block.
297 (Chromium issue 243868)
298
299 Fixed two CPU profiler tests on ARM and MIPS simulators
300 (issue 2628)
301
302 Fixed idle incremental GC for large objects.
303 (Chromium issue 241815)
304
305 Disabled --optimize-constructed-arrays due to crashes
306 (Chromium issue 244461)
307
308 Performance and stability improvements on all platforms.
309
310
jkummerow@chromium.orgc1184022013-05-28 16:58:15 +00003112013-05-28: Version 3.19.6
312
313 Fixed IfBuilder::Deopt to clear the current block
314 (Chromium issue 243868).
315
316 Performance and stability improvements on all platforms.
317
318
svenpanne@chromium.org53ad1752013-05-27 12:20:38 +00003192013-05-27: Version 3.19.5
320
321 Reset regexp parser flag after scanning ahead for capture groups.
322 (issue 2690)
323
324 Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup.
325 (issue 2628)
326
327 Performance and stability improvements on all platforms.
328
329
svenpanne@chromium.orga53e8e02013-05-24 12:35:50 +00003302013-05-24: Version 3.19.4
331
332 Fixed edge case in stack trace formatting. (Chromium issue 237617)
333
334 Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium
335 issue 240032)
336
337 Made Object.freeze fast (issue 1858, Chromium issue 115960)
338
339 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue
340 242924)
341
342 Performance and stability improvements on all platforms.
343
344
ulan@chromium.orgbf9432e2013-05-22 14:05:23 +00003452013-05-22: Version 3.19.3
346
347 Performance and stability improvements on all platforms.
348
349
jkummerow@chromium.org4e308cf2013-05-17 13:39:16 +00003502013-05-17: Version 3.19.2
351
352 Fill in one-word-fillers for the unused property fields
353 (Chromium issue 240056).
354
355 Removed use_system_v8 logic from the mainline gyp file
356 (Chromium issue 226860).
357
358 Skip CPU profiler samples where top function's stack frame is not
359 set up properly (issue 2628).
360
361 Performance and stability improvements on all platforms.
362
363
ulan@chromium.org906e2fb2013-05-14 08:14:38 +00003642013-05-14: Version 3.19.1
365
366 Fixed missing hole check for loads from Smi arrays when all uses are
367 changes (Chromium issue 233737)
368
369 Performance and stability improvements on all platforms.
370
371
ulan@chromium.org57ff8812013-05-10 08:16:55 +00003722013-05-10: Version 3.19.0
373
374 Deprecated Context::New which returns Persistent.
375
376 Added Persistent<T>::Reset which disposes the handle and redirects it to
377 point to another object.
378
379 Deprecated WriteAscii and MayContainNonAscii.
380
381 Exposed AssertNoAllocation to API.
382
383 Performance and stability improvements on all platforms.
384
385
danno@chromium.orgf005df62013-04-30 16:36:45 +00003862013-04-30: Version 3.18.5
387
388 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
389
390 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
391 (Chromium issue 235311)
392
393 Change 'Parse error' to three more informative messages.
394 (Chromium issue 2636)
395
396 Performance and stability improvements on all platforms.
397
398
danno@chromium.orgca29dd82013-04-26 11:59:48 +00003992013-04-26: Version 3.18.4
400
401 Added a preliminary API for ES6 ArrayBuffers
402
403 Replaced qsort with std::sort. (Chromium issue 2639)
404
405 Performance and stability improvements on all platforms.
406
407
ulan@chromium.org32d7dba2013-04-24 10:59:06 +00004082013-04-24: Version 3.18.3
409
410 Exposed the GC under a name that is less collision prone than window.gc.
411 (issue 2641)
412
413 Do not emit double values at their use sites. (Chromium issue 234101)
414
415 Added methods to allow resuming execution after calling
416 TerminateExecution(). (issue 2361)
417
418 Performance and stability improvements on all platforms.
419
420
ulan@chromium.org77ca49a2013-04-22 09:43:56 +00004212013-04-22: Version 3.18.2
422
423 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
424 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
425
426 Removed heap snapshot size limit. (Chromium issue 232305)
427
428 Performance and stability improvements on all platforms.
429
430
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +00004312013-04-18: Version 3.18.1
432
433 Removed SCons related files and deprecated test suite configurations.
434
435 Improved handling of unary plus (issue 2527).
436
437 Performance and stability improvements on all platforms.
438
439
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +00004402013-04-17: Version 3.18.0
441
442 Enabled pretenuring of fast literals in high promotion mode.
443
444 Removed preparser library; link preparser executable against full V8.
445
446 Fixed set-up of intrinsic's 'constructor' properties.
447 (Chromium issue 229445)
448
449 ES6 symbols: extended V8 API to support symbols (issue 2158).
450
451 Removed ARM support for VFP2.
452
453 Made __proto__ a real JavaScript accessor property.
454 (issue 1949 and issue 2606)
455
456 Performance and stability improvements on all platforms.
457
458
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +00004592013-04-04: Version 3.17.16
460
461 Stack trace API: poison stack frames below the first strict mode frame.
462 (issue 2564)
463
464 Made Isolate::GetHeapStatistics robust against half-initialized
465 isolates (Chromium issue 2591).
466
467 Finished implementation of ES6 symbols aka. private names (issue 2158).
468
469 Performance and stability improvements on all platforms.
470
471
danno@chromium.orgc99cd482013-03-21 15:26:42 +00004722013-03-21: Version 3.17.15
473
474 Rolled back API changes to maintain compatibility with older
475 3.17.x versions of V8.
476
477 Disable zapping of global handles in release mode.
478
479 Always mark the entire valid prefix of the descriptor array.
480 (Chromium issue 196331)
481
482 Use internal memcpy for CopyWords and when copying code.
483 (Chromium issue 196330)
484
485 Performance and stability improvements on all platforms.
486
487
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +00004882013-03-20: Version 3.17.14
489
490 Use internal memcpy when initializing code objects.
491 (Chromium issue 196330)
492
493 Disabled weak embedded maps because of crashes.
494 (Chromium issues 172489, 217858)
495
496 Performance and stability improvements on all platforms.
497
498
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +00004992013-03-19: Version 3.17.13
500
501 Turned Flags into a uint32_t typedef (Chromium issue 194749).
502
503 Performance and stability improvements on all platforms.
504
505
svenpanne@chromium.org876cca82013-03-18 14:43:20 +00005062013-03-18: Version 3.17.12
507
508 Unified kMaxArguments with number of bits used to encode it.
509 (Chromium issue 211741)
510
511 Fixed detection of |handle_smi| case in
512 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
513 (Chromium issue 196583)
514
515 Performance and stability improvements on all platforms.
516
517
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +00005182013-03-15: Version 3.17.11
519
520 Added a version of the v8::HandleScope constructor with an v8::Isolate
521 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
522 method of v8::Isolate.
523 (issue 2487)
524
525 Fixed two register allocator bugs (off-by-one error/failure
526 propagation). (issue 2576)
527
528 Fixed huge heap snapshot when a heavily shared context has many
529 variables. (Chromium issue 145687)
530
531 Performance and stability improvements on all platforms.
532
533
ulan@chromium.org6e196bf2013-03-13 09:38:22 +00005342013-03-13: Version 3.17.10
535
536 Fixed heap snapshot creation for Harmony collections. (issue 2535)
537
538 Fixed register allocation corner case. (Chromium issue 177883)
539
540 Performance and stability improvements on all platforms.
541
542
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +00005432013-03-08: Version 3.17.9
544
545 Restored Function()'s expected string representation. (issue 2470)
546
547 Enabled deprecatations (again). (issue 2487)
548
549 Avoid bool to Oddball conversions by being lazy. (issue 2491)
550
551 Added %p option to --logfile.
552
553 Hardened Function()'s parsing of function literals. (issue 2470)
554
555 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
556
557 Performance and stability improvements on all platforms.
558
559
ulan@chromium.org750145a2013-03-07 15:14:13 +00005602013-03-07: Version 3.17.8
561
562 Added missing license headers. (Chromium issue 98597)
563
564 Inserted missing type cast in JSON.stringify. (issue 2570)
565
566 Reverted "Send SIGPROF signals on the profiler event processor thread"
567 (issue 2571)
568
569 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
570 (issue 2568)
571
572 ES6 symbols: filter symbols form for-in loops and Object.keys.
573 (issue 2158)
574
575 Properly handle misses for StoreArrayLengthStub on ia32 and x64
576 (issue 2566)
577
578 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
579
580 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
581
582 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
583 (issue 2556)
584
585 Enabled zapping of disposed global handles in release mode.
586 (Chromium issue 176056)
587
588 Added workaround for redefinition of __proto__ property. (issue 2565)
589
590 ES6 symbols: Allow symbols as property names. (issue 2158)
591
592 Performance and stability improvements on all platforms.
593
594
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00005952013-03-04: Version 3.17.7
596
597 Limited recursion in regexp compilation by a budget.
598 (Chromium issue 178790)
599
600 ES6 symbols: Implemented Symbol intrinsic and basic functionality
601 (issue 2158)
602
603 Performance and stability improvements on all platforms.
604
605
hpayer@chromium.org8432c912013-02-28 15:55:26 +00006062013-02-28: Version 3.17.6
607
608 Fixed materialization of arguments objects with unknown values.
609 (Chromium issue 163530)
610
611 Set default number of sweeper threads to at most four.
612
613 Performance and stability improvements on all platforms.
614
615
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00006162013-02-27: Version 3.17.5
617
618 Made __proto__ a foreign callback on Object.prototype.
619 (issue 621, issue 1949 and issue 2441)
620
621 Performance and stability improvements on all platforms.
622
623
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00006242013-02-25: Version 3.17.4
625
626 Performance and stability improvements on all platforms.
627
628
ulan@chromium.org2e04b582013-02-21 14:06:02 +00006292013-02-21: Version 3.17.3
630
631 Performance and stability improvements on all platforms.
632
633
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00006342013-02-19: Version 3.17.2
635
636 Removed bogus check for TOP register in deoptimizer.
637 (Chromium issue 176943)
638
639 Made the Isolate parameter mandatory for internal HandleScopes.
640 (issue 2487)
641
642 Fixed f.apply() optimization when declared arguments are mutated.
643 (issue 2539)
644
645 Performance and stability improvements on all platforms.
646
647
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00006482013-02-14: Version 3.17.1
649
650 Performance and stability improvements on all platforms.
651
652
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00006532013-02-13: Version 3.17.0
654
655 Enabled parallel sweeping.
656
657 Don't try to unlink instructions twice during GVN
658 (Chromium issue 175141)
659
660 Fixed code flusher disabling while marking incrementally.
661 (Chromium issue 173458, 168582)
662
663 Don't use TLS for space iterators.
664 (issue 2531)
665
666 Added new GetHeapStatistics API entry and deprecated old one.
667
668 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
669 platform-independent code.
670 (Chromium issue 173907)
671
672 Added --trace-array-abuse to help find OOB accesses.
673
674 Performance and stability improvements on all platforms.
675
676
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00006772013-02-06: Version 3.16.14
678
679 Performance and stability improvements on all platforms.
680
681
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00006822013-02-04: Version 3.16.13
683
684 Tagged stubs that rely on instance types as MEGAMORPHIC.
685 (Chromium issue 173974)
686
687 Fixed clearing of dead dependent codes and verifing of weak
688 embedded maps on full GC. (Chromium issue 172488,172489)
689
690 Made the arm port build cleanly with Clang.
691
692 Performance and stability improvements on all platforms.
693
694
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00006952013-01-31: Version 3.16.12
696
697 Performance and stability improvements on all platforms.
698
699
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00007002013-01-30: Version 3.16.11
701
702 Put making embedded maps in optimized code weak behind a flag.
703 (Chromium issue 172488,172489)
704
705 Performance and stability improvements on all platforms.
706
707
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00007082013-01-25: Version 3.16.10
709
710 Avoid excessive memory usage during redundant phi elimination.
711 (issue 2510)
712
713 Fixed additional spec violations wrt RegExp.lastIndex.
714 (issue 2437)
715
716 Added Isolate parameter to Persistent class.
717 (issue 2487)
718
719 Performance and stability improvements on all platforms.
720
721
yangguo@chromium.org003650e2013-01-24 16:31:08 +00007222013-01-24: Version 3.16.9
723
724 Made embedded maps in optimized code weak.
725 (issue 2073)
726
727 Fixed corner case when JSFunction is evicted from flusher.
728 (Chromium issue 168801)
729
730 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
731 (Chromium issue 171641)
732
733 Performance and stability improvements on all platforms.
734
735
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00007362013-01-23: Version 3.16.8
737
738 Correctly reset lastIndex in an RegExp object.
739 (Chromium issue 170856)
740
741 Added a workaround for Windows compilation problems related to V8EXPORT.
742 (issue 2507)
743
744 tools/run-tests.py: shlex.split() the value of --command-prefix
745 (Chromium issue 171553)
746
747 Fixed pattern detection for replacing shifts by rotation.
748 (Chromium issue 2499)
749
750 Performance and stability improvements on all platforms.
751
752
yangguo@chromium.org28381b42013-01-21 14:39:38 +00007532013-01-21: Version 3.16.7
754
755 Removed <(library) usage from v8.gyp.
756 (Chromium issue 111541)
757
758 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
759 (Chromium issue 169928)
760
761 Performance and stability improvements on all platforms.
762
763
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00007642013-01-18: Version 3.16.6
765
766 Made the Isolate parameter mandatory in Locker and Unlocker classes.
767 (issue 2487)
768
769 Avoid pointer underflow in CopyCharsUnsigned.
770 (issue 2493)
771
772 Generate shim headers when using system v8.
773 (Chromium issue 165264)
774
775 Fixed arguments materialization for inlined apply().
776 (issue 2489)
777
778 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
779 (Chromium issue 147497)
780
781 Added sanity check to CodeFlusher::AddCandidate.
782 (Chromium issue 169209)
783
784 Performance and stability improvements on all platforms.
785
786
7872013-01-15: Version 3.16.5
788
789 Removed deprecated functions from V8's external API.
790
791 Prepared API for WebKit use of Latin-1.
792
793 Fixed V8 issue 2486.
794
795 Fixed Chromium issue 169723.
796
797 Performance and stability improvements on all platforms.
798
799
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00008002013-01-11: Version 3.16.4
801
802 Fixed Chromium issues 168545 and 169209.
803
804 Performance and stability improvements on all platforms.
805
806
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00008072013-01-09: Version 3.16.3
808
809 Improved GC performance when moving parts of a FixedArray (issue 2452).
810
811 Enabled readline on d8 while building a shared lib (issue 1781).
812
813 Fixed missing exception check in typed array constructor
814 (Chromium issue 168545).
815
816 Check for read-only-ness when preparing for array sort (issue 2419).
817
818 Performance and stability improvements on all platforms.
819
820
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00008212013-01-04: Version 3.16.2
822
823 Added Makefile options to build for the Raspberry Pi (armv7=0,
824 arm_fpu=vfp2).
825
826 Performance and stability improvements on all platforms.
827
828
ulan@chromium.org4121f232012-12-27 15:57:11 +00008292012-12-27: Version 3.16.1
830
831 Fixed x64 MathMinMax for negative untagged int32 arguments.
832 (Chromium issue 164442)
833
834 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
835 (issue 2458)
836
837 Performance and stability improvements on all platforms.
838
839
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00008402012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000841
842 V8_Fatal now prints C++ stack trace in debug mode.
843
844 Added HTML-based tick processor.
845
846 Continued implementation of Object.observe (V8 issue 2409).
847
848 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
849
850 Fixed Chromium issues 125308, 165637, 166379, 166553.
851
852 Performance and stability improvements on all platforms.
853
854
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00008552012-12-10: Version 3.15.11
856
857 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
858 flags.
859
860 Performance and stability improvements on all platforms.
861
862
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00008632012-12-07: Version 3.15.10
864
865 Enabled optimisation of functions inside eval. (issue 2315)
866
867 Fixed spec violations in methods of Number.prototype. (issue 2443)
868
869 Added GCTracer metrics for a scavenger GC for DOM wrappers.
870
871 Performance and stability improvements on all platforms.
872
873
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00008742012-12-06: Version 3.15.9
875
876 Fixed candidate eviction in code flusher.
877 (Chromium issue 159140)
878
879 Iterate through all arguments for side effects in Math.min/max.
880 (issue 2444)
881
882 Fixed spec violations related to regexp.lastIndex
883 (issue 2437, issue 2438)
884
885 Performance and stability improvements on all platforms.
886
887
mmassi@chromium.org49a44672012-12-04 13:52:03 +00008882012-12-04: Version 3.15.8
889
890 Enforced stack allocation of TryCatch blocks.
891 (issue 2166,chromium:152389)
892
893 Fixed external exceptions in external try-catch handlers.
894 (issue 2166)
895
896 Activated incremental code flushing by default.
897
898 Performance and stability improvements on all platforms.
899
900
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00009012012-11-30: Version 3.15.7
902
903 Activated code aging by default.
904
905 Included more information in --prof log.
906
907 Removed eager sweeping for lazy swept spaces. Try to find in
908 SlowAllocateRaw a bounded number of times a big enough memory slot.
909 (issue 2194)
910
911 Performance and stability improvements on all platforms.
912
913
danno@chromium.org1f34ad32012-11-26 14:53:56 +00009142012-11-26: Version 3.15.6
915
916 Ensure double arrays are filled with holes when extended from
917 variations of empty arrays. (Chromium issue 162085)
918
919 Performance and stability improvements on all platforms.
920
921
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00009222012-11-23: Version 3.15.5
923
924 Fixed JSON.stringify for objects with interceptor handlers.
925 (Chromium issue 161028)
926
927 Fixed corner case in x64 compare stubs. (issue 2416)
928
929 Performance and stability improvements on all platforms.
930
931
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00009322012-11-16: Version 3.15.4
933
934 Fixed Array.prototype.join evaluation order. (issue 2263)
935
936 Perform CPU sampling by CPU sampling thread only iff processing thread
937 is not running. (issue 2364)
938
939 When using an Object as a set in Object.getOwnPropertyNames, null out
940 the proto. (issue 2410)
941
942 Disabled EXTRA_CHECKS in Release build.
943
944 Heap explorer: Show representation of strings.
945
946 Removed 'type' and 'arguments' properties from Error object.
947 (issue 2397)
948
949 Added atomics implementation for ThreadSanitizer v2.
950 (Chromium issue 128314)
951
952 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
953
954 Performance and stability improvements on all platforms.
955
956
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00009572012-11-13: Version 3.15.3
958
959 Changed sample shell to send non-JS output (e.g. errors) to stderr
960 instead of stdout.
961
962 Correctly check for stack overflow even when interrupt is pending.
963 (issue 214)
964
965 Collect stack trace on stack overflow. (issue 2394)
966
967 Performance and stability improvements on all platforms.
968
969
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00009702012-11-12: Version 3.15.2
971
972 Function::GetScriptOrigin supplies sourceURL when script name is
973 not available. (Chromium issue 159413)
974
975 Made formatting error message side-effect-free. (issue 2398)
976
977 Fixed length check in JSON.stringify. (Chromium issue 160010)
978
979 ES6: Added support for Set and Map clear method (issue 2400)
980
981 Fixed slack tracking when instance prototype changes.
982 (Chromium issue 157019)
983
984 Fixed disabling of code flusher while marking. (Chromium issue 159140)
985
986 Added a test case for object grouping in a scavenger GC (issue 2077)
987
988 Support shared library build of Android for v8.
989 (Chromium issue 158821)
990
991 ES6: Added support for size to Set and Map (issue 2395)
992
993 Performance and stability improvements on all platforms.
994
995
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00009962012-11-06: Version 3.15.1
997
998 Put incremental code flushing behind a flag. (Chromium issue 159140)
999
1000 Performance and stability improvements on all platforms.
1001
1002
danno@chromium.org72204d52012-10-31 10:02:10 +000010032012-10-31: Version 3.15.0
1004
1005 Loosened aligned code target requirement on ARM (issue 2380)
1006
1007 Fixed JSON.parse to treat leading zeros correctly.
1008 (Chromium issue 158185)
1009
1010 Performance and stability improvements on all platforms.
1011
1012
rossberg@chromium.org89e18f52012-10-22 13:09:53 +000010132012-10-22: Version 3.14.5
1014
1015 Killed off the SCons based build.
1016
1017 Added a faster API for creating v8::Integer objects.
1018
1019 Speeded up function deoptimization by avoiding quadratic pass over
1020 optimized function list. (Chromium issue 155270)
1021
1022 Always invoke the default Array.sort functions from builtin functions.
1023 (issue 2372)
1024
1025 Reverted recent CPU profiler changes because they broke --prof.
1026 (issue 2364)
1027
1028 Switched code flushing to use different JSFunction field.
1029 (issue 1609)
1030
1031 Performance and stability improvements on all platforms.
1032
1033
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +000010342012-10-15: Version 3.14.4
1035
1036 Allow evals for debugger even if they are prohibited in the debugee
1037 context. (Chromium issue 154733)
1038
1039 Enabled --verify-heap in release mode (issue 2120)
1040
1041 Performance and stability improvements on all platforms.
1042
1043
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +000010442012-10-11: Version 3.14.3
1045
1046 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
1047 (Chromium issue 155076).
1048
1049 Bumped variable limit further to 2^17 (Chromium issue 151625).
1050
1051 Performance and stability improvements on all platforms.
1052
1053
verwaest@chromium.org33e09c82012-10-10 17:07:22 +000010542012-10-10: Version 3.14.2
1055
1056 ARM: allowed VFP3 instructions when hardfloat is enabled.
1057 (Chromium issue 152506)
1058
1059 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
1060 (Chromium issue 151749)
1061
1062 Made GDBJIT interface compile again. (issue 1804)
1063
1064 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
1065 (Chromium issue 143967)
1066
1067 Made sure that names of temporaries do not clash with real variables.
1068 (issue 2322)
1069
1070 Rejected local module declarations. (Chromium issue 150628)
1071
1072 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
1073
1074 Fixed slot recording of code target patches.
1075 (Chromium issue 152615,chromium:144230)
1076
1077 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
1078
1079 Performance and stability improvements on all platforms.
1080
1081
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +000010822012-10-01: Version 3.14.1
1083
1084 Don't set -m32 flag when compiling with Android ARM compiler.
1085 (Chromium issue 143889)
1086
1087 Restore the descriptor array before returning allocation failure.
1088 (Chromium issue 151750)
1089
1090 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
1091 128252).
1092
1093 Pull more recent gyp in 'make dependencies'.
1094
1095 Made sure that the generic KeyedStoreIC changes length and element_kind
1096 atomically (issue 2346).
1097
1098 Bumped number of allowed variables per scope to 65535, to address GWT.
1099 (Chromium issue 151625)
1100
1101 Support sourceURL for dynamically inserted scripts (issue 2342).
1102
1103 Performance and stability improvements on all platforms.
1104
1105
ulan@chromium.org56c14af2012-09-20 12:51:09 +000011062012-09-20: Version 3.14.0
1107
1108 Fixed missing slot recording during clearing of CallICs.
1109 (Chromium issue 144230)
1110
1111 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
1112 (Chromium issue 150729)
1113
1114 Fixed minus zero test. (Issue 2133)
1115
1116 Fixed setting array length to zero for slow elements.
1117 (Chromium issue 146910)
1118
1119 Fixed lost arguments dropping in HLeaveInlined.
1120 (Chromium issue 150545)
1121
1122 Fixed casting error for receiver of interceptors.
1123 (Chromium issue 149912)
1124
1125 Throw a more descriptive exception when blocking 'eval' via CSP.
1126 (Chromium issue 140191)
1127
1128 Fixed debugger's eval when close to stack overflow. (issue 2318)
1129
1130 Added checks to live edit. (issue 2297)
1131
1132 Switched on code compaction on incremental GCs.
1133
1134 Fixed caching of optimized code for OSR. (issue 2326)
1135
1136 Not mask exception thrown by toString in String::UtfValue etc.
1137 (issue 2317)
1138
1139 Fixed API check for length of external arrays. (Chromium issue 148896)
1140
1141 Ensure correct enumeration indices in the dict (Chromium issue 148376)
1142
1143 Correctly initialize regexp global cache. (Chromium issue 148378)
1144
1145 Fixed arguments object materialization during deopt. (issue 2261)
1146
1147 Introduced new API to expose external string resource regardless of
1148 encoding.
1149
1150 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
1151 --deopt-every-n-times flag is present
1152 (Chromium issue 148389)
1153
1154 Fixed edge case of extension with NULL as source string.
1155 (Chromium issue 144649)
1156
1157 Fixed array index dehoisting. (Chromium issue 141395)
1158
1159 Performance and stability improvements on all platforms.
1160
1161
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +000011622012-09-11: Version 3.13.7
1163
1164 Enable/disable LiveEdit using the (C++) debug API.
1165
1166 Performance and stability improvements on all platforms.
1167
1168
jkummerow@chromium.org78502a92012-09-06 13:50:42 +000011692012-09-06: Version 3.13.6
1170
1171 Added validity checking to API functions and calls.
1172
1173 Disabled accessor inlining (Chromium issue 134609).
1174
1175 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
1176
1177 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
1178
1179 Fixed VS2005 build (issue 2313).
1180
1181 Activated fixed ES5 readonly semantics by default.
1182
1183 Added hardfp flag to the Makefile.
1184
1185 Performance and stability improvements on all platforms.
1186
1187
yangguo@chromium.org355cfd12012-08-29 15:32:24 +000011882012-08-29: Version 3.13.5
1189
1190 Release stack trace data after firing Error.stack accessor.
1191 (issue 2308)
1192
1193 Added a new API V8::SetJitCodeEventHandler to push code name and
1194 location to users such as profilers.
1195
1196 Allocate block-scoped global bindings to global context.
1197
1198 Performance and stability improvements on all platforms.
1199
1200
yangguo@chromium.org46839fb2012-08-28 09:06:19 +000012012012-08-28: Version 3.13.4
1202
1203 Print reason for disabling optimization. Kill --trace-bailout flag.
1204
1205 Provided option to disable full DEBUG build on Android.
1206
1207 Introduced global contexts to represent lexical global scope(s).
1208
1209 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
1210
1211 Performance and stability improvements on all platforms.
1212
1213
yangguo@chromium.org08eb1962012-08-21 11:19:20 +000012142012-08-21: Version 3.13.3
1215
1216 Performance and stability improvements on all platforms.
1217
1218
12192012-08-20: Version 3.13.2
1220
1221 Performance and stability improvements on all platforms.
1222
1223
verwaest@chromium.orgde64f722012-08-16 15:44:54 +000012242012-08-16: Version 3.13.1
1225
1226 Performance and stability improvements on all platforms.
1227
1228
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +000012292012-08-10: Version 3.13.0
1230
1231 Added histograms for total allocated/live heap size, as well as
1232 allocated size and percentage of total for map and cell space.
1233
1234 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
1235 (issue 1645)
1236
1237 Added checks for interceptors to negative lookup code in Crankshaft.
1238 (Chromium issue 140473)
1239
1240 Made incremental marking clear ICs and type feedback cells.
1241
1242 Performance and stability improvements on all platforms.
1243
1244
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +000012452012-08-01: Version 3.12.19
1246
1247 Performance and stability improvements on all platforms.
1248
1249
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +000012502012-07-30: Version 3.12.18
1251
1252 Forced using bit-pattern for signed zero double. (issue 2239)
1253
1254 Made sure double to int conversion is correct. (issue 2260)
1255
1256 Performance and stability improvements on all platforms.
1257
1258
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +000012592012-07-27: Version 3.12.17
1260
1261 Always set the callee's context when calling a function from optimized
1262 code.
1263 (Chromium issue 138887)
1264
1265 Fixed building with GCC 3.x
1266 (issue 2016, 2017)
1267
1268 Improved API calls that return empty handles.
1269 (issue 2245)
1270
1271 Performance and stability improvements on all platforms.
1272
1273
danno@chromium.org129d3982012-07-25 15:01:47 +000012742012-07-25: Version 3.12.16
1275
1276 Performance and stability improvements on all platforms.
1277
1278
yangguo@chromium.org304cc332012-07-24 07:59:48 +000012792012-07-24: Version 3.12.15
1280
1281 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
1282 (issue 2252)
1283
1284 Added dependency to HLoadKeyed* instructions to prevent invalid
1285 hoisting. (Chromium issue 137768)
1286
1287 Enabled building d8 for Android on Mac.
1288
1289 Interpret negative hexadecimal literals as NaN.
1290 (issue 2240)
1291
1292 Expose counters in javascript when using --track-gc-object-stats.
1293
1294 Enabled building and testing V8 on Android IA.
1295
1296 Added --trace-parse flag to parser.
1297
1298 Performance and stability improvements on all platforms.
1299
1300
verwaest@chromium.org178fb152012-07-18 11:21:48 +000013012012-07-18: Version 3.12.14
1302
1303 Deactivated optimization of packed arrays.
1304 (Chromium issue 137768)
1305
1306 Fixed broken accessor transition.
1307 (Chromium issue 137689)
1308
1309 Performance and stability improvements on all platforms.
1310
1311
verwaest@chromium.org753aee42012-07-17 16:15:42 +000013122012-07-17: Version 3.12.13
1313
1314 Fixed missing tagging of stack value in finally block.
1315 (Chromium issue 137496)
1316
1317 Added more support for heap analysis.
1318
1319 Performance and stability improvements on all platforms.
1320
1321
jkummerow@chromium.org28583c92012-07-16 11:31:55 +000013222012-07-16: Version 3.12.12
1323
1324 Added an option to the tickprocessor to specify the directory for lib
1325 lookup.
1326
1327 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
1328
1329 Fixed transcendental cache on ARM in optimized code (issue 2234).
1330
1331 New heap inspection tools: counters for object sizes and counts,
1332 histograms for external fragmentation.
1333
1334 Incorporated constness into inferred interfaces (in preparation for
1335 handling imports) (issue 1569).
1336
1337 Performance and stability improvements on all platforms.
1338
1339
rossberg@chromium.org657d53b2012-07-12 11:06:03 +000013402012-07-12: Version 3.12.11
1341
1342 Renamed "mips" arch to "mipsel" in the GYP build.
1343
1344 Fixed computation of call targets on prototypes in Crankshaft.
1345 (Chromium issue 125148)
1346
1347 Removed use of __lookupGetter__ when generating stack trace.
1348 (issue 1591)
1349
1350 Turned on ES 5.2 globals semantics by default.
1351 (issue 1991, Chromium issue 80591)
1352
1353 Synced preparser and parser wrt syntax error in switch..case.
1354 (issue 2210)
1355
1356 Fixed reporting of octal literals in strict mode when preparsing.
1357 (issue 2220)
1358
1359 Fixed inline constructors for Harmony Proxy prototypes.
1360 (issue 2225)
1361
1362 Performance and stability improvements on all platforms.
1363
1364
danno@chromium.org81cac2b2012-07-10 11:28:27 +000013652012-07-10: Version 3.12.10
1366
1367 Re-enabled and fixed issue with array bounds check elimination
1368 (Chromium issue 132114).
1369
1370 Fixed Debug::Break crash. (Chromium issue 131642)
1371
1372 Added optimizing compiler support for JavaScript getters.
1373
1374 Performance and stability improvements on all platforms.
1375
1376
yangguo@chromium.org99aa4902012-07-06 16:21:55 +000013772012-07-06: Version 3.12.9
1378
1379 Correctly advance the scanner when scanning unicode regexp flag.
1380 (Chromium issue 136084)
1381
1382 Fixed unhandlified code calling Harmony Proxy traps.
1383 (issue 2219)
1384
1385 Performance and stability improvements on all platforms.
1386
1387
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000013882012-07-05: Version 3.12.8
1389
1390 Implemented TypedArray.set and ArrayBuffer.slice in d8.
1391
1392 Performance and stability improvements on all platforms.
1393
1394
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000013952012-07-03: Version 3.12.7
1396
1397 Fixed lazy compilation for strict eval scopes.
1398 (Chromium issue 135066)
1399
1400 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
1401 (issue 2151)
1402
1403 Report "hidden properties" in heap profiler for properties case.
1404 (issue 2212)
1405
1406 Activated optimization of packed arrays by default.
1407
1408 Performance and stability improvements on all platforms.
1409
1410
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000014112012-06-29: Version 3.12.6
1412
1413 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1414
1415 Extended TypedArray support in d8.
1416
1417
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000014182012-06-28: Version 3.12.5
1419
1420 Fixed lazy parsing heuristics to respect outer scope.
1421 (Chromium issue 135008)
1422
1423 Allow using test-wrapper-gypbuild.py on Windows when no python
1424 interpreter is registered.
1425
1426 Performance and stability improvements on all platforms.
1427
1428
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000014292012-06-27: Version 3.12.4
1430
1431 Removed -fomit-frame-pointer flag from Release builds to make
1432 the stack walkable by TCMalloc (Chromium issue 133723).
1433
1434 Ported r7868 (constant masking) to x64 (issue 1374).
1435
1436 Expose more detailed memory statistics (issue 2201).
1437
1438 Fixed Harmony Maps and WeakMaps for undefined values
1439 (Chromium issue 132744).
1440
1441 Correctly throw reference error in strict mode with ICs disabled
1442 (issue 2119).
1443
1444 Performance and stability improvements on all platforms.
1445
1446
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000014472012-06-25: Version 3.12.3
1448
1449 Reverted r11835 'Unify promotion and allocation limit computation' due
1450 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1451
1452 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1453
1454 Performance and stability improvements on all platforms.
1455
1456
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000014572012-06-22: Version 3.12.2
1458
1459 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1460 ia32/x64. (Chromium issue 134055)
1461
1462 Fixed lazy sweeping heuristics to prevent old-space expansion.
1463 (issue 2194)
1464
1465 Performance and stability improvements on all platforms.
1466
1467
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000014682012-06-21: Version 3.12.1
1469
1470 Performance and stability improvements on all platforms.
1471
1472
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000014732012-06-20: Version 3.12.0
1474
1475 Fixed Chromium issues:
1476 115100, 129628, 131994, 132727, 132741, 132742, 133211
1477
1478 Fixed V8 issues:
1479 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1480
1481 Added --extra-code flag to mksnapshot to load JS code into the VM
1482 before creating the snapshot.
1483
1484 Support 'restart call frame' command in the debugger.
1485
1486 Performance and stability improvements on all platforms.
1487
1488
mmassi@chromium.org7028c052012-06-13 11:51:58 +000014892012-06-13: Version 3.11.10
1490
1491 Implemented heap profiler memory usage reporting.
1492
1493 Preserved error message during finally block in try..finally.
1494 (Chromium issue 129171)
1495
1496 Fixed EnsureCanContainElements to properly handle double values.
1497 (issue 2170)
1498
1499 Improved heuristics to keep objects in fast mode with inherited
1500 constructors.
1501
1502 Performance and stability improvements on all platforms.
1503
1504
rossberg@chromium.org400388e2012-06-06 09:29:22 +000015052012-06-06: Version 3.11.9
1506
1507 Implemented ES5-conformant semantics for inherited setters and read-only
1508 properties. Currently behind --es5_readonly flag, because it breaks
1509 WebKit bindings.
1510
1511 Exposed last seen heap object id via v8 public api.
1512
1513 Performance and stability improvements on all platforms.
1514
1515
verwaest@chromium.org37141392012-05-31 13:27:02 +000015162012-05-31: Version 3.11.8
1517
1518 Avoid overdeep recursion in regexp where a guarded expression with a
1519 minimum repetition count is inside another quantifier.
1520 (Chromium issue 129926)
1521
1522 Fixed missing write barrier in store field stub.
1523 (issues 2143, 1465, Chromium issue 129355)
1524
1525 Proxies: Fixed receiver for setters inherited from proxies.
1526 Proxies: Fixed ToStringArray function so that it does not reject some
1527 keys.
1528 (issue 1543)
1529
1530 Performance and stability improvements on all platforms.
1531
1532
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000015332012-05-29: Version 3.11.7
1534
1535 Get better function names in stack traces.
1536
1537 Performance and stability improvements on all platforms.
1538
1539
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000015402012-05-24: Version 3.11.6
1541
1542 Fixed RegExp.prototype.toString for incompatible receivers
1543 (issue 1981).
1544
1545 Performance and stability improvements on all platforms.
1546
1547
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000015482012-05-23: Version 3.11.5
1549
1550 Performance and stability improvements on all platforms.
1551
1552
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000015532012-05-22: Version 3.11.4
1554
1555 Some cleanup to common.gypi. This fixes some host/target combinations
1556 that weren't working in the Make build on Mac.
1557
1558 Handle EINTR in socket functions and continue incomplete sends.
1559 (issue 2098)
1560
1561 Fixed python deprecations. (issue 1391)
1562
1563 Made socket send and receive more robust and return 0 on failure.
1564 (Chromium issue 15719)
1565
1566 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1567
1568 Set '-m32' option for host and target platforms
1569
1570 Performance and stability improvements on all platforms.
1571
1572
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000015732012-05-18: Version 3.11.3
1574
1575 Disable optimization for functions that have scopes that cannot be
1576 reconstructed from the context chain. (issue 2071)
1577
1578 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1579
1580 Correctly check for native error objects. (Chromium issue 2138)
1581
1582 Performance and stability improvements on all platforms.
1583
1584
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000015852012-05-16: Version 3.11.2
1586
1587 Revert r11496. (Chromium issue 128146)
1588
1589 Implement map collection for incremental marking. (issue 1465)
1590
1591 Add toString method to CallSite (which describes a frame of the
1592 stack trace).
1593
1594
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000015952012-05-15: Version 3.11.1
1596
1597 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1598
1599 Fix freebsd build. (V8 issue 2126)
1600
1601 Performance and stability improvements on all platforms.
1602
1603
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000016042012-05-11: Version 3.11.0
1605
1606 Fixed compose-discard crasher from r11524 (issue 2123).
1607
1608 Activated new global semantics by default. Global variables can
1609 now shadow properties of the global object (ES5.1 erratum).
1610
1611 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1612 transitioning (Chromium issue 117409).
1613
1614 Made Error.prototype.name writable again, as required by the spec and
1615 the web (Chromium issue 69187).
1616
1617 Implemented map collection with incremental marking (issue 1465).
1618
1619 Regexp: Fixed overflow in min-match-length calculation
1620 (Chromium issue 126412).
1621
1622 MIPS: Fixed illegal instruction use on Loongson in code for
1623 Math.random() (issue 2115).
1624
1625 Fixed crash bug in VisitChoice (Chromium issue 126272).
1626
1627 Fixed unsigned-Smi check in MappedArgumentsLookup
1628 (Chromium issue 126414).
1629
1630 Fixed LiveEdit for function with no locals (issue 825).
1631
1632 Fixed register clobbering in LoadIC for interceptors
1633 (Chromium issue 125988).
1634
1635 Implemented clearing of CompareICs (issue 2102).
1636
1637 Performance and stability improvements on all platforms.
1638
1639
danno@chromium.org2c26cb12012-05-03 09:06:43 +000016402012-05-03: Version 3.10.8
1641
1642 Enabled MIPS cross-compilation.
1643
1644 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1645 (Chromium issue 125515)
1646
1647 Fixed corner cases in truncation behavior when storing to
1648 TypedArrays. (issue 2110)
1649
1650 Fixed failure to properly recognize and report out-of-memory
1651 conditions when allocating code space pages. (Chromium issue
1652 118625)
1653
1654 Fixed idle notifications to perform a round of incremental GCs
1655 after context disposal. (issue 2107)
1656
1657 Fixed preparser for try statement. (issue 2109)
1658
1659 Performance and stability improvements on all platforms.
1660
1661
danno@chromium.org1044a4d2012-04-30 12:34:39 +000016622012-04-30: Version 3.10.7
1663
1664 Performance and stability improvements on all platforms.
1665
1666
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000016672012-04-26: Version 3.10.6
1668
1669 Fixed some bugs in accessing details of the last regexp match.
1670
1671 Fixed source property of empty RegExp objects. (issue 1982)
1672
1673 Enabled inlining some V8 API functions.
1674
1675 Performance and stability improvements on all platforms.
1676
1677
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000016782012-04-23: Version 3.10.5
1679
1680 Put new global var semantics behind a flag until WebKit tests are
1681 cleaned up.
1682
1683 Enabled stepping into callback passed to builtins.
1684 (Chromium issue 109564)
1685
1686 Performance and stability improvements on all platforms.
1687
1688
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000016892012-04-19: Version 3.10.4
1690
1691 Fixed issues when stressing compaction with WeakMaps.
1692
1693 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1694
1695 Simplify invocation sequence at monomorphic function invocation sites.
1696 (issue 2079)
1697
1698 Performance and stability improvements on all platforms.
1699
1700
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000017012012-04-17: Version 3.10.3
1702
1703 Fixed several bugs in heap profiles (including issue 2078).
1704
1705 Throw syntax errors on illegal escape sequences.
1706
1707 Implemented rudimentary module linking (behind --harmony flag)
1708
1709 Implemented ES5 erratum: Global declarations should shadow
1710 inherited properties.
1711
1712 Made handling of const more consistent when combined with 'eval'
1713 and 'with'.
1714
1715 Fixed V8 on MinGW-x64 (issue 2026).
1716
1717 Performance and stability improvements on all platforms.
1718
1719
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000017202012-04-13: Version 3.10.2
1721
1722 Fixed native ARM build (issues 1744, 539)
1723
1724 Return LOOKUP variable instead of CONTEXT for non-context allocated
1725 outer scope parameters (Chromium issue 119609).
1726
1727 Fixed regular and ElementsKind transitions interfering with each other
1728 (Chromium issue 122271).
1729
1730 Improved performance of keyed loads/stores which have a HeapNumber
1731 index (issues 1388, 1295).
1732
1733 Fixed WeakMap processing for evacuation candidates (issue 2060).
1734
1735 Bailout on possible direct eval calls (Chromium issue 122681).
1736
1737 Do not assume that names of function expressions are context-allocated
1738 (issue 2051).
1739
1740 Performance and stability improvements on all platforms.
1741
1742
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000017432012-04-10: Version 3.10.1
1744
1745 Fixed bug with arguments object in inlined functions (issue 2045).
1746
1747 Fixed performance bug with lazy initialization (Chromium issue
1748 118686).
1749
1750 Added suppport for Mac OS X 64bit builds with GYP.
1751 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1752
1753 Fixed bug with hidden properties (issue 2034).
1754
1755 Fixed a performance bug when reloading pages (Chromium issue 117767,
1756 V8 issue 1902).
1757
1758 Fixed bug when optimizing throw in top-level code (issue 2054).
1759
1760 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1761
1762 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1763
1764 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1765
1766 Fixed compilation of V8 using uClibc.
1767
1768 Optimized boot-up memory use.
1769
1770 Optimized regular expressions.
1771
1772
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000017732012-03-30: Version 3.10.0
1774
1775 Fixed store IC writability check in strict mode
1776 (Chromium issue 120099).
1777
1778 Resynchronize timers if the Windows system time was changed.
1779 (Chromium issue 119815)
1780
1781 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1782 hardfp ARM
1783 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1784
1785 Fixed edge case for case independent regexp character classes
1786 (issue 2032).
1787
1788 Reset function info counters after context disposal.
1789 (Chromium issue 117767, V8 issue 1902)
1790
1791 Fixed missing write barrier in CopyObjectToObjectElements.
1792 (Chromium issue 119926)
1793
1794 Fixed missing bounds check in HasElementImpl.
1795 (Chromium issue 119925)
1796
1797 Performance and stability improvements on all platforms.
1798
1799
danno@chromium.org88aa0582012-03-23 15:11:57 +000018002012-03-23: Version 3.9.24
1801
1802 Activated count-based profiler for ARM.
1803
1804 Fixed use of proxies as f.prototype properties. (issue 2021)
1805
1806 Enabled snapshots on MIPS.
1807
1808 Performance and stability improvements on all platforms.
1809
1810
ulan@chromium.org6ff65142012-03-21 09:52:17 +000018112012-03-21: Version 3.9.23
1812
1813 Use correct arguments adaptation environment when inlining function
1814 containing arguments. (Issue 2014)
1815
1816 Performance and stability improvements on all platforms.
1817
1818
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000018192012-03-20: Version 3.9.22
1820
1821 Enabled count-based profiler by default.
1822
1823 Implemented a hash based look-up to speed up address checks
1824 in large object space (issue 853).
1825
1826 Performance and stability improvements on all platforms.
1827
1828
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000018292012-03-19: Version 3.9.21
1830
1831 Fixed push-to-trunk script (and re-push).
1832
1833 Added API call that identifies strings that are guaranteed only to
1834 contain ASCII characters.
1835
1836
18372012-03-19: Version 3.9.20
1838
1839 Fixed declarations escaping global strict eval. (Issue 1624)
1840
1841 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1842
1843 Fixed function declarations overwriting read-only global properties.
1844 (Chromium issue 115452)
1845
1846 Fixed --use-strict flag in combination with --harmony[-scoping].
1847
1848 Debugger: naive implementation of "step into Function.prototype.bind".
1849
1850 Debugger: added ability to set script source from within OnBeforeCompile
1851
1852 Added flag to always call DebugBreak on abort.
1853
1854 Re-enabled constructor inlining and inline === comparison with boolean
1855 constants. (Issue 2009)
1856
1857 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1858
1859 Performance and stability improvements on all platforms.
1860
1861
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000018622012-03-14: Version 3.9.19
1863
1864 Ensure there is a smi check of the receiver for global load and call
1865 ICs (Chromium issue 117794).
1866
1867 Performance and stability improvements on all platforms.
1868
1869
yangguo@chromium.org154ff992012-03-13 08:09:54 +000018702012-03-13: Version 3.9.18
1871
1872 Ensure consistency of Math.sqrt on Intel platforms.
1873
1874 Remove static initializers in v8. (issue 1859)
1875
1876 Add explicit dependency on v8_base in the GYP-based build.
1877
1878 Performance and stability improvements on all platforms.
1879
1880
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000018812012-03-12: Version 3.9.17
1882
1883 Fixed VFP detection through compiler defines. (issue 1996)
1884
1885 Add Code-related fields to postmortem metadata.
1886
1887 Performance and stability improvements on all platforms.
1888
1889
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000018902012-03-09: Version 3.9.16
1891
1892 Added basic interface inference for modules (behind the --harmony flag).
1893
1894 Added Object.is, Number.isFinite, Number.isNaN.
1895
1896 Updated the Unicode tables to Unicode version 6.1.0.
1897
1898 Performance and stability improvements on all platforms.
1899
1900
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000019012012-03-06: Version 3.9.15
1902
1903 Fix the heap profiler crash caused by memory layout changes between
1904 passes.
1905
1906 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1907
1908 Fix double-rounding in strtod for MinGW. (issue 1062)
1909
1910 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1911
1912 Performance and stability improvements on all platforms.
1913
1914
fschneider@chromium.org35814e52012-03-01 15:43:35 +000019152012-03-01: Version 3.9.14
1916
1917 Performance and stability improvements on all platforms.
1918
1919
ulan@chromium.org812308e2012-02-29 15:58:45 +000019202012-02-29: Version 3.9.13
1921
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001922 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001923
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001924 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1925 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001926
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001927 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001928
1929 Performance and stability improvements on all platforms.
1930
1931
ulan@chromium.org967e2702012-02-28 09:49:15 +000019322012-02-28: Version 3.9.12
1933
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001934 Fixed the negative lookup stub to handle deleted entries in a
1935 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001936
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001937 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001938 callback function can resolve the location of a return address on stack
1939 to the location where a return-address rewriting profiler stashed the
1940 original return address.
1941
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001942 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1943 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001944
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001945 Fixed issue 1853: Update breakpoints set with partial file name after
1946 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001947
1948
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000019492012-02-27: Version 3.9.11
1950
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001951 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001952
1953
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000019542012-02-24: Version 3.9.10
1955
1956 Fixed V8 issues 1322, 1772 and 1969.
1957
1958 Conformance improvements.
1959
1960 Performance and stability improvements on all platforms.
1961
1962
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000019632012-02-23: Version 3.9.9
1964
1965 Supported fast case for-in in Crankshaft.
1966
1967 Sped up heap snapshot serialization and dominators construction.
1968
1969 Randomized allocation addresses on windows. (Chromium issue 115151)
1970
1971 Fixed compilation with MinGW-w64. (issue 1943)
1972
1973 Fixed incorrect value of assignments to non-extensible properties.
1974
1975 Fixed a crash bug in generated code on ia32.
1976
1977 Performance and stability improvements on all platforms.
1978
1979
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000019802012-02-21: Version 3.9.8
1981
1982 Fixed memory leak and missing #include in StartupDataDecompressor
1983 (issue 1960).
1984
1985 Renamed static methods to avoid shadowing virtual methods and fix Clang
1986 C++11 compile error.
1987
1988 Fixed sequence of element access in array builtins (issue 1790).
1989
1990 Performance and stability improvements on all platforms.
1991
1992
yangguo@chromium.org56454712012-02-16 15:33:53 +000019932012-02-16: Version 3.9.7
1994
1995 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1996
1997 Fixed GCC-4.7 warnings.
1998
1999 Added Navier-Stokes benchmark.
2000
2001 Performance and stability improvements on all platforms.
2002
2003
ulan@chromium.org65a89c22012-02-14 11:46:07 +000020042012-02-14: Version 3.9.6
2005
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002006 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002007
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002008 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002009
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002010 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002011
2012 Heap Snapshot maximum size limit is too low for really big apps. At the
2013 moment the limit is 256MB. (Chromium issue 113015)
2014
2015 Performance and stability improvements on all platforms.
2016
2017
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000020182012-02-09: Version 3.9.5
2019
2020 Removed unused command line flags.
2021
2022 Performance and stability improvements on all platforms.
2023
2024
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000020252012-02-08: Version 3.9.4
2026
2027 Properly initialize element-transitioning array literals on ARM.
2028 (issue 1930)
2029
2030 Bug fixes on all platforms.
2031
2032
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000020332012-02-07: Version 3.9.3
2034
2035 When rethrowing an exception, print the stack trace of its original
2036 site instead of rethrow site (Chromium issue 60240).
2037
2038 Increased size of small stacks from 32k to 64k to avoid hitting limits
2039 in Chromium (Chromium issue 112843).
2040
2041
rossberg@chromium.org994edf62012-02-06 10:12:55 +000020422012-02-06: Version 3.9.2
2043
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002044 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00002045
2046 Heap profiler reports implicit references.
2047
2048 Optionally export metadata with libv8 to enable debuggers to inspect V8
2049 state.
2050
2051
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000020522012-02-02: Version 3.9.1
2053
2054 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
2055 (Chromium issue 112315).
2056
2057 Fixed a crash in dev tools (Chromium issue 107996).
2058
2059 Added 'dependencies_traverse': 1 to v8 GYP target.
2060
2061 Performance and stability improvements on all platforms.
2062
2063
danno@chromium.orgfa458e42012-02-01 10:48:36 +000020642012-02-01: Version 3.9.0
2065
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002066 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00002067
2068 Stability fixes and performance improvements on all platforms.
2069
2070
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000020712012-01-26: Version 3.8.9
2072
2073 Flush number string cache on GC (issue 1605).
2074
2075 Provide access to function inferred name with
2076 v8::Function::GetInferredName in V8 public API.
2077
2078 Fix building with Clang (issue 1912).
2079
2080 Reduce the space used by the stack for the profiling thread.
2081
2082 Fix misleading documentation of v8::Locker (issue 542).
2083
2084 Introduce readbinary function in d8 to read binary files.
2085
2086 Performance and stability improvements on all platforms.
2087
2088
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000020892012-01-23: Version 3.8.8
2090
2091 Limited number of loop iterations in Heap::ReserveSpace
2092 (Chromium issue 99027).
2093
2094 Fixed solaris build (VirtualMemory) (issue 1761).
2095
2096 Fixed strict vs. non-strict handling of function proxies in
2097 higher-order array and string methods.
2098
2099 Enabled asynchronous remote debugging with d8 (issue 1691).
2100
2101 Stability and performance improvements on all platforms.
2102
2103
ulan@chromium.org2efb9002012-01-19 15:36:35 +000021042012-01-19: Version 3.8.7
2105
2106 Ensure that LRandom restores rsi after call to the C function on x64.
2107 (Chromium issue http://crbug.com/110509)
2108
2109 Fixing include issues on *bsd when building with scons.
2110 (issue 1897)
2111
2112 Provide a switch to specify -fno-strict-aliasing
2113 (issue 1887)
2114
2115 Move WIN32 define from standalone.gypi to common.gypi
2116 (issue 1760)
2117
2118 Fix corner-case in heap size estimation.
2119 (issue 1893)
2120
2121 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
2122 (issue 1903)
2123
2124 Performance improvements and bug fixes.
2125
2126
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000021272012-01-16: Version 3.8.6
2128
2129 Add primitive WebGL array support to d8.
2130
2131 Improve heap size estimation (issue 1893).
2132
2133 Hash collision DOS workaround extended from string keys
2134 to numeric keys.
2135
2136 Provide an API for iterating through all external strings referenced
2137 from the JS heap.
2138
2139 Adjust position recorded for call expressions. http://crbug.com/109195
2140
2141 Fix GC crash related to instanceof. http://crbug.com/109448
2142
2143 Performance improvements and bug fixes.
2144
2145
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000021462012-01-05: Version 3.8.5
2147
2148 Fix broken test that assumes that no GC can clear the regexp cache (GC
2149 can happen at any time due to Crankshaft).
2150
2151 Fix handling of bogus receivers for Harmony collections. (issue 1884)
2152
2153 Add netbsd support to gyp build.
2154
2155 Determine page size at runtime on posix platforms.
2156
2157 Ensure that store buffer filtering hash sets are cleared after
2158 StoreBuffer::Filter.
2159
2160 Randomize the seed used for string hashing. This helps guard against
2161 CPU-eating DOS attacks against node.js servers. Based on code from
2162 Bert Belder. This version only solves the issue for those that compile
2163 V8 themselves or those that do not use snapshots. A snapshot-based
2164 precompiled V8 will still have predictable string hash codes.
2165
2166 Implement callback when script finishes running in V8 API.
2167
2168 Improve performance of Math.min and Math.max for the case of two
2169 arguments. (issue 1325)
2170
2171
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000021722012-01-02: Version 3.8.4
2173
2174 Performance improvements for large Smi-only arrays.
2175
2176 Fixed InternalArrays construction. (issue 1878)
2177
2178
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000021792011-12-27: Version 3.8.3
2180
2181 Avoid embedding new space objects into code objects in the lithium gap
2182 resolver. (chromium:108296)
2183
2184 Bug fixes and performance optimizations on all platforms.
2185
2186
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000021872011-12-21: Version 3.8.2
2188
2189 Add max optimization flag to v8 gyp build to ensure V8 is always built
2190 fully optimized in Chrome.
2191
2192 MIPS: Bring MIPS to parity with other platforms.
2193
2194 Optimizations and stability improvements on all platforms.
2195
2196
ricow@chromium.org7ad65222011-12-19 12:13:11 +000021972011-12-19: Version 3.8.1
2198
2199 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
2200
2201 Stability improvements on all platforms.
2202
2203
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000022042011-12-13: Version 3.8.0
2205
2206 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
2207
2208 Sync parser and preparser on do-while and return statements.
2209 (issue 1856)
2210
2211 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
2212
2213 Stability and performance improvements on all platforms.
2214
2215
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000022162011-12-01: Version 3.7.12
2217
2218 Increase tick interval for the android platform.
2219
2220 Fix a bug in the register allocator. (chromium:105112)
2221
2222 Fix handling of recompiling code. (chromium:105375, v8:1782)
2223
2224 Start incremental marking on idle notification. (v8:1458)
2225
2226 Build fixes for various platforms.
2227
2228 Various performance improvements.
2229
2230
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000022312011-11-29: Version 3.7.11
2232
2233 Fixed bug when generating padding to ensure space for lazy
2234 deoptimization.
2235 (issue 1846)
2236
2237 Further reduced pause times due to GC.
2238
2239 Stability and performance improvements on all platforms.
2240
2241
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000022422011-11-23: Version 3.7.10
2243
2244 Set maximum length of FixedArray in terms of elements instead an
2245 absolute number of bytes.
2246 (Chromium issue 103103)
2247
2248 Stability and performance improvements on all platforms.
2249
2250
22512011-11-21: Version 3.7.9
2252
2253 Removed exit-time destructors.
2254
2255 Stability and performance improvements on all platforms.
2256
2257
ricow@chromium.org27bf2882011-11-17 08:34:43 +000022582011-11-17: Version 3.7.8
2259
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00002260 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00002261 function on builtins will not make the original function reappear.
2262
2263 Added NetBSD support for scons build.
2264
2265 Performance improvements on all platforms.
2266
2267
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000022682011-11-14: Version 3.7.7
2269
2270 Fix missing fast property accessors in heap snapshots.
2271 (issue 1818)
2272
2273
danno@chromium.org2c456792011-11-11 12:00:53 +000022742011-11-11: Version 3.7.6
2275
2276 Fixed filtering of store buffer for large object pages.
2277 (issue 1817)
2278
2279 Fixed generated hash function on all platforms.
2280 (issue 1808)
2281
2282 Fixed Heap::Shrink to ensure that it does not free pages that are
2283 still in use.
2284 (Chromium issue 100414)
2285
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002286 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00002287
2288
danno@chromium.orgc612e022011-11-10 11:38:15 +000022892011-11-10: Version 3.7.5
2290
2291 Added initial gyp infrastructure for MIPS.
2292
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002293 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00002294 collector.
2295
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002296 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00002297
2298
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000022992011-11-07: Version 3.7.4
2300
2301 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
2302
2303 Fix Harmony sets and maps to allow null and undefined as keys
2304 (still hidden behind --harmony flag) (issue 1622).
2305
2306 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
2307
2308 Enable VFP instructions for Android.
2309
2310 Fix error handling in Date.prototype.toISOString (issue 1792).
2311
2312 Bug fixes and performance improvements for all platforms.
2313
2314 Not officially supported but noteworthy: Crankshaft for MIPS :-)
2315
2316
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000023172011-10-28: Version 3.7.3
2318
2319 Slight deoptimization as a workaround for issue with jslint: Issue
2320 1789.
2321
2322
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000023232011-10-27: Version 3.7.2
2324
2325 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
2326
2327
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000023282011-10-26: Version 3.7.1
2329
2330 Achieved 33% speedup in debug-mode tests.
2331
2332 Removed special casing of calls to RegExp test and exec methods with no
2333 argument. Now matches new JSC behaviour. crbug.com/75740.
2334
2335 Return the empty string on cyclic references in toString (ES5
2336 conformance).
2337
2338 Fixed bug triggered by JSBeautifier. crbug.com/100409.
2339
2340 Made Math.random state per-context instead of per-process (issue 864).
2341
2342 Fixed stack traces to skip native functions.
2343
2344 Make snapshots (new contexts) smaller and faster.
2345
2346 Fixed handling of Function.apply for non-array arguments.
2347
2348 Fixed evaluation order in defineProperties to match FireFox.
2349
2350 Fixed handling of non-object receivers for array builtins,
2351 crbug.com/100702.
2352
2353 Multiple fixes to improve compliance with test262.
2354
2355 Fixed compatibility with older Android releases.
2356
2357 Fixed compilation with gcc-4.5.3.
2358
2359 Improved performance of WriteUtf8, issue 1665.
2360
2361 Made native syntax an early error in the preparser.
2362
2363 Fixed issues 793 and 893 relating to Function.prototype.bind.
2364
2365 Improved let, const, Set and Map support and other Harmony features
2366 (behind the --harmony flag).
2367
2368 Changed evaluation order for > and <= to match ES5 instead of ES3.
2369
2370 Bug fixes and performance improvements on all platforms.
2371
2372
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000023732011-10-13: Version 3.7.0
2374
2375 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
2376
2377 Fixed issue 1757 (string slices of external strings).
2378
2379 Fixed issue 1759 (ARM).
2380
2381 Added flag --noclever-optimizations to disable some things that
2382 caused trouble in the past.
2383
2384 Added flag --stress-compaction for testing.
2385
2386 Added flag --harmony to activate all experimental Harmony features.
2387
2388
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000023892011-10-10: Version 3.6.6
2390
2391 Added a GC pause visualization tool.
2392
2393 Added presubmit=no and werror=no flags to Makefile.
2394
2395 ES5/Test262 conformance improvements.
2396
2397 Fixed compilation issues with GCC 4.5.x (issue 1743).
2398
2399 Bug fixes and performance improvements on all platforms.
2400
2401
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000024022011-10-05: Version 3.6.5
2403
2404 New incremental garbage collector.
2405
2406 Removed the hard heap size limit (soft heap size limit is still
2407 700/1400Mbytes by default).
2408
2409 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2410
2411 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2412
2413 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2414
2415 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2416
2417 Fixed the MinGW and Windows 2000 builds.
2418
2419 Fixed "Prototype chain is not searched if named property handler does
2420 not set a property" (Issue 1636).
2421
2422 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2423
2424 Disallowed future reserved words as labels in strict mode.
2425
2426 Fixed string split to correctly coerce the separator to a string
2427 (Issue 1711).
2428
2429 API: Added an optional source length field to the Extension
2430 constructor.
2431
2432 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2433 (Issue 1573).
2434
2435 Added "native" target to Makefile for the benefit of Linux distros.
2436
2437 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2438
2439 More work on ES-Harmony proxies. Still hidden behind a flag.
2440
2441 Bug fixes and performance improvements on all platforms.
2442
2443
lrn@chromium.org34e60782011-09-15 07:25:40 +000024442011-09-15: Version 3.6.4
2445
2446 Fixed d8's broken readline history.
2447
2448 Removed the need for code delete events in CPU profiler (Issue 1466).
2449
2450 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2451
2452 Fixing parallel execution in d8 (with -p) and some memory leaks.
2453
2454 Support for precise stepping in functions compiled before debugging was
2455 started (step 1).
2456
2457
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000024582011-09-13: Version 3.6.3
2459
2460 Implemented better support of typed arrays in the d8 shell.
2461
2462 Bug fixes and performance improvements on all platforms.
2463
2464
ricow@chromium.org55ee8072011-09-08 16:33:10 +000024652011-09-08: Version 3.6.2
2466
2467 Added "dependencies" target to top-level Makefile.
2468
2469 Added ability to turn profiler on/off in d8.
2470
2471 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2472
2473 Fixed several crash bugs.
2474
2475
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000024762011-09-07: Version 3.6.1
2477
2478 Fixed a bug in abrupt exit from with or catch inside finally.
2479
2480 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2481 issue 95113).
2482
2483 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2484
2485 Fixed a few clang warnings (which -Werror treated as errors).
2486
2487 Performance improvements on all platforms.
2488
2489
fschneider@chromium.org1805e212011-09-05 10:49:12 +000024902011-09-05: Version 3.6.0
2491
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002492 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002493
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002494 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002495
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002496 Made arguments and caller always be null on native functions
2497 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002498
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002499 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002500
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002501 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002502
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002503 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002504
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002505 Fixed a problem with large heap snapshots in Chrome DevTools
2506 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002507
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002508 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002509
2510
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000025112011-08-31: Version 3.5.10
2512
2513 Added dependency of v8_base on WinSocket2 Windows library in
2514 the GYP-build.
2515
2516 Various bugfixes.
2517
2518
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000025192011-08-29: Version 3.5.9
2520
2521 Made FromPropertyDescriptor not trigger inherited setters.
2522
2523 Fixed .gyp files to work on the ARM simulator.
2524
2525 Fixed shared library build warnings for MSVS.
2526
2527
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000025282011-08-24: Version 3.5.8
2529
2530 Added V8EXPORT attributes for v8::Array::CheckCast and
2531 v8::Number::CheckCast.
2532
2533 Made a slight API change enabling opting out from null termination
2534 in String::Write*().
2535
2536 Fixed arm build for gcc-4.6.
2537
2538
rossberg@chromium.org28a37082011-08-22 11:03:23 +000025392011-08-22: Version 3.5.7
2540
2541 Make scanner handle invalid unicode escapes in identifiers correctly.
2542
2543 Make regexp flag parsing stricter.
2544
2545 Fix several memory leaks.
2546
2547
danno@chromium.orgb6451162011-08-17 14:33:23 +000025482011-08-17: Version 3.5.6
2549
2550 Fixed issue that could cause crashes when running with --heap-stats.
2551
2552 Fixed compilation on Linux 2.6.9 and older.
2553
2554 Fixed live-object-list to work with isolates.
2555
2556 Fixed memory leaks in zones and isolates.
2557
2558 Fixed a performance regression for TypedArrays on x64.
2559
2560 Stability improvements on all platforms.
2561
2562
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000025632011-08-15: Version 3.5.5
2564
2565 Fixed bugs involving negative zero and the optimizing compiler.
2566
2567 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2568
2569 Eliminated uses of deprecated ARM instructions.
2570
2571 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2572
2573 Removed restriction on the size of disassembled code that is printed.
2574
2575
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000025762011-08-10: Version 3.5.4
2577
2578 Added a preliminary implementation of ES Harmony weak maps. Weak
2579 maps can be enabled by the flag --harmony-weakmaps.
2580
2581 Introduced a toplevel Makefile to support GYP-based building. GYP
2582 can be obtained from http://gyp.googlecode.com.
2583
2584 Fixed a bug in the length property of functions created by
2585 Function.prototype.bind.
2586
2587 Reduced malloc heap allocation on process startup.
2588
2589 Several important code generation bug fixes.
2590
2591 Performance improvements on all platforms.
2592
2593
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000025942011-08-03: Version 3.5.3
2595
2596 MIPS: Port of fix to ClassOf check from ARM.
2597 Patch from Paul Lind <plind44@gmail.com>.
2598
2599 Stopped using mprotect on Cygwin.
2600 Avoided uninitialized member warning on gcc 4.3.4
2601 Both patches by Bert Belder.
2602
2603 Bug fixes and performance improvements on all platforms.
2604
2605
vegorov@chromium.org7943d462011-08-01 11:41:52 +000026062011-08-01: Version 3.5.2
2607
2608 Performance improvements on all platforms.
2609
2610
ricow@chromium.org2c99e282011-07-28 09:15:17 +000026112011-07-28: Version 3.5.1
2612
2613 Fixed setting the readonly flag on the prototype property using the
2614 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2615
2616 Changed the tools/test.py script to use d8 instead of shell for
2617 testing.
2618
2619 Fixed crash in ToBooleanStub when GC happens during invocation.
2620
2621 Enabled automatic unboxing of double arrays.
2622
2623 Performance improvements on all platforms.
2624
2625
ricow@chromium.org9fa09672011-07-25 11:05:35 +000026262011-07-25: Version 3.5.0
2627
2628 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2629 proxies.
2630
2631 Removed logging to memory support.
2632
2633 Bugfixes and performance work.
2634
2635
rossberg@chromium.org717967f2011-07-20 13:44:42 +000026362011-07-20: Version 3.4.14
2637
2638 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2639
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002640 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002641 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002642
2643 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2644
2645
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000026462011-07-18: Version 3.4.13
2647
2648 Improved debugger support to allow inspection of optimized frames (issue
2649 1140).
2650
2651 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2652
2653 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2654
2655 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2656
2657 Simplified HClampToUint8. Patch by Andy Wingo.
2658
2659 Exposed APIs for detecting boxed primitives, native errors. Patch by
2660 Luke Zarko.
2661
2662 Added map check for COW elements to crankshaft array handling code
2663 (issue 1560).
2664
2665 Sample shell and (a light version of) D8 links against a shared library
2666 now.
2667
2668 Fixed bug in array filter and reduce functions (issue 1559).
2669
2670 Avoid TLS load in AstNode constructor.
2671
2672 Introduced a random entropy source which can optionally be provided at
2673 initialization. (Chromium issue 89462).
2674
2675
whesse@chromium.org030d38e2011-07-13 13:23:34 +000026762011-07-13: Version 3.4.12
2677
2678 Added --prof profiling option to d8 shell.
2679
2680 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2681
2682 Fixed a potential assertion failure in const declarations.
2683
2684 Fixed an assertion failure in descriptor arrays (issue 1526).
2685
2686 Enabled fast thread-local storage by default on supported platforms.
2687
2688 Improved reporting of source position for global variable loads
2689 (issue 1527).
2690
2691
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000026922011-07-11: Version 3.4.11
2693
2694 Fixed MinGW32 build.
2695
2696 Fixed a GC bug with RegExp code flushing.
2697
2698 Implemented Object.defineProperty for proxies.
2699
2700 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2701
2702 Added debugger support for inspecting optimized frames (issue 1140).
2703
2704 Allowed JSObject::PreventExtensions to work for arguments objects.
2705
2706 Bugfixes and performance work.
2707
2708
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000027092011-07-06: Version 3.4.10
2710
2711 Fixed debugger not breaking on certain "if" statements (issue 1523).
2712
2713 Fixed assertion failure in runtime profiler when running on IA32
2714 without snapshot (issue 1522).
2715
2716 Fixed ABI for API calls on IA32 (for clang compatibility).
2717
2718 Introduced code flushing of RegExp code to free memory used by
2719 RegExps sooner.
2720
2721 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2722
2723 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2724
2725 Performance improvements on all platforms.
2726
2727
ricow@chromium.org4f693d62011-07-04 14:01:31 +000027282011-07-04: Version 3.4.9
2729
2730 Added support for debugger inspection of locals in optimized frames
2731 (issue 1140).
2732
2733 Fixed SConstruct to pass correct defines to samples/preparser when
2734 building with library=shared.
2735
2736 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2737
2738 Fixed a bug in Object.defineProperty on the arguments object.
2739
2740 Performance improvements on all platforms.
2741
2742
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000027432011-06-29: Version 3.4.8
2744
2745 Ensure 16-byte stack alignment on Solaris (issue 1505).
2746
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002747 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002748 that is not a smi. (issue 1246).
2749
2750
ager@chromium.org04921a82011-06-27 13:21:41 +000027512011-06-27: Version 3.4.7
2752
2753 Fixed 64-bit build on FreeBSD.
2754
2755 Added API to set the property attributes for the prototype
2756 property on functions created from FunctionTemplates.
2757
2758 Bugfixes and performance work.
2759
2760
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000027612011-06-22: Version 3.4.6
2762
2763 Lowered limit on code space for systems with low memory supply.
2764
2765 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2766
2767 Extended setBreakpoint API to accept partial script name (issue 1418).
2768
2769 Made multi-line comments not count when deciding whether the '-->'
2770 comment starter is first on a line. This matches Safari.
2771
2772 Made handling of non-array recievers in Array length setter correct
2773 (issue 1491).
2774
2775 Added ability to heap profiler to iterate over snapshot's node
2776 (issue 1481).
2777
2778
whesse@chromium.org7b260152011-06-20 15:33:18 +000027792011-06-20: Version 3.4.5
2780
2781 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2782 1476, and 1477.
2783
2784 Improved code generation for !0 and !1.
2785
2786 Reduced memory usage for regular expressions with nested qualifiers.
2787 (issue 1472)
2788
2789 Fixed V8 to count line terminators in multi-line comments.
2790 (Chromium issue 86431)
2791
2792 Fixed disassembler=on option for release-mode builds. (issue 1473)
2793
2794 Performance improvements on all platforms.
2795
2796
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000027972011-06-15: Version 3.4.4
2798
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002799 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002800
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002801 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002802
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002803 Several GYP-related changes: Added support for building Xcode project
2804 files. Make the ARM simulator build with GYP again. Generate Makefiles
2805 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002806
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002807 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2808 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002809
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002810 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002811
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002812 Handle 'undefined' correctly when === has been specialized for doubles.
2813 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002814
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002815 Corrected the limit of local variables in an optimized function from 64
2816 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002817
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002818 Correctly set ReadOnly flag on indexed properties when using the API Set
2819 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002820
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002821 Give the correct error message when Object.isExtensible is called on a
2822 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002823
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002824 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2825 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002826
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002827 Do not redefine properties unneccesarily in seal and freeze. (issue
2828 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002829
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002830 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002831
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002832 Distinguish keyed loads with a symbol key from fast elements loads,
2833 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002834
2835
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000028362011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002837
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002838 Clear the global thread table when an isolate is disposed
2839 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002840
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002841 Converted time zone name to UTF8 on Windows (issue 1290).
2842
2843 Limited the number of arguments in a function call to 32766
2844 (issue 1413).
2845
2846 Compress sources of JS libraries in addition to the snapshot.
2847
2848 Fixed a bug in Lithium environment iteration.
2849
2850 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002851
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002852
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000028532011-06-06: Version 3.4.2
2854
2855 More work on ES-Harmony proxies. Still hidden behind a flag.
2856
2857 Fixed some crash bugs and improved performance.
2858
2859 Fixed building with gdb debugging support.
2860
2861 Do not install SIGPROF handler until it is needed.
2862
2863 Added DateTimeFormat to i18n API.
2864
2865 Fixed compilation on OpenBSD.
2866
2867 Take the ulimit into account when sizing the heap. OpenBSD users
2868 may still have to increase the default ulimit to run heavy pages in
2869 the browser.
2870
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002871
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000028722011-06-01: Version 3.4.1
2873
2874 Fixed JSON stringify issue with arrays.
2875
2876 Changed calls to JS builtins to be passed undefined when called with
2877 implicit receiver.
2878
2879 Implemented the set trap for Harmony proxies. Proxies still need to
2880 be enabled with the --harmony-proxies flag.
2881
2882
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000028832011-05-30: Version 3.4.0
2884
2885 Changed calls to undefined property setters to not throw (issue 1355).
2886
2887 Made RegExp objects not callable.
2888
2889 Fixed issues on special case large JSON strings in new json parser
2890 (issues http://crbug.com/83877 and http://crbug.com/84186).
2891
2892 Performance improvements on all platforms.
2893
2894
danno@chromium.org40cb8782011-05-25 07:58:50 +000028952011-05-25: Version 3.3.10
2896
2897 Fixed calls of strict mode function with an implicit receiver.
2898
2899 Fixed fast handling of arrays to properly deal with changes to the
2900 Object prototype (issue 1403).
2901
2902 Changed strict mode poison pill to be the same type error function
2903 (issue 1387).
2904
2905 Fixed a debug crash in arguments object handling (issue 1227).
2906
2907 Fixed a bug in deoptimization on x64 (issue 1404).
2908
2909 Performance improvements and bug fixes on all platforms.
2910
2911
ager@chromium.orgea91cc52011-05-23 06:06:11 +000029122011-05-23: Version 3.3.9
2913
2914 Added DateTimeFormat class to experimental i18n API.
2915
2916 Extended preparser to give early errors for some strict mode
2917 restrictions.
2918
2919 Removed legacy execScript function from V8.
2920
2921 Extended isolate API with the ability to add embedder-specific
2922 data to an isolate.
2923
2924 Added basic support for polymorphic loads from JS and external
2925 arrays.
2926
2927 Fixed bug in handling of switch statements in the optimizing
2928 compiler.
2929
2930
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000029312011-05-18: Version 3.3.8
2932
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002933 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002934 handles are independent of all other persistent handles and can be
2935 garbage collected more frequently.
2936
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002937 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002938 with the --harmony-proxies flag.
2939
2940 Performance improvements and bug fixes on all platforms.
2941
2942
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000029432011-05-16: Version 3.3.7
2944
2945 Updated MIPS infrastructure files.
2946
2947 Performance improvements and bug fixes on all platforms.
2948
2949
karlklose@chromium.org83a47282011-05-11 11:54:09 +000029502011-05-11: Version 3.3.6
2951
2952 Updated MIPS infrastructure files.
2953
2954 Added method IsCallable for Object to the API.
2955 Patch by Peter Varga.
2956
2957
lrn@chromium.org1c092762011-05-09 09:42:16 +000029582011-05-09: Version 3.3.5
2959
2960 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2961
2962 Added check that receiver is JSObject on API calls.
2963
2964 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2965 Patch by Peter Varga.
2966
2967 Added CallAsFunction method to the Object class in the API (Issue 1336).
2968 Patch by Peter Varga.
2969
2970 Added per-isolate locking and unlocking.
2971
2972 Fixed bug in x64 >>> operator (Issue 1359).
2973
2974
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000029752011-05-04: Version 3.3.4
2976
2977 Implemented API to disallow code generation from strings for a context
2978 (issue 1258).
2979
2980 Fixed bug with whitespaces in parseInt (issue 955).
2981
2982 Fixed bug with == comparison of Date objects (issue 1356).
2983
2984 Added GYP variables for ARM code generation:
2985 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2986 and v8_use_arm_eabi_hardfloat.
2987
2988
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000029892011-05-02: Version 3.3.3
2990
2991 Added support for generating Visual Studio solution and project files
2992 using GYP.
2993
2994 Implemented support for ARM EABI calling convention variation where
2995 floating-point arguments are passed in registers (hardfloat).
2996
2997 Added Object::HasOwnProperty() to the API.
2998
2999 Added support for compressing startup data to reduce binary size. This
3000 includes build time support and an API for the embedder to decompress
3001 the startup data before initializing V8.
3002
3003 Reduced the profiling hooks overhead from >400% to 25% when using
3004 ll_prof.
3005
3006 Performance improvements and bug fixes on all platforms.
3007
3008
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000030092011-04-27: Version 3.3.2
3010
3011 Fixed crash bug on ARM with no VFP3 hardware.
3012
3013 Fixed compilation of V8 without debugger support.
3014
3015 Improved performance on JSLint.
3016
3017 Added support Float64 WebGL arrays.
3018
3019 Fixed crash bug in regexp replace.
3020
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00003021
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000030222011-04-20: Version 3.3.1
3023
3024 Reduced V8 binary size by removing virtual functions from hydrogen.
3025
3026 Fixed crash bug on x64.
3027
3028 Performance improvements on ARM and IA32.
3029
3030
danno@chromium.org160a7b02011-04-18 15:51:38 +000030312011-04-18: Version 3.3.0
3032
3033 Fixed bug in floating point rounding in Crankshaft on ARM
3034 (issue 958)
3035
3036 Fixed a number of issues with running without VFPv3 support on ARM
3037 (issue 1315)
3038
3039 Introduced v8Locale.Collator, a partial implementation of Collator
3040 per last ECMAScript meeting + mailing list.
3041
3042 Minor performance improvements and bug fixes.
3043
3044
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000030452011-04-13: Version 3.2.10
3046
3047 Fixed bug in external float arrays on ARM (issue 1323).
3048
3049 Minor performance improvements and bug fixes.
3050
3051
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000030522011-04-11: Version 3.2.9
3053
3054 Removed support for ABI prior to EABI on ARM.
3055
3056 Fixed multiple crash bugs.
3057
3058 Added GCMole to the repository, a simple static analysis tool that
3059 searches for GC-unsafe evaluation order dependent callsites.
3060
3061 Made preparser API be exported in shared libraries.
3062
3063 Fixed multiple issues in EcmaScript 5 strict mode implementation.
3064
3065 Fixed mutable __proto__ property if object is not extensible
3066 (Issue 1309).
3067
3068 Fixed auto suspension of the sampler thread.
3069
3070
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000030712011-04-06: Version 3.2.8
3072
3073 Exposed WebGL typed array constructors in the shell sample.
3074
3075 Performance improvements on all platforms.
3076
3077
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000030782011-04-04: Version 3.2.7
3079
3080 Disabled the original 'classic' V8 code generator. Crankshaft is
3081 now the default on all platforms.
3082
3083 Changed the heap profiler to use more descriptive names.
3084
3085 Performance and stability improvements to isolates on all platforms.
3086
3087
lrn@chromium.org7516f052011-03-30 08:52:27 +000030882011-03-30: Version 3.2.6
3089
3090 Fixed xcode build warning in shell.cc (out of order initialization).
3091
3092 Fixed null-pointer dereference in the compiler when running without
3093 SSE3 support (Chromium issue 77654).
3094
3095 Fixed x64 compilation error due to some dead code. (Issue 1286)
3096
3097 Introduced scons target to build the preparser stand-alone example.
3098
3099 Made FreeBSD build and pass all tests.
3100
3101
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000031022011-03-28: Version 3.2.5
3103
lrn@chromium.org7516f052011-03-30 08:52:27 +00003104 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00003105
3106 Added Crankshaft support for external arrays.
3107
3108 Fixed two potential crash bugs.
3109
3110
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000031112011-03-23: Version 3.2.4
3112
3113 Added isolates which allows several V8 instances in the same process.
3114 This is controlled through the new Isolate class in the API.
3115
3116 Implemented more of EcmaScript 5 strict mode.
3117
3118 Reduced the time it takes to make detailed heap snapshot.
3119
3120 Added a number of commands to the ARM simulator and enhanced the ARM
3121 disassembler.
3122
3123
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000031242011-03-17: Version 3.2.3
3125
3126 Fixed a number of crash bugs.
3127
3128 Fixed Array::New(length) to return an array with a length (issue 1256).
3129
3130 Fixed FreeBSD build.
3131
3132 Changed __defineGetter__ to not throw (matching the behavior of Safari).
3133
3134 Implemented more of EcmaScript 5 strict mode.
3135
3136 Improved Crankshaft performance on all platforms.
3137
3138
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000031392011-03-14: Version 3.2.2
3140
3141 Fixed a number of crash and correctness bugs.
3142
3143 Improved Crankshaft performance on all platforms.
3144
3145 Fixed Crankshaft on Solaris/Illumos.
3146
3147
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000031482011-03-10: Version 3.2.1
3149
3150 Fixed a number of crash bugs.
3151
3152 Improved Crankshaft for x64 and ARM.
3153
3154 Implemented more of EcmaScript 5 strict mode.
3155
3156
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000031572011-03-07: Version 3.2.0
3158
3159 Fixed a number of crash bugs.
3160
3161 Turned on Crankshaft by default on x64 and ARM.
3162
3163 Improved Crankshaft for x64 and ARM.
3164
3165 Implemented more of EcmaScript 5 strict mode.
3166
3167
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000031682011-03-02: Version 3.1.8
3169
3170 Fixed a number of crash bugs.
3171
3172 Improved Crankshaft for x64 and ARM.
3173
3174 Implemented more of EcmaScript 5 strict mode.
3175
3176 Fixed issue with unaligned reads and writes on ARM.
3177
3178 Improved heap profiler support.
3179
3180
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000031812011-02-28: Version 3.1.7
3182
3183 Fixed a number of crash bugs.
3184
3185 Improved Crankshaft for x64 and ARM.
3186
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00003187 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00003188 arrays (http://crbug.com/73940).
3189
3190 Fixed bug in map space compaction (http://crbug.com/59688).
3191
3192 Added support for direct getter accessors calls on ARM.
3193
3194
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000031952011-02-24: Version 3.1.6
3196
3197 Fixed a number of crash bugs.
3198
3199 Added support for Cygwin (issue 64).
3200
3201 Improved Crankshaft for x64 and ARM.
3202
3203 Added Crankshaft support for stores to pixel arrays.
3204
3205 Fixed issue in CPU profiler with Crankshaft.
3206
3207
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000032082011-02-16: Version 3.1.5
3209
3210 Change RegExp parsing to disallow /(*)/.
3211
3212 Added GDB JIT support for ARM.
3213
3214 Fixed several crash bugs.
3215
3216 Performance improvements on the IA32 platform.
3217
3218
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000032192011-02-14: Version 3.1.4
3220
3221 Fixed incorrect compare of prototypes of the global object (issue
3222 1082).
3223
3224 Fixed a bug in optimizing calls to global functions (issue 1106).
3225
3226 Made optimized Function.prototype.apply safe for non-JSObject first
3227 arguments (issue 1128).
3228
3229 Fixed an error related to element accessors on Object.prototype and
3230 parser errors (issue 1130).
3231
3232 Fixed a bug in sorting an array with large array indices (issue 1131).
3233
3234 Properly treat exceptions thrown while compiling (issue 1132).
3235
3236 Fixed bug in register requirements for function.apply (issue 1133).
3237
3238 Fixed a representation change bug in the Hydrogen graph construction
3239 (issue 1134).
3240
3241 Fixed the semantics of delete on parameters (issue 1136).
3242
3243 Fixed a optimizer bug related to moving instructions with side effects
3244 (issue 1138).
3245
3246 Added support for the global object in Object.keys (issue 1150).
3247
3248 Fixed incorrect value for Math.LOG10E
3249 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
3250
3251 Performance improvements on the IA32 platform.
3252
3253 Implement assignment to undefined reference in ES5 Strict Mode.
3254
3255
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000032562011-02-09: Version 3.1.3
3257
3258 Fixed a bug triggered by functions with huge numbers of declared
3259 arguments.
3260
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003261 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003262
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003263 Fixed issue where Array.prototype.__proto__ had been set to null
3264 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003265
3266 Fixed stability bugs in Crankshaft for x86.
3267
3268
ricow@chromium.org83aa5492011-02-07 12:42:56 +000032692011-02-07: Version 3.1.2
3270
3271 Added better security checks when accessing properties via
3272 Object.getOwnPropertyDescriptor.
3273
3274 Fixed bug in Object.defineProperty and related access bugs (issues
3275 992, 1083 and 1092).
3276
3277 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
3278 copyright notice generation for embedders.
3279
3280
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000032812011-02-02: Version 3.1.1
3282
3283 Perform security checks before fetching the value in
3284 Object.getOwnPropertyDescriptor.
3285
3286 Fixed a bug in Array.prototype.splice triggered by passing no
3287 arguments.
3288
3289 Fixed bugs in -0 in arithmetic and in Math.pow.
3290
3291 Fixed bugs in the register allocator and in switching from optimized
3292 to unoptimized code.
3293
3294
32952011-01-31: Version 3.1.0
3296
whesse@chromium.org7a392b32011-01-31 11:30:36 +00003297 Performance improvements on all platforms.
3298
3299
ager@chromium.org378b34e2011-01-28 08:04:38 +000033002011-01-28: Version 3.0.12
3301
3302 Added support for strict mode parameter and object property
3303 validation.
3304
3305 Fixed a couple of crash bugs.
3306
3307
ager@chromium.org0ee099b2011-01-25 14:06:47 +000033082011-01-25: Version 3.0.11
3309
3310 Fixed a bug in deletion of lookup slots that could cause global
3311 variables to be accidentally deleted (http://crbug.com/70066).
3312
3313 Added support for strict mode octal literal verification.
3314
3315 Fixed a couple of crash bugs (issues 1070 and 1071).
3316
3317
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000033182011-01-24: Version 3.0.10
3319
3320 Fixed External::Wrap for 64-bit addresses (issue 1037).
3321
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003322 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003323 code generator (issue 1060).
3324
3325 Introduced partial strict mode support.
3326
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003327 Changed formatting of recursive error messages to match Firefox and
3328 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003329
3330 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003331 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003332 (issue http://crbug.com/50972).
3333
3334 Performance improvements on the IA32 platform.
3335
3336
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000033372011-01-19: Version 3.0.9
3338
3339 Added basic GDB JIT Interface integration.
3340
3341 Make invalid break/continue statements a syntax error instead of a
3342 runtime error.
3343
3344
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000033452011-01-17: Version 3.0.8
3346
3347 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00003348 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00003349
3350 Wrapped external pointers more carefully (issue 1037).
3351
3352 Hardened the implementation of error objects to avoid setters
3353 intercepting the properties set then throwing an error.
3354
3355 Avoided trashing the FPSCR when calculating Math.floor on ARM.
3356
3357 Performance improvements on the IA32 platform.
3358
3359
33602011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003361
3362 Stopped calling inherited setters when creating object literals
3363 (issue 1015).
3364
3365 Changed interpretation of malformed \c? escapes in RegExp to match
3366 JSC.
3367
3368 Enhanced the command-line debugger interface and fixed some minor
3369 bugs in the debugger.
3370
3371 Performance improvements on the IA32 platform.
3372
3373
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000033742011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003375
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003376 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003377
3378 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003379 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003380
3381 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003382 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003383
3384 Added use_system_v8 option to gyp (off by default), to make it easier
3385 for Linux distributions to ship with system-provided V8 library.
3386
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003387 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003388
3389 Added labelled thread names to help with debugging (on Linux).
3390
3391
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000033922011-01-03: Version 3.0.5
3393
3394 Fixed a couple of cast errors for gcc-3.4.3.
3395
3396 Performance improvements in GC and IA32 code generator.
3397
3398
whesse@chromium.org023421e2010-12-21 12:19:12 +000033992010-12-21: Version 3.0.4
3400
3401 Added Date::ResetCache() to the API so that the cached values in the
3402 Date object can be reset to allow live DST / timezone changes.
3403
3404 Extended existing support for printing (while debugging) the contents
3405 of objects. Added support for printing objects from release builds.
3406
3407 Fixed V8 issues 989, 1006, and 1007.
3408
3409
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000034102010-12-17: Version 3.0.3
3411
3412 Reapplied all changes for version 3.0.1.
3413
3414 Improved debugger protocol for remote debugging.
3415
3416 Added experimental support for using gyp to generate build files
3417 for V8.
3418
3419 Fixed implementation of String::Write in the API (issue 975).
3420
3421
lrn@chromium.org8541d772010-12-15 12:05:09 +000034222010-12-15: Version 3.0.2
3423
3424 Revert version 3.0.1 and patch 3.0.1.1.
3425
3426
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000034272010-12-13: Version 3.0.1
3428
3429 Added support for an experimental internationalization API as an
3430 extension. This extension is disabled by default but can be enabled
3431 when building V8. The ECMAScript internationalization strawman is
3432 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3433
3434 Made RegExp character class parsing stricter. This mirrors a change
3435 to RegExp parsing in WebKit.
3436
3437 Fixed a bug in Object.defineProperty when used to change attributes
3438 of an existing property. It incorrectly set the property value to
3439 undefined (issue 965).
3440
3441 Fixed several different compilation failures on various platforms
3442 caused by the 3.0.0 release.
3443
3444 Optimized Math.pow so it can work on unboxed doubles.
3445
3446 Sped up quoting of JSON strings by removing one traversal of the
3447 string.
3448
3449
kasperl@chromium.orga5551262010-12-07 12:49:48 +000034502010-12-07: Version 3.0.0
3451
3452 Improved performance by (partially) addressing issue 957 on
3453 IA-32. Still needs more work for the other architectures.
3454
3455
ager@chromium.orgbeb25712010-11-29 08:02:25 +000034562010-11-29: Version 2.5.9
3457
3458 Fixed crashes during GC caused by partially initialize heap
3459 objects.
3460
3461 Fixed bug in process sample that caused memory leaks.
3462
3463 Improved performance on ARM by implementing missing stubs and
3464 inlining.
3465
3466 Improved heap profiler support.
3467
3468 Added separate seeding on Windows of the random number generator
3469 used internally by the compiler (issue 936).
3470
3471 Exposed API for getting the name of the function used to construct
3472 an object.
3473
3474 Fixed date parser to handle one and two digit millisecond
3475 values (issue 944).
3476
3477 Fixed number parsing to disallow space between sign and
3478 digits (issue 946).
3479
3480
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000034812010-11-23: Version 2.5.8
3482
3483 Removed dependency on Gay's dtoa.
3484
3485 Improved heap profiler precision and speed.
3486
3487 Reduced overhead of callback invocations on ARM.
3488
3489
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000034902010-11-18: Version 2.5.7
3491
3492 Fixed obscure evaluation order bug (issue 931).
3493
3494 Split the random number state between JavaScript and the private API.
3495
3496 Fixed performance bug causing GCs when generating stack traces on
3497 code from very large scripts.
3498
3499 Fixed bug in parser that allowed (foo):42 as a labelled statement
3500 (issue 918).
3501
3502 Provide more accurate results about used heap size via
3503 GetHeapStatistics.
3504
3505 Allow build-time customization of the max semispace size.
3506
3507 Made String.prototype.split honor limit when separator is empty
3508 (issue 929).
3509
3510 Added missing failure check after expecting an identifier in
3511 preparser (Chromium issue 62639).
3512
3513
ager@chromium.org01fe7df2010-11-10 11:59:11 +000035142010-11-10: Version 2.5.6
3515
3516 Added support for VFP rounding modes to the ARM simulator.
3517
3518 Fixed multiplication overflow bug (issue 927).
3519
3520 Added a limit for the amount of executable memory (issue 925).
3521
3522
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000035232010-11-08: Version 2.5.5
3524
3525 Added more aggressive GC of external objects in near out-of-memory
3526 situations.
3527
3528 Fixed a bug that gave the incorrect result for String.split called
3529 on the empty string (issue 924).
3530
3531
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000035322010-11-03: Version 2.5.4
3533
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003534 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003535
3536
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000035372010-11-01: Version 2.5.3
3538
3539 Fixed a bug that prevents constants from overwriting function values
3540 in object literals (issue 907).
3541
3542 Fixed a bug with reporting of impossible nested calls of DOM functions
3543 (issue http://crbug.com/60753).
3544
3545
lrn@chromium.org303ada72010-10-27 09:33:13 +000035462010-10-27: Version 2.5.2
3547
3548 Improved sampler resolution on Linux.
3549
3550 Allowed forcing the use of a simulator from the build script
3551 independently of the host architecture.
3552
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003553 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003554
3555 Made windows-tick-processor respect D8_PATH.
3556
3557 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3558
3559
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000035602010-10-20: Version 2.5.1
3561
3562 Fixed bug causing spurious out of memory exceptions
3563 (issue http://crbug.com/54580).
3564
3565 Fixed compilation error on Solaris platform (issue 901).
3566
3567 Fixed error in strtod (string to floating point number conversion)
3568 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3569
3570 Adjusted randomized allocations of executable memory to have 64k
3571 granularity (issue http://crbug.com/56036).
3572
3573 Supported profiling using kernel perf_events on linux. Added ll_prof
3574 script to tools and --ll-prof flag to V8.
3575
3576
vegorov@chromium.org42841962010-10-18 11:18:59 +000035772010-10-18: Version 2.5.0
3578
3579 Fixed bug in cache handling of lastIndex on global regexps
3580 (issue http://crbug.com/58740).
3581
3582 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3583 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003584 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003585
3586 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3587
3588
35892010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003590
3591 Fixed a bug in the handling of conditional expressions in test
3592 contexts in compiler for top-level code.
3593
3594 Added "//@ sourceURL" information to the StackTrace API.
3595
3596 Exposed RegExp construction through the API.
3597
3598
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000035992010-10-04: Version 2.4.8
3600
3601 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3602 whole snapshot (issue 868).
3603
3604 Performance improvements on all platforms.
3605
3606
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000036072010-09-30: Version 2.4.7
3608
3609 Changed the command-line flag --max-new-space-size to be in kB and the
3610 flag --max-old-space-size to be in MB (previously they were in bytes).
3611
3612 Added Debug::CancelDebugBreak to the debugger API.
3613
3614 Fixed a bug in getters for negative numeric property names
3615 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3616
3617 Performance improvements on all platforms.
3618
3619
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000036202010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003621
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003622 Fixed assertion failure related to copy-on-write arrays (issue 876).
3623
3624 Fixed build failure of 64-bit V8 on Windows.
3625
3626 Fixed a bug in RegExp (issue http://crbug.com/52801).
3627
3628 Improved the profiler's coverage to cover more functions (issue 858).
3629
3630 Fixed error in shift operators on 64-bit V8
3631 (issue http://crbug.com/54521).
3632
3633
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000036342010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003635
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003636 Changed the RegExp benchmark to exercise the regexp engine on different
3637 inputs by scrambling the input strings.
3638
3639 Fixed a bug in keyed loads on strings.
3640
3641 Fixed a bug with loading global function prototypes.
3642
3643 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3644
3645 Performance improvements on all platforms.
3646
3647
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000036482010-09-15: Version 2.4.4
3649
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003650 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003651
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003652 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003653
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003654 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003655
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003656 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003657
3658
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000036592010-09-13: Version 2.4.3
3660
3661 Made Date.parse properly handle TZ offsets (issue 857).
3662
3663 Performance improvements on all platforms.
3664
3665
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000036662010-09-08: Version 2.4.2
3667
3668 Fixed GC crash bug.
3669
3670 Fixed stack corruption bug.
3671
3672 Fixed compilation for newer C++ compilers that found Operand(0)
3673 ambiguous.
3674
3675
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000036762010-09-06: Version 2.4.1
3677
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003678 Added the ability for an embedding application to receive a callback
3679 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3680 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003681
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003682 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003683
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003684 Fixed memory overrun crash bug triggered during V8's tick-based
3685 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003686
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003687 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003688
3689
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000036902010-09-01: Version 2.4.0
3691
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003692 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3693 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003694
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003695 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003696 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003697
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003698 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003699
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003700 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003701
3702
ricow@chromium.org65fae842010-08-25 15:26:24 +000037032010-08-25: Version 2.3.11
3704
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003705 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003706
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003707 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003708 VARIANT_FLAGS that allows specification of sets of flags with which
3709 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003710
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003711 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003712
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003713 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003714
3715
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000037162010-08-23: Version 2.3.10
3717
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003718 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003719
3720 Build fixes for unusual compilers.
3721
3722 Track high water mark for RWX memory.
3723
3724 Performance improvements on all platforms.
3725
3726
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000037272010-08-18: Version 2.3.9
3728
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003729 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003730
3731 Removed specialized handling of GCC 4.4 (issue 830).
3732
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003733 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003734 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3735
ricow@chromium.org65fae842010-08-25 15:26:24 +00003736 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003737
3738
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000037392010-08-16: Version 2.3.8
3740
3741 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3742
3743 Fixed issue with incorrect handling of custom valueOf methods on
3744 string wrappers (issue 760).
3745
3746 Fixed compilation for ARMv4 (issue 590).
3747
3748 Improved performance.
3749
3750
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000037512010-08-11: Version 2.3.7
3752
3753 Reduced size of heap snapshots produced by heap profiler (issue 783).
3754
3755 Introduced v8::Value::IsRegExp method.
3756
3757 Fixed CPU profiler crash in start / stop sequence when non-existent
3758 name is passed (issue http://crbug.com/51594).
3759
3760 Introduced new indexed property query callbacks API (issue 816). This
3761 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3762 by default.
3763
3764 Removed support for object literal get/set with number/string
3765 property name.
3766
3767 Fixed handling of JSObject::elements in CalculateNetworkSize
3768 (issue 822).
3769
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003770 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003771
3772
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000037732010-08-09: Version 2.3.6
3774
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003775 RegExp literals create a new object every time they are evaluated
3776 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003777
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003778 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003779
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003780 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003781
3782
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000037832010-08-04: Version 2.3.5
3784
3785 Added support for ES5 property names. Object initialisers and
3786 dot-notation property access now allows keywords. Also allowed
3787 non-identifiers after "get" or "set" in an object initialiser.
3788
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003789 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003790
3791
whesse@chromium.orge90029b2010-08-02 11:52:17 +000037922010-08-02: Version 2.3.4
3793
3794 Fixed problems in implementation of ES5 function.prototype.bind.
3795
3796 Fixed error when using apply with arguments object on ARM (issue 784).
3797
3798 Added setting of global flags to debugger protocol.
3799
3800 Fixed an error affecting cached results of sin and cos (issue 792).
3801
3802 Removed memory leak from a boundary case where V8 is not initialized.
3803
3804 Fixed issue where debugger could set breakpoints outside the body
3805 of a function.
3806
3807 Fixed issue in debugger when using both live edit and step in features.
3808
3809 Added Number-letter (Nl) category to Unicode tables. These characters
3810 can now be used in identifiers.
3811
3812 Fixed an assert failure on X64 (issue 806).
3813
3814 Performance improvements on all platforms.
3815
3816
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000038172010-07-26: Version 2.3.3
3818
3819 Fixed error when building the d8 shell in a fresh checkout.
3820
3821 Implemented Function.prototype.bind (ES5 15.3.4.5).
3822
3823 Fixed an error in inlined stores on ia32.
3824
3825 Fixed an error when setting a breakpoint at the end of a function
3826 that does not end with a newline character.
3827
3828 Performance improvements on all platforms.
3829
3830
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000038312010-07-21: Version 2.3.2
3832
3833 Fixed compiler warnings when building with LLVM.
3834
3835 Fixed a bug with for-in applied to strings (issue 785).
3836
3837 Performance improvements on all platforms.
3838
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003839
ricow@chromium.org4980dff2010-07-19 08:33:45 +000038402010-07-19: Version 2.3.1
3841
3842 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3843
3844 Fixed bug related to code flushing while compiling a lazy
3845 compilable function (issue http://crbug.com/49099).
3846
3847 Performance improvements on all platforms.
3848
3849
ager@chromium.orgb5737492010-07-15 09:29:43 +000038502010-07-15: Version 2.3.0
3851
3852 Added ES5 Object.seal and Object.isSealed.
3853
3854 Added debugger API for scheduling debugger commands from a
3855 separate thread.
3856
3857
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000038582010-07-14: Version 2.2.24
3859
3860 Added API for capturing stack traces for uncaught exceptions.
3861
3862 Fixed crash bug when preparsing from a non-external V8 string
3863 (issue 775).
3864
3865 Fixed JSON.parse bug causing input not to be converted to string
3866 (issue 764).
3867
3868 Added ES5 Object.freeze and Object.isFrozen.
3869
3870 Performance improvements on all platforms.
3871
3872
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000038732010-07-07: Version 2.2.23
3874
3875 API change: Convert Unicode code points outside the basic multilingual
3876 plane to the replacement character. Previous behavior was to silently
3877 truncate the value to 16 bits.
3878
3879 Fixed crash: handle all flat string types in regexp replace.
3880
3881 Prevent invalid pre-parsing data passed in through the API from
3882 crashing V8.
3883
3884 Performance improvements on all platforms.
3885
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003886
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000038872010-07-05: Version 2.2.22
3888
3889 Added ES5 Object.isExtensible and Object.preventExtensions.
3890
3891 Enabled building V8 as a DLL.
3892
3893 Fixed a bug in date code where -0 was not interpreted as 0
3894 (issue 736).
3895
3896 Performance improvements on all platforms.
3897
3898
lrn@chromium.org32d961d2010-06-30 09:09:34 +000038992010-06-30: Version 2.2.21
3900
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003901 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003902
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003903 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003904
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003905 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003906
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003907 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003908
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003909 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003910
3911 Provide actual breakpoints locations in response to setBreakpoint
3912 and listBreakpoints requests.
3913
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003914
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000039152010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003916
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003917 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003918
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003919 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003920
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003921 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003922
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003923 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003924 miscalculated for some inputs.
3925
3926 Performance improvements on all platforms.
3927
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003928
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000039292010-06-23: Version 2.2.19
3930
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003931 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003932 (issue 738).
3933
3934 Added expose-externalize-string flag for testing extensions.
3935
3936 Resolve linker issues with using V8 as a DLL causing a number of
3937 problems with unresolved symbols.
3938
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003939 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003940 defined.
3941
3942 Performance improvements on all platforms.
3943
3944
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000039452010-06-16: Version 2.2.18
3946
3947 Added API functions to retrieve information on indexed properties
3948 managed by the embedding layer. Fixes bug 737.
3949
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003950 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003951
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003952 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003953
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003954 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003955
3956 Incremental performance improvements.
3957
3958
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000039592010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003960
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003961 Improved debugger support for stepping out of functions.
3962
3963 Incremental performance improvements.
3964
3965
39662010-06-09: Version 2.2.16
3967
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003968 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003969 disposal of external string resources to call a virtual Dispose
3970 method on the resource.
3971
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003972 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003973 stepping.
3974
3975 Memory usage improvements on all platforms.
3976
3977
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000039782010-06-07: Version 2.2.15
3979
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003980 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003981
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003982 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003983 some compilers complaint when compiling with -Werror.
3984
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003985 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003986
3987
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000039882010-06-02: Version 2.2.14
3989
3990 Fixed a crash in code generated for String.charCodeAt.
3991
3992 Fixed a compilation issue with some GCC versions (issue 727).
3993
3994 Performance optimizations on x64 and ARM platforms.
3995
3996
ricow@chromium.org30ce4112010-05-31 10:38:25 +000039972010-05-31: Version 2.2.13
3998
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003999 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004000 strings (issue 599).
4001
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004002 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004003
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004004 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004005
4006 Performance improvements on all platforms.
4007
4008
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000040092010-05-26: Version 2.2.12
4010
4011 Allowed accessors to be defined on objects rather than just object
4012 templates.
4013
4014 Changed the ScriptData API.
4015
4016
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000040172010-05-21: Version 2.2.11
4018
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004019 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004020
4021 Use 'full compiler' when debugging is active. This should increase
4022 the density of possible break points, making single step more fine
4023 grained. This will only take effect for functions compiled after
4024 debugging has been started, so recompilation of all functions is
4025 required to get the full effect. IA32 and x64 only for now.
4026
4027 Misc. fixes to the Solaris build.
4028
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004029 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004030
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004031 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004032
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004033 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004034
4035 Incremental performance improvements in all backends.
4036
4037
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000040382010-05-17: Version 2.2.10
4039
4040 Performance improvements in the x64 and ARM backends.
4041
4042
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000040432010-05-10: Version 2.2.9
4044
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004045 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004046
4047 Fixed bug with Date.parse returning a non-NaN value when called on a
4048 non date string (issue 696).
4049
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004050 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004051 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004052
4053 C++ API for retrieving JavaScript stack trace information.
4054
4055
ager@chromium.orgac091b72010-05-05 07:34:42 +000040562010-05-05: Version 2.2.8
4057
4058 Performance improvements in the x64 and ARM backends.
4059
4060
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000040612010-05-03: Version 2.2.7
4062
4063 Added support for ES5 date time string format to Date.parse.
4064
4065 Performance improvements in the x64 backend.
4066
4067
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000040682010-04-28: Version 2.2.6
4069
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004070 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004071 (by Ryan Dahl <coldredlemur@gmail.com>).
4072
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004073 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004074
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004075 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004076
4077 Performance improvements on all platforms.
4078
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004079
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000040802010-04-26: Version 2.2.5
4081
4082 Various performance improvements (especially for ARM and x64)
4083
4084 Fixed bug in CPU profiling (http://crbug.com/42137)
4085
4086 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004087
4088 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00004089 wrong calculations.
4090
4091 Fixed a bug that may cause a wrong result for shift operations.
4092
4093
40942010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00004095
4096 Fixed warnings on arm on newer GCC versions.
4097
4098 Fixed a number of minor bugs.
4099
4100 Performance improvements on all platforms.
4101
4102
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000041032010-04-14: Version 2.2.3
4104
4105 Added stack command and mem command to ARM simulator debugger.
4106
4107 Fixed scons snapshot and ARM build, and Windows X64 build issues.
4108
4109 Performance improvements on all platforms.
4110
4111
ager@chromium.org357bf652010-04-12 11:30:10 +000041122010-04-12: Version 2.2.2
4113
4114 Introduced new profiler API.
4115
4116 Fixed random number generator to produce full 32 random bits.
4117
4118
lrn@chromium.org25156de2010-04-06 13:10:27 +000041192010-04-06: Version 2.2.1
4120
4121 Debugger improvements.
4122
4123 Fixed minor bugs.
4124
4125
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000041262010-03-29: Version 2.2.0
4127
4128 Fixed a few minor bugs.
4129
4130 Performance improvements for string operations.
4131
4132
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000041332010-03-26: Version 2.1.10
4134
4135 Fixed scons build issues.
4136
4137 Fixed a couple of minor bugs.
4138
4139
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000041402010-03-25: Version 2.1.9
4141
4142 Added API support for reattaching a global object to a context.
4143
4144 Extended debugger API with access to the internal debugger context.
4145
4146 Fixed Chromium crashes (issues http://crbug.com/39128 and
4147 http://crbug.com/39160)
4148
4149
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000041502010-03-24: Version 2.1.8
4151
4152 Added fine-grained garbage collection callbacks to the API.
4153
4154 Performance improvements on all platforms.
4155
4156
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000041572010-03-22: Version 2.1.7
4158
4159 Fixed issue 650.
4160
4161 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00004162
4163 Performance improvements for arithmetic operations.
4164
4165 Performance improvements for string operations.
4166
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00004167 Print script name and line number information in stack trace.
4168
4169
41702010-03-17: Version 2.1.6
4171
4172 Performance improvements for arithmetic operations.
4173
4174 Performance improvements for string operations.
4175
4176
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000041772010-03-10: Version 2.1.4
4178
4179 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
4180
4181 Performance improvements on all platforms.
4182
4183
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000041842010-03-10: Version 2.1.3
4185
4186 Added API method for context-disposal notifications.
4187
4188 Added API method for accessing elements by integer index.
4189
4190 Added missing implementation of Uint32::Value and Value::IsUint32
4191 API methods.
4192
4193 Added IsExecutionTerminating API method.
4194
4195 Disabled strict aliasing for GCC 4.4.
4196
4197 Fixed string-concatenation bug (issue 636).
4198
4199 Performance improvements on all platforms.
4200
4201
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000042022010-02-23: Version 2.1.2
4203
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004204 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004205
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004206 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004207
4208 Performance improvements on all platforms.
4209
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00004210
ager@chromium.org5c838252010-02-19 08:53:10 +000042112010-02-19: Version 2.1.1
4212
4213 [ES5] Implemented Object.defineProperty.
4214
4215 Improved profiler support.
4216
4217 Added SetPrototype method in the public V8 API.
4218
4219 Added GetScriptOrigin and GetScriptLineNumber methods to Function
4220 objects in the API.
4221
4222 Performance improvements on all platforms.
4223
4224
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000042252010-02-03: Version 2.1.0
4226
4227 Values are now always wrapped in objects when used as a receiver.
4228 (issue 223).
4229
4230 [ES5] Implemented Object.getOwnPropertyNames.
4231
4232 [ES5] Restrict JSON.parse to only accept strings that conforms to the
4233 JSON grammar.
4234
4235 Improvement of debugger agent (issue 549 and 554).
4236
4237 Fixed problem with skipped stack frame in profiles (issue 553).
4238
4239 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
4240 <ry@tinyclouds.org>.
4241
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004242 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004243 integers.
4244
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004245 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004246 functions (isue http://crbug.com/3867).
4247
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004248 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004249
4250 Numerous performance improvements including porting of previous IA-32
4251 optimizations to x64 and ARM architectures.
4252
4253
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000042542010-01-14: Version 2.0.6
4255
4256 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
4257 GetOwnProperty, FromPropertyDescriptor.
4258
4259 Fixed Mac x64 build errors.
4260
4261 Improved performance of some math and string operations.
4262
4263 Improved performance of some regexp operations.
4264
4265 Improved performance of context creation.
4266
4267 Improved performance of hash tables.
4268
4269
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000042702009-12-18: Version 2.0.5
4271
4272 Extended to upper limit of map space to allow for 7 times as many map
4273 to be allocated (issue 524).
4274
4275 Improved performance of code using closures.
4276
4277 Improved performance of some binary operations involving doubles.
4278
4279
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000042802009-12-16: Version 2.0.4
4281
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004282 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004283
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004284 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004285
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004286 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004287
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004288 Improved handling of external strings by using a separate table
4289 instead of weak handles. This improves garbage collection
4290 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004291
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004292 Changed code generation for object and array literals in toplevel
4293 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004294
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004295 Fixed a crash bug triggered when garbage collection happened during
4296 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004297
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004298 Fixed crash bug sometimes triggered when local variables shadowed
4299 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004300
4301
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000043022009-12-03: Version 2.0.3
4303
4304 Optimized handling and adding of strings, for-in and Array.join.
4305
4306 Heap serialization is now non-destructive.
4307
4308 Improved profiler support with information on time spend in C++
4309 callbacks registered through the API.
4310
4311 Added commands to the debugger protocol for starting/stopping
4312 profiling.
4313
4314 Enabled the non-optimizing compiler for top-level code.
4315
4316 Changed the API to only allow strings to be set as data objects on
4317 Contexts and scripts to avoid potentially keeping global objects
4318 around for too long (issue 528).
4319
4320 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
4321
4322 Fixed bugs.
4323
4324
ager@chromium.org01beca72009-11-24 14:29:16 +000043252009-11-24: Version 2.0.2
4326
4327 Improved profiler support.
4328
4329 Fixed bug that broke compilation of d8 with readline support.
4330
4331
ager@chromium.org6141cbe2009-11-20 12:14:52 +000043322009-11-20: Version 2.0.1
4333
4334 Fixed crash bug in String.prototype.replace.
4335
4336 Reverted a change which caused Chromium interactive ui test
4337 failures.
4338
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004339
ager@chromium.orgc4c92722009-11-18 14:12:51 +000043402009-11-18: Version 2.0.0
4341
4342 Added support for VFP on ARM.
4343
4344 Added TryCatch::ReThrow method to the API.
4345
4346 Reduced the size of snapshots and improved the snapshot load time.
4347
4348 Improved heap profiler support.
4349
4350 64-bit version now supported on Windows.
4351
4352 Fixed a number of debugger issues.
4353
4354 Fixed bugs.
4355
4356
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000043572009-10-29: Version 1.3.18
4358
4359 Reverted a change which caused crashes in RegExp replace.
4360
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00004361 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00004362
4363
ager@chromium.org3811b432009-10-28 14:53:37 +000043642009-10-28: Version 1.3.17
4365
4366 Added API method to get simple heap statistics.
4367
4368 Improved heap profiler support.
4369
4370 Fixed the implementation of the resource constraint API so it
4371 works when using snapshots.
4372
4373 Fixed a number of issues in the Windows 64-bit version.
4374
4375 Optimized calls to API getters.
4376
4377 Added valgrind notification on code modification to the 64-bit version.
4378
4379 Fixed issue where we logged shared library addresses on Windows at
4380 startup and never used them.
4381
4382
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000043832009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004384
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004385 X64: Convert smis to holding 32 bits of payload.
4386
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004387 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004388
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004389 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004390
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004391 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004392 Patch by Jan de Mooij <jandemooij@gmail.com>
4393
4394 Implement ES5 Array.isArray
4395 Patch by Jan de Mooij <jandemooij@gmail.com>
4396
4397 Skip access checks for hidden properties.
4398
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004399 Added String::Concat(Handle<String> left, Handle<String> right) to the
4400 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004401
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004402 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004403
4404
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000044052009-10-07: Version 1.3.15
4406
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004407 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004408
4409 Fixed a crash bug happening when starting profiling (issue
4410 http://crbug.com/23768).
4411
4412
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000044132009-10-07: Version 1.3.14
4414
4415 Added GetRealNamedProperty to the API to lookup real properties
4416 located on the object or in the prototype chain skipping any
4417 interceptors.
4418
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004419 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004420 stack limit now needs to be set to each thread thich is used with V8.
4421
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004422 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004423
4424 Ensure V8 is initialized before locking and unlocking threads.
4425
4426 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004427 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004428 Crockford from the project.
4429
4430 Added a missing optimization in StringCharAt.
4431
4432 Fixed some flaky socket tests.
4433
4434 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4435 in 64-bit mode.
4436
4437 Fixed memory leaks in the thread management code.
4438
4439 Fixed the result of assignment to a pixel array. The assigned value
4440 is now the result.
4441
4442 Error reporting for invalid left-hand sides in for-in statements, pre-
4443 and postfix count expressions, and assignments now matches the JSC
4444 behavior in Safari 4.
4445
4446 Follow the spec in disallowing function declarations without a name.
4447
4448 Always allocate code objects within a 2 GB range. On x64 architecture
4449 this is used to use near calls (32-bit displacement) in Code objects.
4450
4451 Optimized array construction ported to x64 and ARM architectures.
4452
4453 [ES5] Changed Object.keys to return strings for element indices.
4454
4455
ager@chromium.org68e7ab72009-09-23 09:40:39 +000044562009-09-23: Version 1.3.13
4457
4458 Fixed uninitialized memory problem.
4459
4460 Improved heap profiler support.
4461
4462
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000044632009-09-22: Version 1.3.12
4464
4465 Changed behavior of |function|.toString() on built-in functions to
4466 be compatible with other implementations. Patch by Jan de Mooij.
4467
4468 Added Object::IsDirty in the API.
4469
4470 Optimized array construction; it is now handled purely in native
4471 code.
4472
4473 [ES5] Made properties of the arguments array enumerable.
4474
4475 [ES5] Added test suite adapter for the es5conform test suite.
4476
4477 [ES5] Added Object.keys function.
4478
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004479
ager@chromium.org4af710e2009-09-15 12:20:11 +000044802009-09-15: Version 1.3.11
4481
4482 Fixed crash in error reporting during bootstrapping.
4483
4484 Optimized generated IA32 math code by using SSE2 instructions when
4485 available.
4486
4487 Implemented missing pieces of debugger infrastructure on ARM. The
4488 debugger is now fully functional on ARM.
4489
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004490 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004491
4492
ager@chromium.orga1645e22009-09-09 19:27:10 +000044932009-09-09: Version 1.3.10
4494
4495 Fixed profiler on Mac in 64-bit mode.
4496
4497 Optimized creation of objects from simple constructor functions on
4498 ARM.
4499
4500 Fixed a number of debugger issues.
4501
4502 Reduced the amount of memory consumed by V8.
4503
4504
ager@chromium.org18ad94b2009-09-02 08:22:29 +000045052009-09-02: Version 1.3.9
4506
4507 Optimized stack guard checks on ARM.
4508
4509 Optimized API operations by inlining more in the API.
4510
4511 Optimized creation of objects from simple constructor functions.
4512
4513 Enabled a number of missing optimizations in the 64-bit port.
4514
4515 Implemented native-code support for regular expressions on ARM.
4516
4517 Stopped using the 'sahf' instruction on 64-bit machines that do
4518 not support it.
4519
4520 Fixed a bug in the support for forceful termination of JavaScript
4521 execution.
4522
4523
ager@chromium.org96c75b52009-08-26 09:13:16 +000045242009-08-26: Version 1.3.8
4525
4526 Changed the handling of idle notifications to allow idle
4527 notifications when V8 has not yet been initialized.
4528
4529 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004530
ager@chromium.org96c75b52009-08-26 09:13:16 +00004531
ager@chromium.orgab99eea2009-08-25 07:05:41 +000045322009-08-25: Version 1.3.7
4533
4534 Reduced the size of generated code on ARM platforms by reducing
4535 the size of constant pools.
4536
4537 Changed build files to not include the 'ENV' user environment
4538 variable in the build environment.
4539
4540 Changed the handling of idle notifications.
4541
4542
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000045432009-08-21: Version 1.3.6
4544
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004545 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004546
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004547 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004548 a low memory situation to V8.
4549
4550 Changed the handling of global handles (persistent handles in the API
4551 sense) to avoid issues regarding allocation of new global handles
4552 during weak handle callbacks.
4553
4554 Changed the growth policy of the young space.
4555
4556 Fixed a GC issue introduced in version 1.3.5.
4557
4558
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000045592009-08-19: Version 1.3.5
4560
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004561 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004562
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004563 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004564
4565 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4566
4567 Changed typeof RegExp from 'object' to 'function' for compatibility.
4568 Fixed bug where regexps were not callable across contexts.
4569
4570 Added context independent script compilation to the API.
4571
4572 Added API call to get the stack trace for an exception.
4573
4574 Added API for getting object mirrors.
4575
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004576 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004577 running off a snapshot generated without using SSE3 instructions.
4578
4579 Tweaked the handling of the initial size and growth policy of the heap.
4580
4581 Added native code generation for RegExp to 64-bit version.
4582
4583 Added JavaScript debugger support to 64-bit version.
4584
4585
ager@chromium.orgadd848f2009-08-13 12:44:13 +000045862009-08-13: Version 1.3.4
4587
4588 Added a readline() command to the d8 shell.
4589
4590 Fixed bug in json parsing.
4591
4592 Added idle notification to the API and reduced memory on idle
4593 notifications.
4594
4595
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000045962009-08-12: Version 1.3.3
4597
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004598 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004599
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004600 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004601
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004602 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004603
4604 API: added function to find instance of template in prototype
4605 chain. Inlined Object::IsInstanceOf.
4606
4607 Land change to notify valgrind when we modify code on x86.
4608
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004609 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004610
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004611 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004612
4613
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000046142009-08-05: Version 1.3.2
4615
4616 Started new compiler infrastructure for two-pass compilation using a
4617 control flow graph constructed from the AST.
4618
4619 Profiler stack sampling for X64.
4620
4621 Safe handling of NaN to Posix platform-dependent time functions.
4622
4623 Added a new profiler control API to unify controlling various aspects
4624 of profiling.
4625
4626 Fixed issue 392.
4627
4628
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000046292009-07-30: Version 1.3.1
4630
4631 Speed improvements to accessors and interceptors.
4632
4633 Added support for capturing stack information on custom errors.
4634
4635 Added support for morphing an object into a pixel array where its
4636 indexed properties are stored in an external byte array. Values written
4637 are always clamped to the 0..255 interval.
4638
4639 Profiler on x64 now handles C/C++ functions from shared libraries.
4640
4641 Changed the debugger to avoid stepping into function.call/apply if the
4642 function is a built-in.
4643
4644 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004645
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004646 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004647
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004648 Optimized the called as constructor check for API calls.
4649
4650
kasperl@chromium.orge959c182009-07-27 08:59:04 +000046512009-07-27: Version 1.3.0
4652
4653 Allowed RegExp objects to be called as functions (issue 132).
4654
4655 Fixed issue where global property cells would escape after
4656 detaching the global object; see http://crbug.com/16276.
4657
4658 Added support for stepping into setters and getters in the
4659 debugger.
4660
4661 Changed the debugger to avoid stopping in its own JavaScript code
4662 and in the code of built-in functions.
4663
4664 Fixed issue 345 by avoiding duplicate escaping labels.
4665
4666 Fixed ARM code generator crash in short-circuited boolean
4667 expressions and added regression tests.
4668
4669 Added an external allocation limit to avoid issues where small V8
4670 objects would hold on to large amounts of external memory without
4671 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004672
4673 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004674
4675
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000046762009-07-13: Version 1.2.14
4677
4678 Added separate paged heap space for global property cells and
4679 avoid updating the write barrier when storing into them.
4680
4681 Improved peep-hole optimization on ARM platforms by not emitting
4682 unnecessary debug information.
4683
4684 Re-enabled ICs for loads and calls that skip a global object
4685 during lookup through the prototype chain.
4686
4687 Allowed access through global proxies to use ICs.
4688
4689 Fixed issue 401.
4690
4691
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000046922009-07-09: Version 1.2.13
4693
4694 Fixed issue 397, issue 398, and issue 399.
4695
4696 Added support for breakpoint groups.
4697
4698 Fixed bugs introduced with the new global object representation.
4699
4700 Fixed a few bugs in the ARM code generator.
4701
4702
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000047032009-07-06: Version 1.2.12
4704
4705 Added stack traces collection to Error objects accessible through
4706 the e.stack property.
4707
4708 Changed RegExp parser to use a recursive data structure instead of
4709 stack-based recursion.
4710
4711 Optimized Date object construction and string concatenation.
4712
4713 Improved performance of div, mod, and mul on ARM platforms.
4714
4715
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000047162009-07-02: Version 1.2.11
4717
4718 Improved performance on IA-32 and ARM.
4719
4720 Fixed profiler sampler implementation on Mac OS X.
4721
4722 Changed the representation of global objects to improve
4723 performance of adding a lot of new properties.
4724
4725
ager@chromium.org3e875802009-06-29 08:26:34 +000047262009-06-29: Version 1.2.10
4727
4728 Improved debugger support.
4729
4730 Fixed bug in exception message reporting (issue 390).
4731
4732 Improved overall performance.
4733
4734
ager@chromium.org5aa501c2009-06-23 07:57:28 +000047352009-06-23: Version 1.2.9
4736
4737 Improved math performance on ARM.
4738
4739 Fixed profiler name-inference bug.
4740
4741 Fixed handling of shared libraries in the profiler tick processor
4742 scripts.
4743
4744 Fixed handling of tests that time out in the test scripts.
4745
4746 Fixed compilation on MacOS X version 10.4.
4747
4748 Fixed two bugs in the regular expression engine.
4749
4750 Fixed a bug in the string type inference.
4751
4752 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004753
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004754 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004755
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004756
ager@chromium.orgeadaf222009-06-16 09:43:10 +000047572009-06-16: Version 1.2.8
4758
4759 Optimized math on ARM platforms.
4760
4761 Fixed two crash bugs in the handling of getters and setters.
4762
4763 Improved the debugger support by adding scope chain information.
4764
4765 Improved the profiler support by compressing log data transmitted
4766 to clients.
4767
4768 Improved overall performance.
4769
4770
ager@chromium.orge2902be2009-06-08 12:21:35 +000047712009-06-08: Version 1.2.7
4772
4773 Improved debugger and profiler support.
4774
4775 Reduced compilation time by improving the handling of deferred
4776 code.
4777
4778 Optimized interceptor accesses where the property is on the object
4779 on which the interceptors is attached.
4780
4781 Fixed compilation problem on GCC 4.4 by changing the stack
4782 alignment to 16 bytes.
4783
4784 Fixed handle creation to follow stric aliasing rules.
4785
4786 Fixed compilation on FreeBSD.
4787
4788 Introduced API for forcing the deletion of a property ignoring
4789 interceptors and attributes.
4790
4791
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000047922009-05-29: Version 1.2.6
4793
4794 Added a histogram recording hit rates at different levels of the
4795 compilation cache.
4796
4797 Added stack overflow check for the RegExp analysis phase. Previously a
4798 very long regexp graph could overflow the stack with recursive calls.
4799
4800 Use a dynamic buffer when collecting log events in memory.
4801
4802 Added start/stop events to the profiler log.
4803
4804 Fixed infinite loop which could happen when setting a debug break while
4805 executing a RegExp compiled to native code.
4806
4807 Fixed handling of lastIndexOf called with negative index (issue 351).
4808
4809 Fixed irregular crash in profiler test (issue 358).
4810
4811 Fixed compilation issues with some versions of gcc.
4812
4813
kasperl@chromium.org71affb52009-05-26 05:44:31 +000048142009-05-26: Version 1.2.5
4815
4816 Fixed bug in initial boundary check for Boyer-Moore text
4817 search (issue 349).
4818
4819 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4820 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4821 Craig Schlenter.
4822
4823 Added a script cache to the debugger.
4824
4825 Optimized compilation performance by improving internal data
4826 structures and avoiding expensive property load optimizations for
4827 code that's infrequently executed.
4828
4829 Exposed the calling JavaScript context through the static API
4830 function Context::GetCalling().
4831
4832
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000048332009-05-18: Version 1.2.4
4834
4835 Improved performance of floating point number allocation for ARM
4836 platforms.
4837
4838 Fixed crash when using the instanceof operator on functions with
4839 number values in their prototype chain (issue 341).
4840
4841 Optimized virtual frame operations in the code generator to speed
4842 up compilation time and allocated the frames in the zone.
4843
4844 Made the representation of virtual frames and jump targets in the
4845 code generator much more compact.
4846
4847 Avoided linear search for non-locals in scope code when resolving
4848 variables inside with and eval scopes.
4849
4850 Optimized lexical scanner by dealing with whitespace as part of
4851 the token scanning instead of as a separate step before it.
4852
4853 Changed the scavenging collector so that promoted objects do not
4854 reside in the old generation while their remembered set is being
4855 swept for pointers into the young generation.
4856
4857 Fixed numeric overflow handling when compiling count operations.
4858
4859
ager@chromium.org9085a012009-05-11 19:22:57 +000048602009-05-11: Version 1.2.3
4861
4862 Fixed bug in reporting of out-of-memory situations.
4863
4864 Introduced hidden prototypes on certain builtin prototype objects
4865 such as String.prototype to emulate JSC's behavior of restoring
4866 the original function when deleting functions from those prototype
4867 objects.
4868
4869 Fixed crash bug in the register allocator.
4870
4871
ager@chromium.org5ec48922009-05-05 07:25:34 +000048722009-05-04: Version 1.2.2
4873
4874 Fixed bug in array sorting for sparse arrays (issue 326).
4875
4876 Added support for adding a soname when building a shared library
4877 on Linux (issue 151).
4878
4879 Fixed bug caused by morphing internal ASCII strings to external
4880 two-byte strings. Slices over ASCII strings have to forward ASCII
4881 checks to the underlying buffer string.
4882
4883 Allowed API call-as-function handlers to be called as
4884 constructors.
4885
4886 Fixed a crash bug where an external string was disposed but a
4887 slice of the external string survived as a symbol.
4888
4889
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000048902009-04-27: Version 1.2.1
4891
4892 Added EcmaScript 5 JSON object.
4893
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004894 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004895
4896
ager@chromium.org65dad4b2009-04-23 08:48:43 +000048972009-04-23: Version 1.2.0
4898
4899 Optimized floating-point operations on ARM.
4900
4901 Added a number of extensions to the debugger API.
4902
4903 Changed the enumeration order for unsigned integer keys to always
4904 be numerical order.
4905
4906 Added a "read" extension to the shell sample.
4907
4908 Added support for Array.prototype.reduce and
4909 Array.prototype.reduceRight.
4910
4911 Added an option to the SCons build to control Microsoft Visual C++
4912 link-time code generation.
4913
4914 Fixed a number of bugs (in particular issue 315, issue 316,
4915 issue 317 and issue 318).
4916
4917
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000049182009-04-15: Version 1.1.10
4919
4920 Fixed crash bug that occurred when loading a const variable in the
4921 presence of eval.
4922
4923 Allowed using with and eval in registered extensions in debug mode
4924 by fixing bogus assert.
4925
4926 Fixed the source position for function returns to enable the
4927 debugger to break there.
4928
4929
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000049302009-04-14: Version 1.1.9
4931
4932 Made the stack traversal code in the profiler robust by avoiding
4933 to look into the heap.
4934
4935 Added name inferencing for anonymous functions to facilitate
4936 debugging and profiling.
4937
4938 Re-enabled stats timers in the developer shell (d8).
4939
4940 Fixed issue 303 by avoiding to shortcut cons-symbols.
4941
4942
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000049432009-04-11: Version 1.1.8
4944
4945 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4946
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004947 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004948 the debugger (issue 269).
4949
4950 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4951 are no hidden properties.
4952
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004953 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004954 entries with deleted resources would lead to NPEs when looking
4955 up in the symbol table.
4956
4957
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000049582009-04-07: Version 1.1.7
4959
4960 Added support for easily importing additional environment
4961 variables into the SCons build.
4962
4963 Optimized strict equality checks.
4964
4965 Fixed crash in indexed setters on objects without a corresponding
4966 getter (issue 298).
4967
4968 Re-enabled script compilation cache.
4969
4970
ager@chromium.org8682a592009-04-01 10:47:14 +000049712009-04-01: Version 1.1.6
4972
4973 Reverted an unsafe code generator change.
4974
4975
ager@chromium.org71daaf62009-04-01 07:22:49 +000049762009-04-01: Version 1.1.5
4977
4978 Fixed bug that caused function literals to not be optimized as
4979 much as other functions.
4980
4981 Improved profiler support.
4982
4983 Fixed a crash bug in connection with debugger unloading.
4984
4985 Fixed a crash bug in the code generator caused by losing the
4986 information that a frame element was copied.
4987
4988 Fixed an exception propagation bug that could cause non-null
4989 return values when exceptions were thrown.
4990
4991
ager@chromium.org41826e72009-03-30 13:30:57 +000049922009-03-30: Version 1.1.4
4993
4994 Optimized String.prototype.match.
4995
4996 Improved the stack information in profiles.
4997
4998 Fixed bug in ARM port making it possible to compile the runtime
4999 system for thumb mode again.
5000
5001 Implemented a number of optimizations in the code generator.
5002
5003 Fixed a number of memory leaks in tests.
5004
5005 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00005006 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00005007
5008
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000050092009-03-24: Version 1.1.3
5010
5011 Fixed assertion failures in compilation of loop conditions.
5012
5013 Removed STL dependency from developer shell (d8).
5014
5015 Added infrastructure for protecting the V8 heap from corruption
5016 caused by memory modifications from the outside.
5017
5018
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000050192009-03-24: Version 1.1.2
5020
5021 Improved frame merge code generated by the code generator.
5022
5023 Optimized String.prototype.replace.
5024
5025 Implemented __defineGetter__ and __defineSetter__ for properties
5026 with integer keys on non-array objects.
5027
5028 Improved debugger and profiler support.
5029
5030 Fixed a number of portability issues to allow compilation for
5031 smaller ARM devices.
5032
5033 Exposed object cloning through the API.
5034
5035 Implemented hidden properties. This is used to expose an identity
5036 hash for objects through the API.
5037
5038 Implemented restarting of regular expressions if their input
5039 string changes representation during preemption.
5040
5041 Fixed a code generator bug that could cause assignments in loops
5042 to be ignored if using continue to break out of the loop (issue
5043 284).
5044
5045
ager@chromium.org3a6061e2009-03-12 14:24:36 +000050462009-03-12: Version 1.1.1
5047
5048 Fixed an assertion in the new compiler to take stack overflow
5049 exceptions into account.
5050
5051 Removed exception propagation code that could cause crashes.
5052
5053 Fixed minor bug in debugger line number computations.
5054
5055 8-byte align the C stack on Linux and Windows to speed up floating
5056 point computations.
5057
5058
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000050592009-03-12: Version 1.1.0
5060
5061 Improved code generation infrastructure by doing simple register
5062 allocation and constant folding and propagation.
5063
5064 Optimized regular expression matching by avoiding to create
5065 intermediate string arrays and by flattening nested array
5066 representations of RegExp data.
5067
5068 Traverse a few stack frames when recording profiler samples to
5069 include partial call graphs in the profiling output.
5070
5071 Added support for using OProfile to profile generated code.
5072
5073 Added remote debugging support to the D8 developer shell.
5074
5075 Optimized creation of nested literals like JSON objects.
5076
5077 Fixed a bug in garbage collecting unused maps and turned it on by
5078 default (--collect-maps).
5079
5080 Added support for running tests under Valgrind.
5081
5082
kasperl@chromium.org061ef742009-02-27 12:16:20 +000050832009-02-27: Version 1.0.3
5084
5085 Optimized double-to-integer conversions in bit operations by using
5086 SSE3 instructions if available.
5087
5088 Optimized initialization sequences that store to multiple
5089 properties of the same object.
5090
5091 Changed the D8 debugger frontend to use JSON messages.
5092
5093 Force garbage collections when disposing contexts.
5094
5095 Align code objects at 32-byte boundaries.
5096
5097
ager@chromium.org381abbb2009-02-25 13:23:22 +000050982009-02-25: Version 1.0.2
5099
5100 Improved profiling support by performing simple call stack
5101 sampling for ticks and by fixing a bug in the logging of code
5102 addresses.
5103
5104 Fixed a number of debugger issues.
5105
5106 Optimized code that uses eval.
5107
5108 Fixed a couple of bugs in the regular expression engine.
5109
5110 Reduced the size of generated code for certain regular expressions.
5111
5112 Removed JSCRE completely.
5113
5114 Fixed issue where test could not be run if there was a dot in the
5115 checkout path.
5116
5117
ager@chromium.org6f10e412009-02-13 10:11:16 +000051182009-02-13: Version 1.0.1
5119
5120 Fixed two crash-bugs in irregexp (issue 231 and 233).
5121
5122 Fixed a number of minor bugs (issue 87, 227 and 228).
5123
5124 Added support for morphing strings to external strings on demand
5125 to avoid having to create copies in the embedding code.
5126
5127 Removed experimental support for external symbol callbacks.
5128
5129
iposva@chromium.org245aa852009-02-10 00:49:54 +000051302009-02-09: Version 1.0.0
5131
5132 Fixed crash-bug in the code generation for case independent 16 bit
5133 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005134
iposva@chromium.org245aa852009-02-10 00:49:54 +00005135 Made shells more robust in the presence of string conversion
5136 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005137
iposva@chromium.org245aa852009-02-10 00:49:54 +00005138 Fixed a potential infinite loop when attempting to resolve
5139 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005140
iposva@chromium.org245aa852009-02-10 00:49:54 +00005141 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005142
iposva@chromium.org245aa852009-02-10 00:49:54 +00005143 Reduced binary by stripping unneeded text from JavaScript library and
5144 minifying some JavaScript files.
5145
5146
ager@chromium.orgddb913d2009-01-27 10:01:48 +000051472009-01-27: Version 0.4.9
5148
5149 Enabled new regular expression engine.
5150
5151 Made a number of changes to the debugger protocol.
5152
5153 Fixed a number of bugs in the preemption support.
5154
5155 Added -p option to the developer shell to run files in parallel
5156 using preemption.
5157
5158 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
5159 193, 198 and 201).
5160
5161 Fixed a number of bugs in the serialization/deserialization
5162 support for the ARM platform.
5163
5164
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000051652009-01-19: Version 0.4.8.1
5166
5167 Minor patch to debugger support.
5168
5169
ager@chromium.org32912102009-01-16 10:38:43 +000051702009-01-16: Version 0.4.8
5171
5172 Fixed string length bug on ARM (issue 171).
5173
5174 Made most methods in the API const.
5175
5176 Optimized object literals by improving data locality.
5177
5178 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005179 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00005180
5181 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005182 eval to behave incorrectly when using accessors (issues 186, 190
5183 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00005184
5185
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000051862009-01-06: Version 0.4.7
5187
ager@chromium.org32912102009-01-16 10:38:43 +00005188 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005189
ager@chromium.org32912102009-01-16 10:38:43 +00005190 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005191
ager@chromium.org32912102009-01-16 10:38:43 +00005192 Fixed subtle bug that caused the wrong 'this' to be used when
5193 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005194
ager@chromium.org32912102009-01-16 10:38:43 +00005195 Inline array loads within loops directly in the code instead of
5196 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005197
ager@chromium.org32912102009-01-16 10:38:43 +00005198
ager@chromium.org8bb60582008-12-11 12:02:20 +000051992008-12-11: Version 0.4.6
5200
5201 Fixed exception reporting bug where certain exceptions were
5202 incorrectly reported as uncaught.
5203
5204 Improved the memory allocation strategy used during compilation to
5205 make running out of memory when compiling huge scripts less
5206 likely.
5207
5208 Optimized String.replace by avoiding the construction of certain
5209 sub strings.
5210
5211 Fixed bug in code generation for large switch statements on ARM.
5212
5213 Fixed bug that caused V8 to change the global object template
5214 passed in by the user.
5215
5216 Changed the API for creating object groups used during garbage
5217 collection. Entire object groups are now passed to V8 instead of
5218 individual members of the groups.
5219
ager@chromium.org32912102009-01-16 10:38:43 +00005220
ager@chromium.orga74f0da2008-12-03 16:05:52 +000052212008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005222
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005223 Added experimental API support for allocating V8 symbols as
5224 external strings.
5225
5226 Fixed bugs in debugging support on ARM.
5227
5228 Changed eval implementation to correctly detect whether or not a
5229 call to eval is aliased.
5230
5231 Fixed bug caused by a combination of the compilation cache and
5232 dictionary probing in native code. The bug caused us to sometimes
5233 call functions that had not yet been compiled.
5234
5235 Added platform support for FreeBSD.
5236
5237 Added support for building V8 on Windows with either the shared or
5238 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00005239
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005240 Added the v8::jscre namespace around the jscre functions to avoid
5241 link errors (duplicate symbols) when building Google Chrome.
5242
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005243 Added support for calling a JavaScript function with the current
5244 debugger execution context as its argument to the debugger
5245 interface.
5246
5247 Changed the type of names of counters from wchar_t to char.
5248
5249 Changed the Windows system call used to compute daylight savings
5250 time. The system call that we used to use became four times
5251 slower on WinXP SP3.
5252
5253 Added support in the d8 developer shell for memory-mapped counters
5254 and added a stats-viewer tool.
5255
5256 Fixed bug in upper/lower case mappings (issue 149).
5257
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005258
ager@chromium.org3bf7b912008-11-17 09:09:45 +000052592008-11-17: Version 0.4.4
5260
5261 Reduced code size by using shorter instruction encoding when
5262 possible.
5263
5264 Added a --help option to the shell sample and to the d8 shell.
5265
5266 Added visual studio project files for building the ARM simulator.
5267
5268 Fixed a number of ARM simulator issues.
5269
5270 Fixed bug in out-of-memory handling on ARM.
5271
5272 Implemented shell support for passing arguments to a script from
5273 the command line.
5274
5275 Fixed bug in date code that made certain date functions return -0
5276 instead of 0 for dates before the epoch.
5277
5278 Restricted applications of eval so it can only be used in the
5279 context of the associated global object.
5280
5281 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00005282
5283
ager@chromium.org870a0b62008-11-04 11:43:05 +000052842008-11-04: Version 0.4.3
5285
5286 Added support for API accessors that prohibit overwriting by
5287 accessors defined in JavaScript code by using __defineGetter__ and
5288 __defineSetter__.
5289
5290 Improved handling of conditionals in test status files.
5291
5292 Introduced access control in propertyIsEnumerable.
5293
5294 Improved performance of some string operations by caching
5295 information about the type of the string between operations.
5296
5297 Fixed bug in fast-case code for switch statements that only have
5298 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00005299
ager@chromium.org870a0b62008-11-04 11:43:05 +00005300
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000053012008-10-30: Version 0.4.2
5302
5303 Improved performance of Array.prototype.concat by moving the
5304 implementation to C++ (issue 123).
5305
5306 Fixed heap growth policy to avoid growing old space to its maximum
5307 capacity before doing a garbage collection and fixed issue that
5308 would lead to artificial out of memory situations (issue 129).
5309
5310 Fixed Date.prototype.toLocaleDateString to return the date in the
5311 same format as WebKit.
5312
5313 Added missing initialization checks to debugger API.
5314
5315 Added removing of unused maps during GC.
5316
5317
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000053182008-10-28: Version 0.4.1
5319
5320 Added caching of RegExp data in compilation cache.
5321
5322 Added Visual Studio project file for d8 shell.
5323
5324 Fixed function call performance regression introduced in version
5325 0.4.0 when splitting the global object in two parts (issue 120).
5326
5327 Fixed issue 131 by checking for empty handles before throwing and
5328 reporting exceptions.
5329
5330
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000053312008-10-23: Version 0.4.0
5332
5333 Split the global object into two parts: The state holding global
5334 object and the global object proxy.
5335
5336 Fixed bug that affected the value of an assignment to an element
5337 in certain cases (issue 116).
5338
5339 Added GetPropertyNames functionality (issue 33) and extra Date
5340 functions (issue 77) to the API.
5341
5342 Changed WeakReferenceCallback to take a Persistent<Value> instead
5343 of a Persistent<Object> (issue 101).
5344
5345 Fixed issues with message reporting for exceptions in try-finally
5346 blocks (issues 73 and 75).
5347
ager@chromium.org32912102009-01-16 10:38:43 +00005348 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00005349
5350 Improved Boyer-Moore implementation for faster indexOf operations.
5351
5352 Added development shell (d8) which includes counters and
5353 completion support.
5354
5355 Fixed problem with the receiver passed to functions called from
5356 eval (issue 124).
5357
5358
ager@chromium.org7c537e22008-10-16 08:43:32 +000053592008-10-16: Version 0.3.5
5360
5361 Improved string hash-code distribution by excluding bit-field bits
5362 from the hash-code.
5363
5364 Changed string search algorithm used in indexOf from KMP to
5365 Boyer-Moore.
5366
5367 Improved the generated code for the instanceof operator.
5368
5369 Improved performance of slow-case string equality checks by
5370 specializing the code based on the string representation.
5371
5372 Improve the handling of out-of-memory situations (issue 70).
5373
5374 Improved performance of strict equality checks.
5375
5376 Improved profiler output to make it easier to see anonymous
5377 functions.
5378
5379 Improved performance of slow-case keyed loads.
5380
5381 Improved property access performance by allocating a number of
5382 properties in the front object.
5383
5384 Changed the toString behavior on the built-in object constructors
5385 to print [native code] instead of the actual source. Some web
5386 applications do not like constructors with complex toString
5387 results.
ager@chromium.org32912102009-01-16 10:38:43 +00005388
ager@chromium.org7c537e22008-10-16 08:43:32 +00005389
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000053902008-10-06: Version 0.3.4
5391
5392 Changed Array.prototype.sort to use quick sort.
5393
5394 Fixed code generation issue where leaving a finally block with
5395 break or continue would accumulate elements on the expression
5396 stack (issue 86).
5397
5398 Made sure that the name accessor on functions returns the expected
5399 names for builtin JavaScript functions and C++ callback functions.
5400
5401 Added fast case code for extending the property storage array of
5402 JavaScript objects.
5403
5404 Ported switch statement optimizations introduced in version 0.3.3
5405 to the ARM code generator.
5406
5407 Allowed GCC to use strict-aliasing rules when compiling.
5408
5409 Improved performance of arguments object allocation by taking care
5410 of arguments adaptor frames in the generated code.
5411
5412 Updated the V8 benchmark suite to version 2.
5413
5414
ager@chromium.org236ad962008-09-25 09:45:57 +000054152008-09-25: Version 0.3.3
5416
5417 Improved handling of relocation information to enable more
5418 peep-hole optimizations.
5419
5420 Optimized switch statements where all labels are constant small
5421 integers.
5422
5423 Optimized String.prototype.indexOf for common cases.
5424
5425 Fixed more build issues (issue 80).
5426
5427 Fixed a couple of profiler issues.
5428
5429 Fixed bug where the body of a function created using the Function
5430 constructor was not allowed to end with a single-line comment
5431 (issue 85).
5432
5433 Improved handling of object literals by canonicalizing object
5434 literal maps. This will allow JSON objects with the same set of
5435 properties to share the same map making inline caching work better
5436 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005437
ager@chromium.org236ad962008-09-25 09:45:57 +00005438
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000054392008-09-17: Version 0.3.2
5440
5441 Generalized the EvalCache into a CompilationCache and enabled it
5442 for scripts too. The current strategy is to retire all entries
5443 whenever a mark-sweep collection is started.
5444
5445 Fixed bug where switch statements containing only a default case
5446 would lead to an unbalanced stack (issue 69).
5447
5448 Fixed bug that made access to the function in a named function
5449 expression impossible in certain situations (issue 24).
5450
5451 Fixed even more build issues.
5452
5453 Optimized calling conventions on ARM. The conventions on ARM and
5454 IA-32 now match.
5455
5456 Removed static initializers for flags and counters.
5457
5458 Improved inline caching behavior for uncommon cases where lazily
5459 loading Date and RegExp code could force certain code paths go
5460 megamorphic.
5461
5462 Removed arguments adaption for builtins written in C++. This
5463 makes Array.prototype.push and Array.prototype.pop slightly
5464 faster.
5465
5466
ager@chromium.org9258b6b2008-09-11 09:11:10 +000054672008-09-11: Version 0.3.1
5468
5469 Fixed a number of build issues.
5470
5471 Fixed problem with missing I-cache flusing on ARM.
5472
5473 Changed space layout in memory management by splitting up
5474 code space into old data space and code space.
5475
5476 Added utf-8 conversion support to the API (issue 57).
5477
5478 Optimized repeated calls to eval with the same strings. These
5479 repeated calls are common in web applications.
5480
5481 Added Xcode project file.
5482
5483 Optimized a couple of Array operation.
5484
5485 Fixed parser bug by checking for end-of-string when parsing break
5486 and continue (issue 35).
5487
5488 Fixed problem where asian characters were not categorized as
5489 letters.
5490
5491 Fixed bug that disallowed calling functions fetched from an array
5492 using a string as an array index (issue 32).
5493
5494 Fixed bug where the internal field count on object templates were
5495 sometimes ignored (issue 54).
5496
5497 Added -f option to the shell sample for compatibility with other
5498 engines (issue 18).
5499
5500 Added source info to TryCatches in the API.
5501
5502 Fixed problem where the seed for the random number generator was
5503 clipped in a double to unsigned int conversion.
5504
5505 Fixed bug where cons string symbols were sometimes converted to
5506 non-symbol flat strings during GC.
5507
5508 Fixed bug in error reporting when attempting to convert null to an
5509 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005510
5511
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000055122008-09-04: Version 0.3.0
5513
5514 Added support for running tests on the ARM simulator.
5515
5516 Fixed bug in the 'in' operator where negative indices were not
5517 treated correctly.
5518
5519 Fixed build issues on gcc-4.3.1.
5520
5521 Changed Date.prototype.toLocaleTimeString to not print the
5522 timezone part of the time.
5523
5524 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5525 with user code.
5526
5527
v8.team.kasperl727e9952008-09-02 14:56:44 +000055282008-09-02: Version 0.2.5
5529
5530 Renamed the top level directory 'public' to 'include'.
5531
5532 Added 'env' option to the SCons build scripts to support
5533 overriding the ENV part of the build environment. This is mostly
5534 to support Windows builds in cases where SCons cannot find the
5535 correct paths to the Windows SDK, as these paths cannot be passed
5536 through shell environment variables.
5537
5538 Enabled "Buffer Security Check" on for the Windows SCons build and
5539 added the linker option /OPT:ICF as an optimization.
5540
5541 Added the V8 benchmark suite to the repository.
5542
5543
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000055442008-09-01: Version 0.2.4
5545
5546 Included mjsunit JavaScript test suite and C++ unit tests.
5547
5548 Changed the shell sample to not print the result of executing a
5549 script provided on the command line.
5550
5551 Fixed issue when building samples on Windows using a shared V8
5552 library. Added visibility option on Linux build which makes the
5553 generated library 18% smaller.
5554
5555 Changed build system to accept multiple build modes in one build
5556 and generate separate objects, libraries and executables for each
5557 mode.
5558
5559 Removed deferred negation optimization (a * -b => -(a * b)) since
5560 this visibly changes operand conversion order.
5561
5562 Improved parsing performance by introducing stack guard in
5563 preparsing. Without a stack guard preparsing always bails out
5564 with stack overflow.
5565
5566 Changed shell sample to take flags directly from the command-line.
5567 Added API call that implements this.
5568
5569 Added load, quit and version functions to the shell sample so it's
5570 easier to run benchmarks and tests.
5571
5572 Fixed issue with building samples and cctests on 64-bit machines.
5573
5574 Fixed bug in the runtime system where the prototype chain was not
5575 always searched for a setter when setting a property that does not
5576 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005577
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005578
mads.s.agercbaa0602008-08-14 13:41:48 +000055792008-08-14: Version 0.2.3
5580
5581 Improved performance of garbage collection by moving the
5582 function that updates pointers during compacting collection
5583 into the updating visitor. This gives the compiler a better
5584 chance to inline and avoid a function call per (potential)
5585 pointer.
5586
5587 Extended the shell sample with a --runtime-flags option.
5588
5589 Added Visual Studio project files for the shell.cc and
5590 process.cc samples.
5591
5592
55932008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005594
5595 Improved performance of garbage collection by changing the way
5596 we use the marking stack in the event of stack overflow during
5597 full garbage collection and by changing the way we mark roots.
5598
5599 Cleaned up ARM version by removing top of stack caching and by
5600 introducing push/pop elimination.
5601
5602 Cleaned up the way runtime functions are called to allow
5603 runtime calls with no arguments.
5604
5605 Changed Windows build options to make sure that exceptions are
5606 disabled and that optimization flags are enabled.
5607
5608 Added first version of Visual Studio project files.
5609
5610
mads.s.agercbaa0602008-08-14 13:41:48 +000056112008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005612
5613 Improved performance of unary addition by avoiding runtime calls.
5614
5615 Fixed the handling of '>' and '<=' to use right-to-left conversion
5616 and left-to-right evaluation as specified by ECMA-262.
5617
5618 Fixed a branch elimination bug on the ARM platform where incorrect
5619 code was generated because of overly aggressive branch
5620 elimination.
5621
5622 Improved performance of code that repeatedly assigns the same
5623 function to the same property of different objects with the same
5624 map.
5625
5626 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5627 no longer expects DEBUG to be defined.
5628
5629 Added platform-nullos.cc to serve as the basis for new platform
5630 implementations.
5631
mads.s.ager31e71382008-08-13 09:32:07 +00005632
mads.s.agercbaa0602008-08-14 13:41:48 +000056332008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005634
5635 Changed all text files to have native svn:eol-style.
5636
5637 Added a few samples and support for building them. The samples
5638 include a simple shell that can be used to benchmark and test V8.
5639
5640 Changed V8::GetVersion to return the version as a string.
5641
5642 Added source for lazily loaded scripts to snapshots and made
5643 serialization non-destructive.
5644
5645 Improved ARM support by fixing the write barrier code to use
5646 aligned loads and stores and by removing premature locals
5647 optimization that relied on broken support for callee-saved
5648 registers (removed).
5649
5650 Refactored the code for marking live objects during garbage
5651 collection and the code for allocating objects in paged
5652 spaces. Introduced an abstraction for the map word of a heap-
5653 allocated object and changed the memory allocator to allocate
5654 executable memory only for spaces that may contain code objects.
5655
5656 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5657 they can be used by debugging and logging modules. Added
5658 thread-safe message queues for dealing with debugger events.
5659
5660 Fixed the source code reported by toString for certain builtin
5661 empty functions and made sure that the prototype property of a
5662 function is enumerable.
5663
5664 Improved performance of converting values to condition flags in
5665 generated code.
5666
5667 Merged disassembler-{arch} files.
5668
5669
mads.s.agercbaa0602008-08-14 13:41:48 +000056702008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005671
5672 Added support for storing JavaScript stack traces in a stack
5673 allocated buffer to make it visible in shallow core dumps.
5674 Controlled by the --preallocate-message-memory flag which is
5675 disabled by default.
5676
5677
mads.s.agercbaa0602008-08-14 13:41:48 +000056782008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005679
5680 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5681 map transitions would count as properties.
5682
5683 Allowed aliased eval invocations by treating them as evals in the
5684 global context. This may change in the future.
5685
5686 Added support for accessing the last entered context through the
5687 API and renamed Context::Current to Context::GetCurrent and
5688 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5689
5690 Fixed bug in the debugger that would cause the debugger scripts to
5691 be recursively loaded and changed all disabling of interrupts to
5692 be block-structured.
5693
5694 Made snapshot data read-only to allow it to be more easily shared
5695 across multiple users of V8 when linked as a shared library.
5696
5697
mads.s.agercbaa0602008-08-14 13:41:48 +000056982008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005699
5700 Fixed building on Mac OS X by recognizing i386 and friends as
5701 IA-32 platforms.
5702
5703 Added propagation of stack overflow exceptions that occur while
5704 compiling nested functions.
5705
5706 Improved debugger with support for recursive break points and
5707 handling of exceptions that occur in the debugger JavaScript code.
5708
5709 Renamed GetInternal to GetInternalField and SetInternal to
5710 SetInternalField in the API and moved InternalFieldCount and
5711 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5712
5713
mads.s.agercbaa0602008-08-14 13:41:48 +000057142008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005715
5716 Fixed bug in stack overflow check code for IA-32 targets where a
5717 non-tagged value in register eax was pushed to the stack.
5718
5719 Fixed potential quadratic behavior when converting strings to
5720 numbers.
5721
5722 Fixed bug where the return value from Object::SetProperty could
5723 end up being the property holder instead of the written value.
5724
5725 Improved debugger support by allowing nested break points and by
5726 dealing with stack-overflows when compiling functions before
5727 setting break points in them.
5728
5729
mads.s.agercbaa0602008-08-14 13:41:48 +000057302008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005731
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005732 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005733
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005734# Local Variables:
5735# mode:text
5736# End: