blob: 16b3b0a2b87155f1227a1831a7a468ae7a3f37ec [file] [log] [blame]
yangguo@chromium.org46a2a512013-01-18 16:29:40 +000012013-01-18: Version 3.16.6
2
3 Made the Isolate parameter mandatory in Locker and Unlocker classes.
4 (issue 2487)
5
6 Avoid pointer underflow in CopyCharsUnsigned.
7 (issue 2493)
8
9 Generate shim headers when using system v8.
10 (Chromium issue 165264)
11
12 Fixed arguments materialization for inlined apply().
13 (issue 2489)
14
15 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
16 (Chromium issue 147497)
17
18 Added sanity check to CodeFlusher::AddCandidate.
19 (Chromium issue 169209)
20
21 Performance and stability improvements on all platforms.
22
23
242013-01-15: Version 3.16.5
25
26 Removed deprecated functions from V8's external API.
27
28 Prepared API for WebKit use of Latin-1.
29
30 Fixed V8 issue 2486.
31
32 Fixed Chromium issue 169723.
33
34 Performance and stability improvements on all platforms.
35
36
yangguo@chromium.org9768bf12013-01-11 14:51:07 +0000372013-01-11: Version 3.16.4
38
39 Fixed Chromium issues 168545 and 169209.
40
41 Performance and stability improvements on all platforms.
42
43
jkummerow@chromium.org59297c72013-01-09 16:32:23 +0000442013-01-09: Version 3.16.3
45
46 Improved GC performance when moving parts of a FixedArray (issue 2452).
47
48 Enabled readline on d8 while building a shared lib (issue 1781).
49
50 Fixed missing exception check in typed array constructor
51 (Chromium issue 168545).
52
53 Check for read-only-ness when preparing for array sort (issue 2419).
54
55 Performance and stability improvements on all platforms.
56
57
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +0000582013-01-04: Version 3.16.2
59
60 Added Makefile options to build for the Raspberry Pi (armv7=0,
61 arm_fpu=vfp2).
62
63 Performance and stability improvements on all platforms.
64
65
ulan@chromium.org4121f232012-12-27 15:57:11 +0000662012-12-27: Version 3.16.1
67
68 Fixed x64 MathMinMax for negative untagged int32 arguments.
69 (Chromium issue 164442)
70
71 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
72 (issue 2458)
73
74 Performance and stability improvements on all platforms.
75
76
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +0000772012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +000078
79 V8_Fatal now prints C++ stack trace in debug mode.
80
81 Added HTML-based tick processor.
82
83 Continued implementation of Object.observe (V8 issue 2409).
84
85 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
86
87 Fixed Chromium issues 125308, 165637, 166379, 166553.
88
89 Performance and stability improvements on all platforms.
90
91
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +0000922012-12-10: Version 3.15.11
93
94 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
95 flags.
96
97 Performance and stability improvements on all platforms.
98
99
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00001002012-12-07: Version 3.15.10
101
102 Enabled optimisation of functions inside eval. (issue 2315)
103
104 Fixed spec violations in methods of Number.prototype. (issue 2443)
105
106 Added GCTracer metrics for a scavenger GC for DOM wrappers.
107
108 Performance and stability improvements on all platforms.
109
110
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00001112012-12-06: Version 3.15.9
112
113 Fixed candidate eviction in code flusher.
114 (Chromium issue 159140)
115
116 Iterate through all arguments for side effects in Math.min/max.
117 (issue 2444)
118
119 Fixed spec violations related to regexp.lastIndex
120 (issue 2437, issue 2438)
121
122 Performance and stability improvements on all platforms.
123
124
mmassi@chromium.org49a44672012-12-04 13:52:03 +00001252012-12-04: Version 3.15.8
126
127 Enforced stack allocation of TryCatch blocks.
128 (issue 2166,chromium:152389)
129
130 Fixed external exceptions in external try-catch handlers.
131 (issue 2166)
132
133 Activated incremental code flushing by default.
134
135 Performance and stability improvements on all platforms.
136
137
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00001382012-11-30: Version 3.15.7
139
140 Activated code aging by default.
141
142 Included more information in --prof log.
143
144 Removed eager sweeping for lazy swept spaces. Try to find in
145 SlowAllocateRaw a bounded number of times a big enough memory slot.
146 (issue 2194)
147
148 Performance and stability improvements on all platforms.
149
150
danno@chromium.org1f34ad32012-11-26 14:53:56 +00001512012-11-26: Version 3.15.6
152
153 Ensure double arrays are filled with holes when extended from
154 variations of empty arrays. (Chromium issue 162085)
155
156 Performance and stability improvements on all platforms.
157
158
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00001592012-11-23: Version 3.15.5
160
161 Fixed JSON.stringify for objects with interceptor handlers.
162 (Chromium issue 161028)
163
164 Fixed corner case in x64 compare stubs. (issue 2416)
165
166 Performance and stability improvements on all platforms.
167
168
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00001692012-11-16: Version 3.15.4
170
171 Fixed Array.prototype.join evaluation order. (issue 2263)
172
173 Perform CPU sampling by CPU sampling thread only iff processing thread
174 is not running. (issue 2364)
175
176 When using an Object as a set in Object.getOwnPropertyNames, null out
177 the proto. (issue 2410)
178
179 Disabled EXTRA_CHECKS in Release build.
180
181 Heap explorer: Show representation of strings.
182
183 Removed 'type' and 'arguments' properties from Error object.
184 (issue 2397)
185
186 Added atomics implementation for ThreadSanitizer v2.
187 (Chromium issue 128314)
188
189 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
190
191 Performance and stability improvements on all platforms.
192
193
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00001942012-11-13: Version 3.15.3
195
196 Changed sample shell to send non-JS output (e.g. errors) to stderr
197 instead of stdout.
198
199 Correctly check for stack overflow even when interrupt is pending.
200 (issue 214)
201
202 Collect stack trace on stack overflow. (issue 2394)
203
204 Performance and stability improvements on all platforms.
205
206
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00002072012-11-12: Version 3.15.2
208
209 Function::GetScriptOrigin supplies sourceURL when script name is
210 not available. (Chromium issue 159413)
211
212 Made formatting error message side-effect-free. (issue 2398)
213
214 Fixed length check in JSON.stringify. (Chromium issue 160010)
215
216 ES6: Added support for Set and Map clear method (issue 2400)
217
218 Fixed slack tracking when instance prototype changes.
219 (Chromium issue 157019)
220
221 Fixed disabling of code flusher while marking. (Chromium issue 159140)
222
223 Added a test case for object grouping in a scavenger GC (issue 2077)
224
225 Support shared library build of Android for v8.
226 (Chromium issue 158821)
227
228 ES6: Added support for size to Set and Map (issue 2395)
229
230 Performance and stability improvements on all platforms.
231
232
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00002332012-11-06: Version 3.15.1
234
235 Put incremental code flushing behind a flag. (Chromium issue 159140)
236
237 Performance and stability improvements on all platforms.
238
239
danno@chromium.org72204d52012-10-31 10:02:10 +00002402012-10-31: Version 3.15.0
241
242 Loosened aligned code target requirement on ARM (issue 2380)
243
244 Fixed JSON.parse to treat leading zeros correctly.
245 (Chromium issue 158185)
246
247 Performance and stability improvements on all platforms.
248
249
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00002502012-10-22: Version 3.14.5
251
252 Killed off the SCons based build.
253
254 Added a faster API for creating v8::Integer objects.
255
256 Speeded up function deoptimization by avoiding quadratic pass over
257 optimized function list. (Chromium issue 155270)
258
259 Always invoke the default Array.sort functions from builtin functions.
260 (issue 2372)
261
262 Reverted recent CPU profiler changes because they broke --prof.
263 (issue 2364)
264
265 Switched code flushing to use different JSFunction field.
266 (issue 1609)
267
268 Performance and stability improvements on all platforms.
269
270
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00002712012-10-15: Version 3.14.4
272
273 Allow evals for debugger even if they are prohibited in the debugee
274 context. (Chromium issue 154733)
275
276 Enabled --verify-heap in release mode (issue 2120)
277
278 Performance and stability improvements on all platforms.
279
280
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00002812012-10-11: Version 3.14.3
282
283 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
284 (Chromium issue 155076).
285
286 Bumped variable limit further to 2^17 (Chromium issue 151625).
287
288 Performance and stability improvements on all platforms.
289
290
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00002912012-10-10: Version 3.14.2
292
293 ARM: allowed VFP3 instructions when hardfloat is enabled.
294 (Chromium issue 152506)
295
296 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
297 (Chromium issue 151749)
298
299 Made GDBJIT interface compile again. (issue 1804)
300
301 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
302 (Chromium issue 143967)
303
304 Made sure that names of temporaries do not clash with real variables.
305 (issue 2322)
306
307 Rejected local module declarations. (Chromium issue 150628)
308
309 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
310
311 Fixed slot recording of code target patches.
312 (Chromium issue 152615,chromium:144230)
313
314 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
315
316 Performance and stability improvements on all platforms.
317
318
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00003192012-10-01: Version 3.14.1
320
321 Don't set -m32 flag when compiling with Android ARM compiler.
322 (Chromium issue 143889)
323
324 Restore the descriptor array before returning allocation failure.
325 (Chromium issue 151750)
326
327 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
328 128252).
329
330 Pull more recent gyp in 'make dependencies'.
331
332 Made sure that the generic KeyedStoreIC changes length and element_kind
333 atomically (issue 2346).
334
335 Bumped number of allowed variables per scope to 65535, to address GWT.
336 (Chromium issue 151625)
337
338 Support sourceURL for dynamically inserted scripts (issue 2342).
339
340 Performance and stability improvements on all platforms.
341
342
ulan@chromium.org56c14af2012-09-20 12:51:09 +00003432012-09-20: Version 3.14.0
344
345 Fixed missing slot recording during clearing of CallICs.
346 (Chromium issue 144230)
347
348 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
349 (Chromium issue 150729)
350
351 Fixed minus zero test. (Issue 2133)
352
353 Fixed setting array length to zero for slow elements.
354 (Chromium issue 146910)
355
356 Fixed lost arguments dropping in HLeaveInlined.
357 (Chromium issue 150545)
358
359 Fixed casting error for receiver of interceptors.
360 (Chromium issue 149912)
361
362 Throw a more descriptive exception when blocking 'eval' via CSP.
363 (Chromium issue 140191)
364
365 Fixed debugger's eval when close to stack overflow. (issue 2318)
366
367 Added checks to live edit. (issue 2297)
368
369 Switched on code compaction on incremental GCs.
370
371 Fixed caching of optimized code for OSR. (issue 2326)
372
373 Not mask exception thrown by toString in String::UtfValue etc.
374 (issue 2317)
375
376 Fixed API check for length of external arrays. (Chromium issue 148896)
377
378 Ensure correct enumeration indices in the dict (Chromium issue 148376)
379
380 Correctly initialize regexp global cache. (Chromium issue 148378)
381
382 Fixed arguments object materialization during deopt. (issue 2261)
383
384 Introduced new API to expose external string resource regardless of
385 encoding.
386
387 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
388 --deopt-every-n-times flag is present
389 (Chromium issue 148389)
390
391 Fixed edge case of extension with NULL as source string.
392 (Chromium issue 144649)
393
394 Fixed array index dehoisting. (Chromium issue 141395)
395
396 Performance and stability improvements on all platforms.
397
398
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00003992012-09-11: Version 3.13.7
400
401 Enable/disable LiveEdit using the (C++) debug API.
402
403 Performance and stability improvements on all platforms.
404
405
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00004062012-09-06: Version 3.13.6
407
408 Added validity checking to API functions and calls.
409
410 Disabled accessor inlining (Chromium issue 134609).
411
412 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
413
414 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
415
416 Fixed VS2005 build (issue 2313).
417
418 Activated fixed ES5 readonly semantics by default.
419
420 Added hardfp flag to the Makefile.
421
422 Performance and stability improvements on all platforms.
423
424
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00004252012-08-29: Version 3.13.5
426
427 Release stack trace data after firing Error.stack accessor.
428 (issue 2308)
429
430 Added a new API V8::SetJitCodeEventHandler to push code name and
431 location to users such as profilers.
432
433 Allocate block-scoped global bindings to global context.
434
435 Performance and stability improvements on all platforms.
436
437
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00004382012-08-28: Version 3.13.4
439
440 Print reason for disabling optimization. Kill --trace-bailout flag.
441
442 Provided option to disable full DEBUG build on Android.
443
444 Introduced global contexts to represent lexical global scope(s).
445
446 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
447
448 Performance and stability improvements on all platforms.
449
450
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00004512012-08-21: Version 3.13.3
452
453 Performance and stability improvements on all platforms.
454
455
4562012-08-20: Version 3.13.2
457
458 Performance and stability improvements on all platforms.
459
460
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00004612012-08-16: Version 3.13.1
462
463 Performance and stability improvements on all platforms.
464
465
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00004662012-08-10: Version 3.13.0
467
468 Added histograms for total allocated/live heap size, as well as
469 allocated size and percentage of total for map and cell space.
470
471 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
472 (issue 1645)
473
474 Added checks for interceptors to negative lookup code in Crankshaft.
475 (Chromium issue 140473)
476
477 Made incremental marking clear ICs and type feedback cells.
478
479 Performance and stability improvements on all platforms.
480
481
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00004822012-08-01: Version 3.12.19
483
484 Performance and stability improvements on all platforms.
485
486
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00004872012-07-30: Version 3.12.18
488
489 Forced using bit-pattern for signed zero double. (issue 2239)
490
491 Made sure double to int conversion is correct. (issue 2260)
492
493 Performance and stability improvements on all platforms.
494
495
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00004962012-07-27: Version 3.12.17
497
498 Always set the callee's context when calling a function from optimized
499 code.
500 (Chromium issue 138887)
501
502 Fixed building with GCC 3.x
503 (issue 2016, 2017)
504
505 Improved API calls that return empty handles.
506 (issue 2245)
507
508 Performance and stability improvements on all platforms.
509
510
danno@chromium.org129d3982012-07-25 15:01:47 +00005112012-07-25: Version 3.12.16
512
513 Performance and stability improvements on all platforms.
514
515
yangguo@chromium.org304cc332012-07-24 07:59:48 +00005162012-07-24: Version 3.12.15
517
518 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
519 (issue 2252)
520
521 Added dependency to HLoadKeyed* instructions to prevent invalid
522 hoisting. (Chromium issue 137768)
523
524 Enabled building d8 for Android on Mac.
525
526 Interpret negative hexadecimal literals as NaN.
527 (issue 2240)
528
529 Expose counters in javascript when using --track-gc-object-stats.
530
531 Enabled building and testing V8 on Android IA.
532
533 Added --trace-parse flag to parser.
534
535 Performance and stability improvements on all platforms.
536
537
verwaest@chromium.org178fb152012-07-18 11:21:48 +00005382012-07-18: Version 3.12.14
539
540 Deactivated optimization of packed arrays.
541 (Chromium issue 137768)
542
543 Fixed broken accessor transition.
544 (Chromium issue 137689)
545
546 Performance and stability improvements on all platforms.
547
548
verwaest@chromium.org753aee42012-07-17 16:15:42 +00005492012-07-17: Version 3.12.13
550
551 Fixed missing tagging of stack value in finally block.
552 (Chromium issue 137496)
553
554 Added more support for heap analysis.
555
556 Performance and stability improvements on all platforms.
557
558
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00005592012-07-16: Version 3.12.12
560
561 Added an option to the tickprocessor to specify the directory for lib
562 lookup.
563
564 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
565
566 Fixed transcendental cache on ARM in optimized code (issue 2234).
567
568 New heap inspection tools: counters for object sizes and counts,
569 histograms for external fragmentation.
570
571 Incorporated constness into inferred interfaces (in preparation for
572 handling imports) (issue 1569).
573
574 Performance and stability improvements on all platforms.
575
576
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00005772012-07-12: Version 3.12.11
578
579 Renamed "mips" arch to "mipsel" in the GYP build.
580
581 Fixed computation of call targets on prototypes in Crankshaft.
582 (Chromium issue 125148)
583
584 Removed use of __lookupGetter__ when generating stack trace.
585 (issue 1591)
586
587 Turned on ES 5.2 globals semantics by default.
588 (issue 1991, Chromium issue 80591)
589
590 Synced preparser and parser wrt syntax error in switch..case.
591 (issue 2210)
592
593 Fixed reporting of octal literals in strict mode when preparsing.
594 (issue 2220)
595
596 Fixed inline constructors for Harmony Proxy prototypes.
597 (issue 2225)
598
599 Performance and stability improvements on all platforms.
600
601
danno@chromium.org81cac2b2012-07-10 11:28:27 +00006022012-07-10: Version 3.12.10
603
604 Re-enabled and fixed issue with array bounds check elimination
605 (Chromium issue 132114).
606
607 Fixed Debug::Break crash. (Chromium issue 131642)
608
609 Added optimizing compiler support for JavaScript getters.
610
611 Performance and stability improvements on all platforms.
612
613
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00006142012-07-06: Version 3.12.9
615
616 Correctly advance the scanner when scanning unicode regexp flag.
617 (Chromium issue 136084)
618
619 Fixed unhandlified code calling Harmony Proxy traps.
620 (issue 2219)
621
622 Performance and stability improvements on all platforms.
623
624
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00006252012-07-05: Version 3.12.8
626
627 Implemented TypedArray.set and ArrayBuffer.slice in d8.
628
629 Performance and stability improvements on all platforms.
630
631
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00006322012-07-03: Version 3.12.7
633
634 Fixed lazy compilation for strict eval scopes.
635 (Chromium issue 135066)
636
637 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
638 (issue 2151)
639
640 Report "hidden properties" in heap profiler for properties case.
641 (issue 2212)
642
643 Activated optimization of packed arrays by default.
644
645 Performance and stability improvements on all platforms.
646
647
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00006482012-06-29: Version 3.12.6
649
650 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
651
652 Extended TypedArray support in d8.
653
654
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00006552012-06-28: Version 3.12.5
656
657 Fixed lazy parsing heuristics to respect outer scope.
658 (Chromium issue 135008)
659
660 Allow using test-wrapper-gypbuild.py on Windows when no python
661 interpreter is registered.
662
663 Performance and stability improvements on all platforms.
664
665
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00006662012-06-27: Version 3.12.4
667
668 Removed -fomit-frame-pointer flag from Release builds to make
669 the stack walkable by TCMalloc (Chromium issue 133723).
670
671 Ported r7868 (constant masking) to x64 (issue 1374).
672
673 Expose more detailed memory statistics (issue 2201).
674
675 Fixed Harmony Maps and WeakMaps for undefined values
676 (Chromium issue 132744).
677
678 Correctly throw reference error in strict mode with ICs disabled
679 (issue 2119).
680
681 Performance and stability improvements on all platforms.
682
683
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00006842012-06-25: Version 3.12.3
685
686 Reverted r11835 'Unify promotion and allocation limit computation' due
687 to V8 Splay performance regression on Mac. (Chromium issue 134183)
688
689 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
690
691 Performance and stability improvements on all platforms.
692
693
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00006942012-06-22: Version 3.12.2
695
696 Made near-jump check more strict in LoadNamedFieldPolymorphic on
697 ia32/x64. (Chromium issue 134055)
698
699 Fixed lazy sweeping heuristics to prevent old-space expansion.
700 (issue 2194)
701
702 Performance and stability improvements on all platforms.
703
704
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00007052012-06-21: Version 3.12.1
706
707 Performance and stability improvements on all platforms.
708
709
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00007102012-06-20: Version 3.12.0
711
712 Fixed Chromium issues:
713 115100, 129628, 131994, 132727, 132741, 132742, 133211
714
715 Fixed V8 issues:
716 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
717
718 Added --extra-code flag to mksnapshot to load JS code into the VM
719 before creating the snapshot.
720
721 Support 'restart call frame' command in the debugger.
722
723 Performance and stability improvements on all platforms.
724
725
mmassi@chromium.org7028c052012-06-13 11:51:58 +00007262012-06-13: Version 3.11.10
727
728 Implemented heap profiler memory usage reporting.
729
730 Preserved error message during finally block in try..finally.
731 (Chromium issue 129171)
732
733 Fixed EnsureCanContainElements to properly handle double values.
734 (issue 2170)
735
736 Improved heuristics to keep objects in fast mode with inherited
737 constructors.
738
739 Performance and stability improvements on all platforms.
740
741
rossberg@chromium.org400388e2012-06-06 09:29:22 +00007422012-06-06: Version 3.11.9
743
744 Implemented ES5-conformant semantics for inherited setters and read-only
745 properties. Currently behind --es5_readonly flag, because it breaks
746 WebKit bindings.
747
748 Exposed last seen heap object id via v8 public api.
749
750 Performance and stability improvements on all platforms.
751
752
verwaest@chromium.org37141392012-05-31 13:27:02 +00007532012-05-31: Version 3.11.8
754
755 Avoid overdeep recursion in regexp where a guarded expression with a
756 minimum repetition count is inside another quantifier.
757 (Chromium issue 129926)
758
759 Fixed missing write barrier in store field stub.
760 (issues 2143, 1465, Chromium issue 129355)
761
762 Proxies: Fixed receiver for setters inherited from proxies.
763 Proxies: Fixed ToStringArray function so that it does not reject some
764 keys.
765 (issue 1543)
766
767 Performance and stability improvements on all platforms.
768
769
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00007702012-05-29: Version 3.11.7
771
772 Get better function names in stack traces.
773
774 Performance and stability improvements on all platforms.
775
776
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00007772012-05-24: Version 3.11.6
778
779 Fixed RegExp.prototype.toString for incompatible receivers
780 (issue 1981).
781
782 Performance and stability improvements on all platforms.
783
784
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +00007852012-05-23: Version 3.11.5
786
787 Performance and stability improvements on all platforms.
788
789
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +00007902012-05-22: Version 3.11.4
791
792 Some cleanup to common.gypi. This fixes some host/target combinations
793 that weren't working in the Make build on Mac.
794
795 Handle EINTR in socket functions and continue incomplete sends.
796 (issue 2098)
797
798 Fixed python deprecations. (issue 1391)
799
800 Made socket send and receive more robust and return 0 on failure.
801 (Chromium issue 15719)
802
803 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
804
805 Set '-m32' option for host and target platforms
806
807 Performance and stability improvements on all platforms.
808
809
ulan@chromium.orgd6899c32012-05-18 14:12:25 +00008102012-05-18: Version 3.11.3
811
812 Disable optimization for functions that have scopes that cannot be
813 reconstructed from the context chain. (issue 2071)
814
815 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
816
817 Correctly check for native error objects. (Chromium issue 2138)
818
819 Performance and stability improvements on all platforms.
820
821
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +00008222012-05-16: Version 3.11.2
823
824 Revert r11496. (Chromium issue 128146)
825
826 Implement map collection for incremental marking. (issue 1465)
827
828 Add toString method to CallSite (which describes a frame of the
829 stack trace).
830
831
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +00008322012-05-15: Version 3.11.1
833
834 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
835
836 Fix freebsd build. (V8 issue 2126)
837
838 Performance and stability improvements on all platforms.
839
840
jkummerow@chromium.org212d9642012-05-11 15:02:09 +00008412012-05-11: Version 3.11.0
842
843 Fixed compose-discard crasher from r11524 (issue 2123).
844
845 Activated new global semantics by default. Global variables can
846 now shadow properties of the global object (ES5.1 erratum).
847
848 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
849 transitioning (Chromium issue 117409).
850
851 Made Error.prototype.name writable again, as required by the spec and
852 the web (Chromium issue 69187).
853
854 Implemented map collection with incremental marking (issue 1465).
855
856 Regexp: Fixed overflow in min-match-length calculation
857 (Chromium issue 126412).
858
859 MIPS: Fixed illegal instruction use on Loongson in code for
860 Math.random() (issue 2115).
861
862 Fixed crash bug in VisitChoice (Chromium issue 126272).
863
864 Fixed unsigned-Smi check in MappedArgumentsLookup
865 (Chromium issue 126414).
866
867 Fixed LiveEdit for function with no locals (issue 825).
868
869 Fixed register clobbering in LoadIC for interceptors
870 (Chromium issue 125988).
871
872 Implemented clearing of CompareICs (issue 2102).
873
874 Performance and stability improvements on all platforms.
875
876
danno@chromium.org2c26cb12012-05-03 09:06:43 +00008772012-05-03: Version 3.10.8
878
879 Enabled MIPS cross-compilation.
880
881 Ensured reload of elements pointer in StoreFastDoubleElement stub.
882 (Chromium issue 125515)
883
884 Fixed corner cases in truncation behavior when storing to
885 TypedArrays. (issue 2110)
886
887 Fixed failure to properly recognize and report out-of-memory
888 conditions when allocating code space pages. (Chromium issue
889 118625)
890
891 Fixed idle notifications to perform a round of incremental GCs
892 after context disposal. (issue 2107)
893
894 Fixed preparser for try statement. (issue 2109)
895
896 Performance and stability improvements on all platforms.
897
898
danno@chromium.org1044a4d2012-04-30 12:34:39 +00008992012-04-30: Version 3.10.7
900
901 Performance and stability improvements on all platforms.
902
903
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +00009042012-04-26: Version 3.10.6
905
906 Fixed some bugs in accessing details of the last regexp match.
907
908 Fixed source property of empty RegExp objects. (issue 1982)
909
910 Enabled inlining some V8 API functions.
911
912 Performance and stability improvements on all platforms.
913
914
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +00009152012-04-23: Version 3.10.5
916
917 Put new global var semantics behind a flag until WebKit tests are
918 cleaned up.
919
920 Enabled stepping into callback passed to builtins.
921 (Chromium issue 109564)
922
923 Performance and stability improvements on all platforms.
924
925
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +00009262012-04-19: Version 3.10.4
927
928 Fixed issues when stressing compaction with WeakMaps.
929
930 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
931
932 Simplify invocation sequence at monomorphic function invocation sites.
933 (issue 2079)
934
935 Performance and stability improvements on all platforms.
936
937
erik.corry@gmail.comed49e962012-04-17 11:57:53 +00009382012-04-17: Version 3.10.3
939
940 Fixed several bugs in heap profiles (including issue 2078).
941
942 Throw syntax errors on illegal escape sequences.
943
944 Implemented rudimentary module linking (behind --harmony flag)
945
946 Implemented ES5 erratum: Global declarations should shadow
947 inherited properties.
948
949 Made handling of const more consistent when combined with 'eval'
950 and 'with'.
951
952 Fixed V8 on MinGW-x64 (issue 2026).
953
954 Performance and stability improvements on all platforms.
955
956
jkummerow@chromium.org28faa982012-04-13 09:58:30 +00009572012-04-13: Version 3.10.2
958
959 Fixed native ARM build (issues 1744, 539)
960
961 Return LOOKUP variable instead of CONTEXT for non-context allocated
962 outer scope parameters (Chromium issue 119609).
963
964 Fixed regular and ElementsKind transitions interfering with each other
965 (Chromium issue 122271).
966
967 Improved performance of keyed loads/stores which have a HeapNumber
968 index (issues 1388, 1295).
969
970 Fixed WeakMap processing for evacuation candidates (issue 2060).
971
972 Bailout on possible direct eval calls (Chromium issue 122681).
973
974 Do not assume that names of function expressions are context-allocated
975 (issue 2051).
976
977 Performance and stability improvements on all platforms.
978
979
fschneider@chromium.org7d10be52012-04-10 12:30:14 +00009802012-04-10: Version 3.10.1
981
982 Fixed bug with arguments object in inlined functions (issue 2045).
983
984 Fixed performance bug with lazy initialization (Chromium issue
985 118686).
986
987 Added suppport for Mac OS X 64bit builds with GYP.
988 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
989
990 Fixed bug with hidden properties (issue 2034).
991
992 Fixed a performance bug when reloading pages (Chromium issue 117767,
993 V8 issue 1902).
994
995 Fixed bug when optimizing throw in top-level code (issue 2054).
996
997 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
998
999 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1000
1001 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1002
1003 Fixed compilation of V8 using uClibc.
1004
1005 Optimized boot-up memory use.
1006
1007 Optimized regular expressions.
1008
1009
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000010102012-03-30: Version 3.10.0
1011
1012 Fixed store IC writability check in strict mode
1013 (Chromium issue 120099).
1014
1015 Resynchronize timers if the Windows system time was changed.
1016 (Chromium issue 119815)
1017
1018 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1019 hardfp ARM
1020 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1021
1022 Fixed edge case for case independent regexp character classes
1023 (issue 2032).
1024
1025 Reset function info counters after context disposal.
1026 (Chromium issue 117767, V8 issue 1902)
1027
1028 Fixed missing write barrier in CopyObjectToObjectElements.
1029 (Chromium issue 119926)
1030
1031 Fixed missing bounds check in HasElementImpl.
1032 (Chromium issue 119925)
1033
1034 Performance and stability improvements on all platforms.
1035
1036
danno@chromium.org88aa0582012-03-23 15:11:57 +000010372012-03-23: Version 3.9.24
1038
1039 Activated count-based profiler for ARM.
1040
1041 Fixed use of proxies as f.prototype properties. (issue 2021)
1042
1043 Enabled snapshots on MIPS.
1044
1045 Performance and stability improvements on all platforms.
1046
1047
ulan@chromium.org6ff65142012-03-21 09:52:17 +000010482012-03-21: Version 3.9.23
1049
1050 Use correct arguments adaptation environment when inlining function
1051 containing arguments. (Issue 2014)
1052
1053 Performance and stability improvements on all platforms.
1054
1055
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000010562012-03-20: Version 3.9.22
1057
1058 Enabled count-based profiler by default.
1059
1060 Implemented a hash based look-up to speed up address checks
1061 in large object space (issue 853).
1062
1063 Performance and stability improvements on all platforms.
1064
1065
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000010662012-03-19: Version 3.9.21
1067
1068 Fixed push-to-trunk script (and re-push).
1069
1070 Added API call that identifies strings that are guaranteed only to
1071 contain ASCII characters.
1072
1073
10742012-03-19: Version 3.9.20
1075
1076 Fixed declarations escaping global strict eval. (Issue 1624)
1077
1078 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1079
1080 Fixed function declarations overwriting read-only global properties.
1081 (Chromium issue 115452)
1082
1083 Fixed --use-strict flag in combination with --harmony[-scoping].
1084
1085 Debugger: naive implementation of "step into Function.prototype.bind".
1086
1087 Debugger: added ability to set script source from within OnBeforeCompile
1088
1089 Added flag to always call DebugBreak on abort.
1090
1091 Re-enabled constructor inlining and inline === comparison with boolean
1092 constants. (Issue 2009)
1093
1094 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1095
1096 Performance and stability improvements on all platforms.
1097
1098
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000010992012-03-14: Version 3.9.19
1100
1101 Ensure there is a smi check of the receiver for global load and call
1102 ICs (Chromium issue 117794).
1103
1104 Performance and stability improvements on all platforms.
1105
1106
yangguo@chromium.org154ff992012-03-13 08:09:54 +000011072012-03-13: Version 3.9.18
1108
1109 Ensure consistency of Math.sqrt on Intel platforms.
1110
1111 Remove static initializers in v8. (issue 1859)
1112
1113 Add explicit dependency on v8_base in the GYP-based build.
1114
1115 Performance and stability improvements on all platforms.
1116
1117
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000011182012-03-12: Version 3.9.17
1119
1120 Fixed VFP detection through compiler defines. (issue 1996)
1121
1122 Add Code-related fields to postmortem metadata.
1123
1124 Performance and stability improvements on all platforms.
1125
1126
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000011272012-03-09: Version 3.9.16
1128
1129 Added basic interface inference for modules (behind the --harmony flag).
1130
1131 Added Object.is, Number.isFinite, Number.isNaN.
1132
1133 Updated the Unicode tables to Unicode version 6.1.0.
1134
1135 Performance and stability improvements on all platforms.
1136
1137
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000011382012-03-06: Version 3.9.15
1139
1140 Fix the heap profiler crash caused by memory layout changes between
1141 passes.
1142
1143 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1144
1145 Fix double-rounding in strtod for MinGW. (issue 1062)
1146
1147 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1148
1149 Performance and stability improvements on all platforms.
1150
1151
fschneider@chromium.org35814e52012-03-01 15:43:35 +000011522012-03-01: Version 3.9.14
1153
1154 Performance and stability improvements on all platforms.
1155
1156
ulan@chromium.org812308e2012-02-29 15:58:45 +000011572012-02-29: Version 3.9.13
1158
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001159 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001160
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001161 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1162 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001163
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001164 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001165
1166 Performance and stability improvements on all platforms.
1167
1168
ulan@chromium.org967e2702012-02-28 09:49:15 +000011692012-02-28: Version 3.9.12
1170
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001171 Fixed the negative lookup stub to handle deleted entries in a
1172 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001173
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001174 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001175 callback function can resolve the location of a return address on stack
1176 to the location where a return-address rewriting profiler stashed the
1177 original return address.
1178
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001179 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1180 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001181
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001182 Fixed issue 1853: Update breakpoints set with partial file name after
1183 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001184
1185
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000011862012-02-27: Version 3.9.11
1187
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001188 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001189
1190
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000011912012-02-24: Version 3.9.10
1192
1193 Fixed V8 issues 1322, 1772 and 1969.
1194
1195 Conformance improvements.
1196
1197 Performance and stability improvements on all platforms.
1198
1199
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000012002012-02-23: Version 3.9.9
1201
1202 Supported fast case for-in in Crankshaft.
1203
1204 Sped up heap snapshot serialization and dominators construction.
1205
1206 Randomized allocation addresses on windows. (Chromium issue 115151)
1207
1208 Fixed compilation with MinGW-w64. (issue 1943)
1209
1210 Fixed incorrect value of assignments to non-extensible properties.
1211
1212 Fixed a crash bug in generated code on ia32.
1213
1214 Performance and stability improvements on all platforms.
1215
1216
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000012172012-02-21: Version 3.9.8
1218
1219 Fixed memory leak and missing #include in StartupDataDecompressor
1220 (issue 1960).
1221
1222 Renamed static methods to avoid shadowing virtual methods and fix Clang
1223 C++11 compile error.
1224
1225 Fixed sequence of element access in array builtins (issue 1790).
1226
1227 Performance and stability improvements on all platforms.
1228
1229
yangguo@chromium.org56454712012-02-16 15:33:53 +000012302012-02-16: Version 3.9.7
1231
1232 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1233
1234 Fixed GCC-4.7 warnings.
1235
1236 Added Navier-Stokes benchmark.
1237
1238 Performance and stability improvements on all platforms.
1239
1240
ulan@chromium.org65a89c22012-02-14 11:46:07 +000012412012-02-14: Version 3.9.6
1242
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001243 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001244
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001245 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001246
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001247 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001248
1249 Heap Snapshot maximum size limit is too low for really big apps. At the
1250 moment the limit is 256MB. (Chromium issue 113015)
1251
1252 Performance and stability improvements on all platforms.
1253
1254
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000012552012-02-09: Version 3.9.5
1256
1257 Removed unused command line flags.
1258
1259 Performance and stability improvements on all platforms.
1260
1261
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000012622012-02-08: Version 3.9.4
1263
1264 Properly initialize element-transitioning array literals on ARM.
1265 (issue 1930)
1266
1267 Bug fixes on all platforms.
1268
1269
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000012702012-02-07: Version 3.9.3
1271
1272 When rethrowing an exception, print the stack trace of its original
1273 site instead of rethrow site (Chromium issue 60240).
1274
1275 Increased size of small stacks from 32k to 64k to avoid hitting limits
1276 in Chromium (Chromium issue 112843).
1277
1278
rossberg@chromium.org994edf62012-02-06 10:12:55 +000012792012-02-06: Version 3.9.2
1280
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001281 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001282
1283 Heap profiler reports implicit references.
1284
1285 Optionally export metadata with libv8 to enable debuggers to inspect V8
1286 state.
1287
1288
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000012892012-02-02: Version 3.9.1
1290
1291 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1292 (Chromium issue 112315).
1293
1294 Fixed a crash in dev tools (Chromium issue 107996).
1295
1296 Added 'dependencies_traverse': 1 to v8 GYP target.
1297
1298 Performance and stability improvements on all platforms.
1299
1300
danno@chromium.orgfa458e42012-02-01 10:48:36 +000013012012-02-01: Version 3.9.0
1302
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001303 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001304
1305 Stability fixes and performance improvements on all platforms.
1306
1307
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000013082012-01-26: Version 3.8.9
1309
1310 Flush number string cache on GC (issue 1605).
1311
1312 Provide access to function inferred name with
1313 v8::Function::GetInferredName in V8 public API.
1314
1315 Fix building with Clang (issue 1912).
1316
1317 Reduce the space used by the stack for the profiling thread.
1318
1319 Fix misleading documentation of v8::Locker (issue 542).
1320
1321 Introduce readbinary function in d8 to read binary files.
1322
1323 Performance and stability improvements on all platforms.
1324
1325
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000013262012-01-23: Version 3.8.8
1327
1328 Limited number of loop iterations in Heap::ReserveSpace
1329 (Chromium issue 99027).
1330
1331 Fixed solaris build (VirtualMemory) (issue 1761).
1332
1333 Fixed strict vs. non-strict handling of function proxies in
1334 higher-order array and string methods.
1335
1336 Enabled asynchronous remote debugging with d8 (issue 1691).
1337
1338 Stability and performance improvements on all platforms.
1339
1340
ulan@chromium.org2efb9002012-01-19 15:36:35 +000013412012-01-19: Version 3.8.7
1342
1343 Ensure that LRandom restores rsi after call to the C function on x64.
1344 (Chromium issue http://crbug.com/110509)
1345
1346 Fixing include issues on *bsd when building with scons.
1347 (issue 1897)
1348
1349 Provide a switch to specify -fno-strict-aliasing
1350 (issue 1887)
1351
1352 Move WIN32 define from standalone.gypi to common.gypi
1353 (issue 1760)
1354
1355 Fix corner-case in heap size estimation.
1356 (issue 1893)
1357
1358 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1359 (issue 1903)
1360
1361 Performance improvements and bug fixes.
1362
1363
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000013642012-01-16: Version 3.8.6
1365
1366 Add primitive WebGL array support to d8.
1367
1368 Improve heap size estimation (issue 1893).
1369
1370 Hash collision DOS workaround extended from string keys
1371 to numeric keys.
1372
1373 Provide an API for iterating through all external strings referenced
1374 from the JS heap.
1375
1376 Adjust position recorded for call expressions. http://crbug.com/109195
1377
1378 Fix GC crash related to instanceof. http://crbug.com/109448
1379
1380 Performance improvements and bug fixes.
1381
1382
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000013832012-01-05: Version 3.8.5
1384
1385 Fix broken test that assumes that no GC can clear the regexp cache (GC
1386 can happen at any time due to Crankshaft).
1387
1388 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1389
1390 Add netbsd support to gyp build.
1391
1392 Determine page size at runtime on posix platforms.
1393
1394 Ensure that store buffer filtering hash sets are cleared after
1395 StoreBuffer::Filter.
1396
1397 Randomize the seed used for string hashing. This helps guard against
1398 CPU-eating DOS attacks against node.js servers. Based on code from
1399 Bert Belder. This version only solves the issue for those that compile
1400 V8 themselves or those that do not use snapshots. A snapshot-based
1401 precompiled V8 will still have predictable string hash codes.
1402
1403 Implement callback when script finishes running in V8 API.
1404
1405 Improve performance of Math.min and Math.max for the case of two
1406 arguments. (issue 1325)
1407
1408
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000014092012-01-02: Version 3.8.4
1410
1411 Performance improvements for large Smi-only arrays.
1412
1413 Fixed InternalArrays construction. (issue 1878)
1414
1415
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000014162011-12-27: Version 3.8.3
1417
1418 Avoid embedding new space objects into code objects in the lithium gap
1419 resolver. (chromium:108296)
1420
1421 Bug fixes and performance optimizations on all platforms.
1422
1423
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000014242011-12-21: Version 3.8.2
1425
1426 Add max optimization flag to v8 gyp build to ensure V8 is always built
1427 fully optimized in Chrome.
1428
1429 MIPS: Bring MIPS to parity with other platforms.
1430
1431 Optimizations and stability improvements on all platforms.
1432
1433
ricow@chromium.org7ad65222011-12-19 12:13:11 +000014342011-12-19: Version 3.8.1
1435
1436 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1437
1438 Stability improvements on all platforms.
1439
1440
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000014412011-12-13: Version 3.8.0
1442
1443 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1444
1445 Sync parser and preparser on do-while and return statements.
1446 (issue 1856)
1447
1448 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1449
1450 Stability and performance improvements on all platforms.
1451
1452
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000014532011-12-01: Version 3.7.12
1454
1455 Increase tick interval for the android platform.
1456
1457 Fix a bug in the register allocator. (chromium:105112)
1458
1459 Fix handling of recompiling code. (chromium:105375, v8:1782)
1460
1461 Start incremental marking on idle notification. (v8:1458)
1462
1463 Build fixes for various platforms.
1464
1465 Various performance improvements.
1466
1467
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000014682011-11-29: Version 3.7.11
1469
1470 Fixed bug when generating padding to ensure space for lazy
1471 deoptimization.
1472 (issue 1846)
1473
1474 Further reduced pause times due to GC.
1475
1476 Stability and performance improvements on all platforms.
1477
1478
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000014792011-11-23: Version 3.7.10
1480
1481 Set maximum length of FixedArray in terms of elements instead an
1482 absolute number of bytes.
1483 (Chromium issue 103103)
1484
1485 Stability and performance improvements on all platforms.
1486
1487
14882011-11-21: Version 3.7.9
1489
1490 Removed exit-time destructors.
1491
1492 Stability and performance improvements on all platforms.
1493
1494
ricow@chromium.org27bf2882011-11-17 08:34:43 +000014952011-11-17: Version 3.7.8
1496
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001497 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001498 function on builtins will not make the original function reappear.
1499
1500 Added NetBSD support for scons build.
1501
1502 Performance improvements on all platforms.
1503
1504
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000015052011-11-14: Version 3.7.7
1506
1507 Fix missing fast property accessors in heap snapshots.
1508 (issue 1818)
1509
1510
danno@chromium.org2c456792011-11-11 12:00:53 +000015112011-11-11: Version 3.7.6
1512
1513 Fixed filtering of store buffer for large object pages.
1514 (issue 1817)
1515
1516 Fixed generated hash function on all platforms.
1517 (issue 1808)
1518
1519 Fixed Heap::Shrink to ensure that it does not free pages that are
1520 still in use.
1521 (Chromium issue 100414)
1522
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001523 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001524
1525
danno@chromium.orgc612e022011-11-10 11:38:15 +000015262011-11-10: Version 3.7.5
1527
1528 Added initial gyp infrastructure for MIPS.
1529
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001530 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001531 collector.
1532
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001533 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001534
1535
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000015362011-11-07: Version 3.7.4
1537
1538 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1539
1540 Fix Harmony sets and maps to allow null and undefined as keys
1541 (still hidden behind --harmony flag) (issue 1622).
1542
1543 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1544
1545 Enable VFP instructions for Android.
1546
1547 Fix error handling in Date.prototype.toISOString (issue 1792).
1548
1549 Bug fixes and performance improvements for all platforms.
1550
1551 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1552
1553
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000015542011-10-28: Version 3.7.3
1555
1556 Slight deoptimization as a workaround for issue with jslint: Issue
1557 1789.
1558
1559
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000015602011-10-27: Version 3.7.2
1561
1562 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1563
1564
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000015652011-10-26: Version 3.7.1
1566
1567 Achieved 33% speedup in debug-mode tests.
1568
1569 Removed special casing of calls to RegExp test and exec methods with no
1570 argument. Now matches new JSC behaviour. crbug.com/75740.
1571
1572 Return the empty string on cyclic references in toString (ES5
1573 conformance).
1574
1575 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1576
1577 Made Math.random state per-context instead of per-process (issue 864).
1578
1579 Fixed stack traces to skip native functions.
1580
1581 Make snapshots (new contexts) smaller and faster.
1582
1583 Fixed handling of Function.apply for non-array arguments.
1584
1585 Fixed evaluation order in defineProperties to match FireFox.
1586
1587 Fixed handling of non-object receivers for array builtins,
1588 crbug.com/100702.
1589
1590 Multiple fixes to improve compliance with test262.
1591
1592 Fixed compatibility with older Android releases.
1593
1594 Fixed compilation with gcc-4.5.3.
1595
1596 Improved performance of WriteUtf8, issue 1665.
1597
1598 Made native syntax an early error in the preparser.
1599
1600 Fixed issues 793 and 893 relating to Function.prototype.bind.
1601
1602 Improved let, const, Set and Map support and other Harmony features
1603 (behind the --harmony flag).
1604
1605 Changed evaluation order for > and <= to match ES5 instead of ES3.
1606
1607 Bug fixes and performance improvements on all platforms.
1608
1609
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000016102011-10-13: Version 3.7.0
1611
1612 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1613
1614 Fixed issue 1757 (string slices of external strings).
1615
1616 Fixed issue 1759 (ARM).
1617
1618 Added flag --noclever-optimizations to disable some things that
1619 caused trouble in the past.
1620
1621 Added flag --stress-compaction for testing.
1622
1623 Added flag --harmony to activate all experimental Harmony features.
1624
1625
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000016262011-10-10: Version 3.6.6
1627
1628 Added a GC pause visualization tool.
1629
1630 Added presubmit=no and werror=no flags to Makefile.
1631
1632 ES5/Test262 conformance improvements.
1633
1634 Fixed compilation issues with GCC 4.5.x (issue 1743).
1635
1636 Bug fixes and performance improvements on all platforms.
1637
1638
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000016392011-10-05: Version 3.6.5
1640
1641 New incremental garbage collector.
1642
1643 Removed the hard heap size limit (soft heap size limit is still
1644 700/1400Mbytes by default).
1645
1646 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1647
1648 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1649
1650 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1651
1652 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1653
1654 Fixed the MinGW and Windows 2000 builds.
1655
1656 Fixed "Prototype chain is not searched if named property handler does
1657 not set a property" (Issue 1636).
1658
1659 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1660
1661 Disallowed future reserved words as labels in strict mode.
1662
1663 Fixed string split to correctly coerce the separator to a string
1664 (Issue 1711).
1665
1666 API: Added an optional source length field to the Extension
1667 constructor.
1668
1669 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1670 (Issue 1573).
1671
1672 Added "native" target to Makefile for the benefit of Linux distros.
1673
1674 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1675
1676 More work on ES-Harmony proxies. Still hidden behind a flag.
1677
1678 Bug fixes and performance improvements on all platforms.
1679
1680
lrn@chromium.org34e60782011-09-15 07:25:40 +000016812011-09-15: Version 3.6.4
1682
1683 Fixed d8's broken readline history.
1684
1685 Removed the need for code delete events in CPU profiler (Issue 1466).
1686
1687 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1688
1689 Fixing parallel execution in d8 (with -p) and some memory leaks.
1690
1691 Support for precise stepping in functions compiled before debugging was
1692 started (step 1).
1693
1694
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000016952011-09-13: Version 3.6.3
1696
1697 Implemented better support of typed arrays in the d8 shell.
1698
1699 Bug fixes and performance improvements on all platforms.
1700
1701
ricow@chromium.org55ee8072011-09-08 16:33:10 +000017022011-09-08: Version 3.6.2
1703
1704 Added "dependencies" target to top-level Makefile.
1705
1706 Added ability to turn profiler on/off in d8.
1707
1708 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1709
1710 Fixed several crash bugs.
1711
1712
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000017132011-09-07: Version 3.6.1
1714
1715 Fixed a bug in abrupt exit from with or catch inside finally.
1716
1717 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1718 issue 95113).
1719
1720 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1721
1722 Fixed a few clang warnings (which -Werror treated as errors).
1723
1724 Performance improvements on all platforms.
1725
1726
fschneider@chromium.org1805e212011-09-05 10:49:12 +000017272011-09-05: Version 3.6.0
1728
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001729 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001730
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001731 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001732
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001733 Made arguments and caller always be null on native functions
1734 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001735
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001736 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001737
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001738 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001739
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001740 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001741
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001742 Fixed a problem with large heap snapshots in Chrome DevTools
1743 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001744
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001745 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001746
1747
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000017482011-08-31: Version 3.5.10
1749
1750 Added dependency of v8_base on WinSocket2 Windows library in
1751 the GYP-build.
1752
1753 Various bugfixes.
1754
1755
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000017562011-08-29: Version 3.5.9
1757
1758 Made FromPropertyDescriptor not trigger inherited setters.
1759
1760 Fixed .gyp files to work on the ARM simulator.
1761
1762 Fixed shared library build warnings for MSVS.
1763
1764
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000017652011-08-24: Version 3.5.8
1766
1767 Added V8EXPORT attributes for v8::Array::CheckCast and
1768 v8::Number::CheckCast.
1769
1770 Made a slight API change enabling opting out from null termination
1771 in String::Write*().
1772
1773 Fixed arm build for gcc-4.6.
1774
1775
rossberg@chromium.org28a37082011-08-22 11:03:23 +000017762011-08-22: Version 3.5.7
1777
1778 Make scanner handle invalid unicode escapes in identifiers correctly.
1779
1780 Make regexp flag parsing stricter.
1781
1782 Fix several memory leaks.
1783
1784
danno@chromium.orgb6451162011-08-17 14:33:23 +000017852011-08-17: Version 3.5.6
1786
1787 Fixed issue that could cause crashes when running with --heap-stats.
1788
1789 Fixed compilation on Linux 2.6.9 and older.
1790
1791 Fixed live-object-list to work with isolates.
1792
1793 Fixed memory leaks in zones and isolates.
1794
1795 Fixed a performance regression for TypedArrays on x64.
1796
1797 Stability improvements on all platforms.
1798
1799
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000018002011-08-15: Version 3.5.5
1801
1802 Fixed bugs involving negative zero and the optimizing compiler.
1803
1804 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
1805
1806 Eliminated uses of deprecated ARM instructions.
1807
1808 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
1809
1810 Removed restriction on the size of disassembled code that is printed.
1811
1812
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000018132011-08-10: Version 3.5.4
1814
1815 Added a preliminary implementation of ES Harmony weak maps. Weak
1816 maps can be enabled by the flag --harmony-weakmaps.
1817
1818 Introduced a toplevel Makefile to support GYP-based building. GYP
1819 can be obtained from http://gyp.googlecode.com.
1820
1821 Fixed a bug in the length property of functions created by
1822 Function.prototype.bind.
1823
1824 Reduced malloc heap allocation on process startup.
1825
1826 Several important code generation bug fixes.
1827
1828 Performance improvements on all platforms.
1829
1830
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000018312011-08-03: Version 3.5.3
1832
1833 MIPS: Port of fix to ClassOf check from ARM.
1834 Patch from Paul Lind <plind44@gmail.com>.
1835
1836 Stopped using mprotect on Cygwin.
1837 Avoided uninitialized member warning on gcc 4.3.4
1838 Both patches by Bert Belder.
1839
1840 Bug fixes and performance improvements on all platforms.
1841
1842
vegorov@chromium.org7943d462011-08-01 11:41:52 +000018432011-08-01: Version 3.5.2
1844
1845 Performance improvements on all platforms.
1846
1847
ricow@chromium.org2c99e282011-07-28 09:15:17 +000018482011-07-28: Version 3.5.1
1849
1850 Fixed setting the readonly flag on the prototype property using the
1851 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
1852
1853 Changed the tools/test.py script to use d8 instead of shell for
1854 testing.
1855
1856 Fixed crash in ToBooleanStub when GC happens during invocation.
1857
1858 Enabled automatic unboxing of double arrays.
1859
1860 Performance improvements on all platforms.
1861
1862
ricow@chromium.org9fa09672011-07-25 11:05:35 +000018632011-07-25: Version 3.5.0
1864
1865 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
1866 proxies.
1867
1868 Removed logging to memory support.
1869
1870 Bugfixes and performance work.
1871
1872
rossberg@chromium.org717967f2011-07-20 13:44:42 +000018732011-07-20: Version 3.4.14
1874
1875 Fix the debugger for strict-mode functions. (Chromium issue 89236)
1876
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001877 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00001878 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00001879
1880 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
1881
1882
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000018832011-07-18: Version 3.4.13
1884
1885 Improved debugger support to allow inspection of optimized frames (issue
1886 1140).
1887
1888 Fixed a bug in prototype transitions cache clearing introduced by r8165.
1889
1890 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
1891
1892 Fixed a memory leak in sample/shell.cc (dispose semaphores).
1893
1894 Simplified HClampToUint8. Patch by Andy Wingo.
1895
1896 Exposed APIs for detecting boxed primitives, native errors. Patch by
1897 Luke Zarko.
1898
1899 Added map check for COW elements to crankshaft array handling code
1900 (issue 1560).
1901
1902 Sample shell and (a light version of) D8 links against a shared library
1903 now.
1904
1905 Fixed bug in array filter and reduce functions (issue 1559).
1906
1907 Avoid TLS load in AstNode constructor.
1908
1909 Introduced a random entropy source which can optionally be provided at
1910 initialization. (Chromium issue 89462).
1911
1912
whesse@chromium.org030d38e2011-07-13 13:23:34 +000019132011-07-13: Version 3.4.12
1914
1915 Added --prof profiling option to d8 shell.
1916
1917 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
1918
1919 Fixed a potential assertion failure in const declarations.
1920
1921 Fixed an assertion failure in descriptor arrays (issue 1526).
1922
1923 Enabled fast thread-local storage by default on supported platforms.
1924
1925 Improved reporting of source position for global variable loads
1926 (issue 1527).
1927
1928
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000019292011-07-11: Version 3.4.11
1930
1931 Fixed MinGW32 build.
1932
1933 Fixed a GC bug with RegExp code flushing.
1934
1935 Implemented Object.defineProperty for proxies.
1936
1937 Fixed a bug in for/in iteration of arguments objects (issue 1531).
1938
1939 Added debugger support for inspecting optimized frames (issue 1140).
1940
1941 Allowed JSObject::PreventExtensions to work for arguments objects.
1942
1943 Bugfixes and performance work.
1944
1945
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000019462011-07-06: Version 3.4.10
1947
1948 Fixed debugger not breaking on certain "if" statements (issue 1523).
1949
1950 Fixed assertion failure in runtime profiler when running on IA32
1951 without snapshot (issue 1522).
1952
1953 Fixed ABI for API calls on IA32 (for clang compatibility).
1954
1955 Introduced code flushing of RegExp code to free memory used by
1956 RegExps sooner.
1957
1958 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
1959
1960 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
1961
1962 Performance improvements on all platforms.
1963
1964
ricow@chromium.org4f693d62011-07-04 14:01:31 +000019652011-07-04: Version 3.4.9
1966
1967 Added support for debugger inspection of locals in optimized frames
1968 (issue 1140).
1969
1970 Fixed SConstruct to pass correct defines to samples/preparser when
1971 building with library=shared.
1972
1973 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
1974
1975 Fixed a bug in Object.defineProperty on the arguments object.
1976
1977 Performance improvements on all platforms.
1978
1979
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000019802011-06-29: Version 3.4.8
1981
1982 Ensure 16-byte stack alignment on Solaris (issue 1505).
1983
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00001984 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00001985 that is not a smi. (issue 1246).
1986
1987
ager@chromium.org04921a82011-06-27 13:21:41 +000019882011-06-27: Version 3.4.7
1989
1990 Fixed 64-bit build on FreeBSD.
1991
1992 Added API to set the property attributes for the prototype
1993 property on functions created from FunctionTemplates.
1994
1995 Bugfixes and performance work.
1996
1997
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000019982011-06-22: Version 3.4.6
1999
2000 Lowered limit on code space for systems with low memory supply.
2001
2002 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2003
2004 Extended setBreakpoint API to accept partial script name (issue 1418).
2005
2006 Made multi-line comments not count when deciding whether the '-->'
2007 comment starter is first on a line. This matches Safari.
2008
2009 Made handling of non-array recievers in Array length setter correct
2010 (issue 1491).
2011
2012 Added ability to heap profiler to iterate over snapshot's node
2013 (issue 1481).
2014
2015
whesse@chromium.org7b260152011-06-20 15:33:18 +000020162011-06-20: Version 3.4.5
2017
2018 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2019 1476, and 1477.
2020
2021 Improved code generation for !0 and !1.
2022
2023 Reduced memory usage for regular expressions with nested qualifiers.
2024 (issue 1472)
2025
2026 Fixed V8 to count line terminators in multi-line comments.
2027 (Chromium issue 86431)
2028
2029 Fixed disassembler=on option for release-mode builds. (issue 1473)
2030
2031 Performance improvements on all platforms.
2032
2033
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000020342011-06-15: Version 3.4.4
2035
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002036 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002037
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002038 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002039
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002040 Several GYP-related changes: Added support for building Xcode project
2041 files. Make the ARM simulator build with GYP again. Generate Makefiles
2042 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002043
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002044 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2045 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002046
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002047 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002048
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002049 Handle 'undefined' correctly when === has been specialized for doubles.
2050 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002051
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002052 Corrected the limit of local variables in an optimized function from 64
2053 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002054
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002055 Correctly set ReadOnly flag on indexed properties when using the API Set
2056 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002057
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002058 Give the correct error message when Object.isExtensible is called on a
2059 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002060
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002061 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2062 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002063
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002064 Do not redefine properties unneccesarily in seal and freeze. (issue
2065 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002066
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002067 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002068
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002069 Distinguish keyed loads with a symbol key from fast elements loads,
2070 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002071
2072
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000020732011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002074
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002075 Clear the global thread table when an isolate is disposed
2076 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002077
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002078 Converted time zone name to UTF8 on Windows (issue 1290).
2079
2080 Limited the number of arguments in a function call to 32766
2081 (issue 1413).
2082
2083 Compress sources of JS libraries in addition to the snapshot.
2084
2085 Fixed a bug in Lithium environment iteration.
2086
2087 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002088
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002089
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000020902011-06-06: Version 3.4.2
2091
2092 More work on ES-Harmony proxies. Still hidden behind a flag.
2093
2094 Fixed some crash bugs and improved performance.
2095
2096 Fixed building with gdb debugging support.
2097
2098 Do not install SIGPROF handler until it is needed.
2099
2100 Added DateTimeFormat to i18n API.
2101
2102 Fixed compilation on OpenBSD.
2103
2104 Take the ulimit into account when sizing the heap. OpenBSD users
2105 may still have to increase the default ulimit to run heavy pages in
2106 the browser.
2107
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002108
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000021092011-06-01: Version 3.4.1
2110
2111 Fixed JSON stringify issue with arrays.
2112
2113 Changed calls to JS builtins to be passed undefined when called with
2114 implicit receiver.
2115
2116 Implemented the set trap for Harmony proxies. Proxies still need to
2117 be enabled with the --harmony-proxies flag.
2118
2119
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000021202011-05-30: Version 3.4.0
2121
2122 Changed calls to undefined property setters to not throw (issue 1355).
2123
2124 Made RegExp objects not callable.
2125
2126 Fixed issues on special case large JSON strings in new json parser
2127 (issues http://crbug.com/83877 and http://crbug.com/84186).
2128
2129 Performance improvements on all platforms.
2130
2131
danno@chromium.org40cb8782011-05-25 07:58:50 +000021322011-05-25: Version 3.3.10
2133
2134 Fixed calls of strict mode function with an implicit receiver.
2135
2136 Fixed fast handling of arrays to properly deal with changes to the
2137 Object prototype (issue 1403).
2138
2139 Changed strict mode poison pill to be the same type error function
2140 (issue 1387).
2141
2142 Fixed a debug crash in arguments object handling (issue 1227).
2143
2144 Fixed a bug in deoptimization on x64 (issue 1404).
2145
2146 Performance improvements and bug fixes on all platforms.
2147
2148
ager@chromium.orgea91cc52011-05-23 06:06:11 +000021492011-05-23: Version 3.3.9
2150
2151 Added DateTimeFormat class to experimental i18n API.
2152
2153 Extended preparser to give early errors for some strict mode
2154 restrictions.
2155
2156 Removed legacy execScript function from V8.
2157
2158 Extended isolate API with the ability to add embedder-specific
2159 data to an isolate.
2160
2161 Added basic support for polymorphic loads from JS and external
2162 arrays.
2163
2164 Fixed bug in handling of switch statements in the optimizing
2165 compiler.
2166
2167
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000021682011-05-18: Version 3.3.8
2169
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002170 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002171 handles are independent of all other persistent handles and can be
2172 garbage collected more frequently.
2173
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002174 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002175 with the --harmony-proxies flag.
2176
2177 Performance improvements and bug fixes on all platforms.
2178
2179
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000021802011-05-16: Version 3.3.7
2181
2182 Updated MIPS infrastructure files.
2183
2184 Performance improvements and bug fixes on all platforms.
2185
2186
karlklose@chromium.org83a47282011-05-11 11:54:09 +000021872011-05-11: Version 3.3.6
2188
2189 Updated MIPS infrastructure files.
2190
2191 Added method IsCallable for Object to the API.
2192 Patch by Peter Varga.
2193
2194
lrn@chromium.org1c092762011-05-09 09:42:16 +000021952011-05-09: Version 3.3.5
2196
2197 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2198
2199 Added check that receiver is JSObject on API calls.
2200
2201 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2202 Patch by Peter Varga.
2203
2204 Added CallAsFunction method to the Object class in the API (Issue 1336).
2205 Patch by Peter Varga.
2206
2207 Added per-isolate locking and unlocking.
2208
2209 Fixed bug in x64 >>> operator (Issue 1359).
2210
2211
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000022122011-05-04: Version 3.3.4
2213
2214 Implemented API to disallow code generation from strings for a context
2215 (issue 1258).
2216
2217 Fixed bug with whitespaces in parseInt (issue 955).
2218
2219 Fixed bug with == comparison of Date objects (issue 1356).
2220
2221 Added GYP variables for ARM code generation:
2222 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2223 and v8_use_arm_eabi_hardfloat.
2224
2225
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000022262011-05-02: Version 3.3.3
2227
2228 Added support for generating Visual Studio solution and project files
2229 using GYP.
2230
2231 Implemented support for ARM EABI calling convention variation where
2232 floating-point arguments are passed in registers (hardfloat).
2233
2234 Added Object::HasOwnProperty() to the API.
2235
2236 Added support for compressing startup data to reduce binary size. This
2237 includes build time support and an API for the embedder to decompress
2238 the startup data before initializing V8.
2239
2240 Reduced the profiling hooks overhead from >400% to 25% when using
2241 ll_prof.
2242
2243 Performance improvements and bug fixes on all platforms.
2244
2245
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000022462011-04-27: Version 3.3.2
2247
2248 Fixed crash bug on ARM with no VFP3 hardware.
2249
2250 Fixed compilation of V8 without debugger support.
2251
2252 Improved performance on JSLint.
2253
2254 Added support Float64 WebGL arrays.
2255
2256 Fixed crash bug in regexp replace.
2257
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002258
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000022592011-04-20: Version 3.3.1
2260
2261 Reduced V8 binary size by removing virtual functions from hydrogen.
2262
2263 Fixed crash bug on x64.
2264
2265 Performance improvements on ARM and IA32.
2266
2267
danno@chromium.org160a7b02011-04-18 15:51:38 +000022682011-04-18: Version 3.3.0
2269
2270 Fixed bug in floating point rounding in Crankshaft on ARM
2271 (issue 958)
2272
2273 Fixed a number of issues with running without VFPv3 support on ARM
2274 (issue 1315)
2275
2276 Introduced v8Locale.Collator, a partial implementation of Collator
2277 per last ECMAScript meeting + mailing list.
2278
2279 Minor performance improvements and bug fixes.
2280
2281
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000022822011-04-13: Version 3.2.10
2283
2284 Fixed bug in external float arrays on ARM (issue 1323).
2285
2286 Minor performance improvements and bug fixes.
2287
2288
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000022892011-04-11: Version 3.2.9
2290
2291 Removed support for ABI prior to EABI on ARM.
2292
2293 Fixed multiple crash bugs.
2294
2295 Added GCMole to the repository, a simple static analysis tool that
2296 searches for GC-unsafe evaluation order dependent callsites.
2297
2298 Made preparser API be exported in shared libraries.
2299
2300 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2301
2302 Fixed mutable __proto__ property if object is not extensible
2303 (Issue 1309).
2304
2305 Fixed auto suspension of the sampler thread.
2306
2307
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000023082011-04-06: Version 3.2.8
2309
2310 Exposed WebGL typed array constructors in the shell sample.
2311
2312 Performance improvements on all platforms.
2313
2314
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000023152011-04-04: Version 3.2.7
2316
2317 Disabled the original 'classic' V8 code generator. Crankshaft is
2318 now the default on all platforms.
2319
2320 Changed the heap profiler to use more descriptive names.
2321
2322 Performance and stability improvements to isolates on all platforms.
2323
2324
lrn@chromium.org7516f052011-03-30 08:52:27 +000023252011-03-30: Version 3.2.6
2326
2327 Fixed xcode build warning in shell.cc (out of order initialization).
2328
2329 Fixed null-pointer dereference in the compiler when running without
2330 SSE3 support (Chromium issue 77654).
2331
2332 Fixed x64 compilation error due to some dead code. (Issue 1286)
2333
2334 Introduced scons target to build the preparser stand-alone example.
2335
2336 Made FreeBSD build and pass all tests.
2337
2338
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000023392011-03-28: Version 3.2.5
2340
lrn@chromium.org7516f052011-03-30 08:52:27 +00002341 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002342
2343 Added Crankshaft support for external arrays.
2344
2345 Fixed two potential crash bugs.
2346
2347
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000023482011-03-23: Version 3.2.4
2349
2350 Added isolates which allows several V8 instances in the same process.
2351 This is controlled through the new Isolate class in the API.
2352
2353 Implemented more of EcmaScript 5 strict mode.
2354
2355 Reduced the time it takes to make detailed heap snapshot.
2356
2357 Added a number of commands to the ARM simulator and enhanced the ARM
2358 disassembler.
2359
2360
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000023612011-03-17: Version 3.2.3
2362
2363 Fixed a number of crash bugs.
2364
2365 Fixed Array::New(length) to return an array with a length (issue 1256).
2366
2367 Fixed FreeBSD build.
2368
2369 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2370
2371 Implemented more of EcmaScript 5 strict mode.
2372
2373 Improved Crankshaft performance on all platforms.
2374
2375
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000023762011-03-14: Version 3.2.2
2377
2378 Fixed a number of crash and correctness bugs.
2379
2380 Improved Crankshaft performance on all platforms.
2381
2382 Fixed Crankshaft on Solaris/Illumos.
2383
2384
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000023852011-03-10: Version 3.2.1
2386
2387 Fixed a number of crash bugs.
2388
2389 Improved Crankshaft for x64 and ARM.
2390
2391 Implemented more of EcmaScript 5 strict mode.
2392
2393
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000023942011-03-07: Version 3.2.0
2395
2396 Fixed a number of crash bugs.
2397
2398 Turned on Crankshaft by default on x64 and ARM.
2399
2400 Improved Crankshaft for x64 and ARM.
2401
2402 Implemented more of EcmaScript 5 strict mode.
2403
2404
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000024052011-03-02: Version 3.1.8
2406
2407 Fixed a number of crash bugs.
2408
2409 Improved Crankshaft for x64 and ARM.
2410
2411 Implemented more of EcmaScript 5 strict mode.
2412
2413 Fixed issue with unaligned reads and writes on ARM.
2414
2415 Improved heap profiler support.
2416
2417
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000024182011-02-28: Version 3.1.7
2419
2420 Fixed a number of crash bugs.
2421
2422 Improved Crankshaft for x64 and ARM.
2423
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002424 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002425 arrays (http://crbug.com/73940).
2426
2427 Fixed bug in map space compaction (http://crbug.com/59688).
2428
2429 Added support for direct getter accessors calls on ARM.
2430
2431
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000024322011-02-24: Version 3.1.6
2433
2434 Fixed a number of crash bugs.
2435
2436 Added support for Cygwin (issue 64).
2437
2438 Improved Crankshaft for x64 and ARM.
2439
2440 Added Crankshaft support for stores to pixel arrays.
2441
2442 Fixed issue in CPU profiler with Crankshaft.
2443
2444
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000024452011-02-16: Version 3.1.5
2446
2447 Change RegExp parsing to disallow /(*)/.
2448
2449 Added GDB JIT support for ARM.
2450
2451 Fixed several crash bugs.
2452
2453 Performance improvements on the IA32 platform.
2454
2455
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000024562011-02-14: Version 3.1.4
2457
2458 Fixed incorrect compare of prototypes of the global object (issue
2459 1082).
2460
2461 Fixed a bug in optimizing calls to global functions (issue 1106).
2462
2463 Made optimized Function.prototype.apply safe for non-JSObject first
2464 arguments (issue 1128).
2465
2466 Fixed an error related to element accessors on Object.prototype and
2467 parser errors (issue 1130).
2468
2469 Fixed a bug in sorting an array with large array indices (issue 1131).
2470
2471 Properly treat exceptions thrown while compiling (issue 1132).
2472
2473 Fixed bug in register requirements for function.apply (issue 1133).
2474
2475 Fixed a representation change bug in the Hydrogen graph construction
2476 (issue 1134).
2477
2478 Fixed the semantics of delete on parameters (issue 1136).
2479
2480 Fixed a optimizer bug related to moving instructions with side effects
2481 (issue 1138).
2482
2483 Added support for the global object in Object.keys (issue 1150).
2484
2485 Fixed incorrect value for Math.LOG10E
2486 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2487
2488 Performance improvements on the IA32 platform.
2489
2490 Implement assignment to undefined reference in ES5 Strict Mode.
2491
2492
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000024932011-02-09: Version 3.1.3
2494
2495 Fixed a bug triggered by functions with huge numbers of declared
2496 arguments.
2497
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002498 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002499
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002500 Fixed issue where Array.prototype.__proto__ had been set to null
2501 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002502
2503 Fixed stability bugs in Crankshaft for x86.
2504
2505
ricow@chromium.org83aa5492011-02-07 12:42:56 +000025062011-02-07: Version 3.1.2
2507
2508 Added better security checks when accessing properties via
2509 Object.getOwnPropertyDescriptor.
2510
2511 Fixed bug in Object.defineProperty and related access bugs (issues
2512 992, 1083 and 1092).
2513
2514 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2515 copyright notice generation for embedders.
2516
2517
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000025182011-02-02: Version 3.1.1
2519
2520 Perform security checks before fetching the value in
2521 Object.getOwnPropertyDescriptor.
2522
2523 Fixed a bug in Array.prototype.splice triggered by passing no
2524 arguments.
2525
2526 Fixed bugs in -0 in arithmetic and in Math.pow.
2527
2528 Fixed bugs in the register allocator and in switching from optimized
2529 to unoptimized code.
2530
2531
25322011-01-31: Version 3.1.0
2533
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002534 Performance improvements on all platforms.
2535
2536
ager@chromium.org378b34e2011-01-28 08:04:38 +000025372011-01-28: Version 3.0.12
2538
2539 Added support for strict mode parameter and object property
2540 validation.
2541
2542 Fixed a couple of crash bugs.
2543
2544
ager@chromium.org0ee099b2011-01-25 14:06:47 +000025452011-01-25: Version 3.0.11
2546
2547 Fixed a bug in deletion of lookup slots that could cause global
2548 variables to be accidentally deleted (http://crbug.com/70066).
2549
2550 Added support for strict mode octal literal verification.
2551
2552 Fixed a couple of crash bugs (issues 1070 and 1071).
2553
2554
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000025552011-01-24: Version 3.0.10
2556
2557 Fixed External::Wrap for 64-bit addresses (issue 1037).
2558
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002559 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002560 code generator (issue 1060).
2561
2562 Introduced partial strict mode support.
2563
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002564 Changed formatting of recursive error messages to match Firefox and
2565 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002566
2567 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002568 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002569 (issue http://crbug.com/50972).
2570
2571 Performance improvements on the IA32 platform.
2572
2573
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000025742011-01-19: Version 3.0.9
2575
2576 Added basic GDB JIT Interface integration.
2577
2578 Make invalid break/continue statements a syntax error instead of a
2579 runtime error.
2580
2581
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000025822011-01-17: Version 3.0.8
2583
2584 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002585 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002586
2587 Wrapped external pointers more carefully (issue 1037).
2588
2589 Hardened the implementation of error objects to avoid setters
2590 intercepting the properties set then throwing an error.
2591
2592 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2593
2594 Performance improvements on the IA32 platform.
2595
2596
25972011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002598
2599 Stopped calling inherited setters when creating object literals
2600 (issue 1015).
2601
2602 Changed interpretation of malformed \c? escapes in RegExp to match
2603 JSC.
2604
2605 Enhanced the command-line debugger interface and fixed some minor
2606 bugs in the debugger.
2607
2608 Performance improvements on the IA32 platform.
2609
2610
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000026112011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002612
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002613 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002614
2615 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002616 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002617
2618 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002619 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002620
2621 Added use_system_v8 option to gyp (off by default), to make it easier
2622 for Linux distributions to ship with system-provided V8 library.
2623
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002624 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002625
2626 Added labelled thread names to help with debugging (on Linux).
2627
2628
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000026292011-01-03: Version 3.0.5
2630
2631 Fixed a couple of cast errors for gcc-3.4.3.
2632
2633 Performance improvements in GC and IA32 code generator.
2634
2635
whesse@chromium.org023421e2010-12-21 12:19:12 +000026362010-12-21: Version 3.0.4
2637
2638 Added Date::ResetCache() to the API so that the cached values in the
2639 Date object can be reset to allow live DST / timezone changes.
2640
2641 Extended existing support for printing (while debugging) the contents
2642 of objects. Added support for printing objects from release builds.
2643
2644 Fixed V8 issues 989, 1006, and 1007.
2645
2646
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000026472010-12-17: Version 3.0.3
2648
2649 Reapplied all changes for version 3.0.1.
2650
2651 Improved debugger protocol for remote debugging.
2652
2653 Added experimental support for using gyp to generate build files
2654 for V8.
2655
2656 Fixed implementation of String::Write in the API (issue 975).
2657
2658
lrn@chromium.org8541d772010-12-15 12:05:09 +000026592010-12-15: Version 3.0.2
2660
2661 Revert version 3.0.1 and patch 3.0.1.1.
2662
2663
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000026642010-12-13: Version 3.0.1
2665
2666 Added support for an experimental internationalization API as an
2667 extension. This extension is disabled by default but can be enabled
2668 when building V8. The ECMAScript internationalization strawman is
2669 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2670
2671 Made RegExp character class parsing stricter. This mirrors a change
2672 to RegExp parsing in WebKit.
2673
2674 Fixed a bug in Object.defineProperty when used to change attributes
2675 of an existing property. It incorrectly set the property value to
2676 undefined (issue 965).
2677
2678 Fixed several different compilation failures on various platforms
2679 caused by the 3.0.0 release.
2680
2681 Optimized Math.pow so it can work on unboxed doubles.
2682
2683 Sped up quoting of JSON strings by removing one traversal of the
2684 string.
2685
2686
kasperl@chromium.orga5551262010-12-07 12:49:48 +000026872010-12-07: Version 3.0.0
2688
2689 Improved performance by (partially) addressing issue 957 on
2690 IA-32. Still needs more work for the other architectures.
2691
2692
ager@chromium.orgbeb25712010-11-29 08:02:25 +000026932010-11-29: Version 2.5.9
2694
2695 Fixed crashes during GC caused by partially initialize heap
2696 objects.
2697
2698 Fixed bug in process sample that caused memory leaks.
2699
2700 Improved performance on ARM by implementing missing stubs and
2701 inlining.
2702
2703 Improved heap profiler support.
2704
2705 Added separate seeding on Windows of the random number generator
2706 used internally by the compiler (issue 936).
2707
2708 Exposed API for getting the name of the function used to construct
2709 an object.
2710
2711 Fixed date parser to handle one and two digit millisecond
2712 values (issue 944).
2713
2714 Fixed number parsing to disallow space between sign and
2715 digits (issue 946).
2716
2717
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000027182010-11-23: Version 2.5.8
2719
2720 Removed dependency on Gay's dtoa.
2721
2722 Improved heap profiler precision and speed.
2723
2724 Reduced overhead of callback invocations on ARM.
2725
2726
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000027272010-11-18: Version 2.5.7
2728
2729 Fixed obscure evaluation order bug (issue 931).
2730
2731 Split the random number state between JavaScript and the private API.
2732
2733 Fixed performance bug causing GCs when generating stack traces on
2734 code from very large scripts.
2735
2736 Fixed bug in parser that allowed (foo):42 as a labelled statement
2737 (issue 918).
2738
2739 Provide more accurate results about used heap size via
2740 GetHeapStatistics.
2741
2742 Allow build-time customization of the max semispace size.
2743
2744 Made String.prototype.split honor limit when separator is empty
2745 (issue 929).
2746
2747 Added missing failure check after expecting an identifier in
2748 preparser (Chromium issue 62639).
2749
2750
ager@chromium.org01fe7df2010-11-10 11:59:11 +000027512010-11-10: Version 2.5.6
2752
2753 Added support for VFP rounding modes to the ARM simulator.
2754
2755 Fixed multiplication overflow bug (issue 927).
2756
2757 Added a limit for the amount of executable memory (issue 925).
2758
2759
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000027602010-11-08: Version 2.5.5
2761
2762 Added more aggressive GC of external objects in near out-of-memory
2763 situations.
2764
2765 Fixed a bug that gave the incorrect result for String.split called
2766 on the empty string (issue 924).
2767
2768
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000027692010-11-03: Version 2.5.4
2770
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002771 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002772
2773
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000027742010-11-01: Version 2.5.3
2775
2776 Fixed a bug that prevents constants from overwriting function values
2777 in object literals (issue 907).
2778
2779 Fixed a bug with reporting of impossible nested calls of DOM functions
2780 (issue http://crbug.com/60753).
2781
2782
lrn@chromium.org303ada72010-10-27 09:33:13 +000027832010-10-27: Version 2.5.2
2784
2785 Improved sampler resolution on Linux.
2786
2787 Allowed forcing the use of a simulator from the build script
2788 independently of the host architecture.
2789
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002790 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00002791
2792 Made windows-tick-processor respect D8_PATH.
2793
2794 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
2795
2796
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000027972010-10-20: Version 2.5.1
2798
2799 Fixed bug causing spurious out of memory exceptions
2800 (issue http://crbug.com/54580).
2801
2802 Fixed compilation error on Solaris platform (issue 901).
2803
2804 Fixed error in strtod (string to floating point number conversion)
2805 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
2806
2807 Adjusted randomized allocations of executable memory to have 64k
2808 granularity (issue http://crbug.com/56036).
2809
2810 Supported profiling using kernel perf_events on linux. Added ll_prof
2811 script to tools and --ll-prof flag to V8.
2812
2813
vegorov@chromium.org42841962010-10-18 11:18:59 +000028142010-10-18: Version 2.5.0
2815
2816 Fixed bug in cache handling of lastIndex on global regexps
2817 (issue http://crbug.com/58740).
2818
2819 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
2820 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00002821 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00002822
2823 Fixed compilation error on ARM with gcc 4.4 (issue 894).
2824
2825
28262010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00002827
2828 Fixed a bug in the handling of conditional expressions in test
2829 contexts in compiler for top-level code.
2830
2831 Added "//@ sourceURL" information to the StackTrace API.
2832
2833 Exposed RegExp construction through the API.
2834
2835
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000028362010-10-04: Version 2.4.8
2837
2838 Fixed a bug in ResumeProfilerEx causing it to not always write out the
2839 whole snapshot (issue 868).
2840
2841 Performance improvements on all platforms.
2842
2843
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000028442010-09-30: Version 2.4.7
2845
2846 Changed the command-line flag --max-new-space-size to be in kB and the
2847 flag --max-old-space-size to be in MB (previously they were in bytes).
2848
2849 Added Debug::CancelDebugBreak to the debugger API.
2850
2851 Fixed a bug in getters for negative numeric property names
2852 (https://bugs.webkit.org/show_bug.cgi?id=46689).
2853
2854 Performance improvements on all platforms.
2855
2856
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000028572010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002858
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00002859 Fixed assertion failure related to copy-on-write arrays (issue 876).
2860
2861 Fixed build failure of 64-bit V8 on Windows.
2862
2863 Fixed a bug in RegExp (issue http://crbug.com/52801).
2864
2865 Improved the profiler's coverage to cover more functions (issue 858).
2866
2867 Fixed error in shift operators on 64-bit V8
2868 (issue http://crbug.com/54521).
2869
2870
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000028712010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002872
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002873 Changed the RegExp benchmark to exercise the regexp engine on different
2874 inputs by scrambling the input strings.
2875
2876 Fixed a bug in keyed loads on strings.
2877
2878 Fixed a bug with loading global function prototypes.
2879
2880 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
2881
2882 Performance improvements on all platforms.
2883
2884
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000028852010-09-15: Version 2.4.4
2886
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002887 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002888
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002889 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002890
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002891 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002892
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002893 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002894
2895
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000028962010-09-13: Version 2.4.3
2897
2898 Made Date.parse properly handle TZ offsets (issue 857).
2899
2900 Performance improvements on all platforms.
2901
2902
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000029032010-09-08: Version 2.4.2
2904
2905 Fixed GC crash bug.
2906
2907 Fixed stack corruption bug.
2908
2909 Fixed compilation for newer C++ compilers that found Operand(0)
2910 ambiguous.
2911
2912
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000029132010-09-06: Version 2.4.1
2914
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002915 Added the ability for an embedding application to receive a callback
2916 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
2917 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002918
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002919 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002920
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002921 Fixed memory overrun crash bug triggered during V8's tick-based
2922 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002923
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002924 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002925
2926
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000029272010-09-01: Version 2.4.0
2928
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002929 Fixed bug in Object.freeze and Object.seal when Array.prototype or
2930 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002931
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002932 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002933 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002934
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002935 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002936
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002937 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002938
2939
ricow@chromium.org65fae842010-08-25 15:26:24 +000029402010-08-25: Version 2.3.11
2941
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002942 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002943
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002944 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002945 VARIANT_FLAGS that allows specification of sets of flags with which
2946 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002947
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002948 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002949
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002950 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002951
2952
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000029532010-08-23: Version 2.3.10
2954
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002955 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00002956
2957 Build fixes for unusual compilers.
2958
2959 Track high water mark for RWX memory.
2960
2961 Performance improvements on all platforms.
2962
2963
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000029642010-08-18: Version 2.3.9
2965
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002966 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002967
2968 Removed specialized handling of GCC 4.4 (issue 830).
2969
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002970 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002971 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
2972
ricow@chromium.org65fae842010-08-25 15:26:24 +00002973 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002974
2975
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000029762010-08-16: Version 2.3.8
2977
2978 Fixed build with strict aliasing on GCC 4.4 (issue 463).
2979
2980 Fixed issue with incorrect handling of custom valueOf methods on
2981 string wrappers (issue 760).
2982
2983 Fixed compilation for ARMv4 (issue 590).
2984
2985 Improved performance.
2986
2987
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000029882010-08-11: Version 2.3.7
2989
2990 Reduced size of heap snapshots produced by heap profiler (issue 783).
2991
2992 Introduced v8::Value::IsRegExp method.
2993
2994 Fixed CPU profiler crash in start / stop sequence when non-existent
2995 name is passed (issue http://crbug.com/51594).
2996
2997 Introduced new indexed property query callbacks API (issue 816). This
2998 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
2999 by default.
3000
3001 Removed support for object literal get/set with number/string
3002 property name.
3003
3004 Fixed handling of JSObject::elements in CalculateNetworkSize
3005 (issue 822).
3006
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003007 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003008
3009
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000030102010-08-09: Version 2.3.6
3011
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003012 RegExp literals create a new object every time they are evaluated
3013 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003014
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003015 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003016
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003017 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003018
3019
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000030202010-08-04: Version 2.3.5
3021
3022 Added support for ES5 property names. Object initialisers and
3023 dot-notation property access now allows keywords. Also allowed
3024 non-identifiers after "get" or "set" in an object initialiser.
3025
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003026 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003027
3028
whesse@chromium.orge90029b2010-08-02 11:52:17 +000030292010-08-02: Version 2.3.4
3030
3031 Fixed problems in implementation of ES5 function.prototype.bind.
3032
3033 Fixed error when using apply with arguments object on ARM (issue 784).
3034
3035 Added setting of global flags to debugger protocol.
3036
3037 Fixed an error affecting cached results of sin and cos (issue 792).
3038
3039 Removed memory leak from a boundary case where V8 is not initialized.
3040
3041 Fixed issue where debugger could set breakpoints outside the body
3042 of a function.
3043
3044 Fixed issue in debugger when using both live edit and step in features.
3045
3046 Added Number-letter (Nl) category to Unicode tables. These characters
3047 can now be used in identifiers.
3048
3049 Fixed an assert failure on X64 (issue 806).
3050
3051 Performance improvements on all platforms.
3052
3053
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000030542010-07-26: Version 2.3.3
3055
3056 Fixed error when building the d8 shell in a fresh checkout.
3057
3058 Implemented Function.prototype.bind (ES5 15.3.4.5).
3059
3060 Fixed an error in inlined stores on ia32.
3061
3062 Fixed an error when setting a breakpoint at the end of a function
3063 that does not end with a newline character.
3064
3065 Performance improvements on all platforms.
3066
3067
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000030682010-07-21: Version 2.3.2
3069
3070 Fixed compiler warnings when building with LLVM.
3071
3072 Fixed a bug with for-in applied to strings (issue 785).
3073
3074 Performance improvements on all platforms.
3075
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003076
ricow@chromium.org4980dff2010-07-19 08:33:45 +000030772010-07-19: Version 2.3.1
3078
3079 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3080
3081 Fixed bug related to code flushing while compiling a lazy
3082 compilable function (issue http://crbug.com/49099).
3083
3084 Performance improvements on all platforms.
3085
3086
ager@chromium.orgb5737492010-07-15 09:29:43 +000030872010-07-15: Version 2.3.0
3088
3089 Added ES5 Object.seal and Object.isSealed.
3090
3091 Added debugger API for scheduling debugger commands from a
3092 separate thread.
3093
3094
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000030952010-07-14: Version 2.2.24
3096
3097 Added API for capturing stack traces for uncaught exceptions.
3098
3099 Fixed crash bug when preparsing from a non-external V8 string
3100 (issue 775).
3101
3102 Fixed JSON.parse bug causing input not to be converted to string
3103 (issue 764).
3104
3105 Added ES5 Object.freeze and Object.isFrozen.
3106
3107 Performance improvements on all platforms.
3108
3109
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000031102010-07-07: Version 2.2.23
3111
3112 API change: Convert Unicode code points outside the basic multilingual
3113 plane to the replacement character. Previous behavior was to silently
3114 truncate the value to 16 bits.
3115
3116 Fixed crash: handle all flat string types in regexp replace.
3117
3118 Prevent invalid pre-parsing data passed in through the API from
3119 crashing V8.
3120
3121 Performance improvements on all platforms.
3122
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003123
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000031242010-07-05: Version 2.2.22
3125
3126 Added ES5 Object.isExtensible and Object.preventExtensions.
3127
3128 Enabled building V8 as a DLL.
3129
3130 Fixed a bug in date code where -0 was not interpreted as 0
3131 (issue 736).
3132
3133 Performance improvements on all platforms.
3134
3135
lrn@chromium.org32d961d2010-06-30 09:09:34 +000031362010-06-30: Version 2.2.21
3137
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003138 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003139
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003140 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003141
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003142 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003143
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003144 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003145
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003146 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003147
3148 Provide actual breakpoints locations in response to setBreakpoint
3149 and listBreakpoints requests.
3150
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003151
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000031522010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003153
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003154 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003155
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003156 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003157
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003158 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003159
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003160 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003161 miscalculated for some inputs.
3162
3163 Performance improvements on all platforms.
3164
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003165
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000031662010-06-23: Version 2.2.19
3167
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003168 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003169 (issue 738).
3170
3171 Added expose-externalize-string flag for testing extensions.
3172
3173 Resolve linker issues with using V8 as a DLL causing a number of
3174 problems with unresolved symbols.
3175
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003176 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003177 defined.
3178
3179 Performance improvements on all platforms.
3180
3181
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000031822010-06-16: Version 2.2.18
3183
3184 Added API functions to retrieve information on indexed properties
3185 managed by the embedding layer. Fixes bug 737.
3186
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003187 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003188
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003189 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003190
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003191 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003192
3193 Incremental performance improvements.
3194
3195
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000031962010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003197
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003198 Improved debugger support for stepping out of functions.
3199
3200 Incremental performance improvements.
3201
3202
32032010-06-09: Version 2.2.16
3204
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003205 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003206 disposal of external string resources to call a virtual Dispose
3207 method on the resource.
3208
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003209 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003210 stepping.
3211
3212 Memory usage improvements on all platforms.
3213
3214
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000032152010-06-07: Version 2.2.15
3216
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003217 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003218
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003219 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003220 some compilers complaint when compiling with -Werror.
3221
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003222 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003223
3224
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000032252010-06-02: Version 2.2.14
3226
3227 Fixed a crash in code generated for String.charCodeAt.
3228
3229 Fixed a compilation issue with some GCC versions (issue 727).
3230
3231 Performance optimizations on x64 and ARM platforms.
3232
3233
ricow@chromium.org30ce4112010-05-31 10:38:25 +000032342010-05-31: Version 2.2.13
3235
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003236 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003237 strings (issue 599).
3238
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003239 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003240
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003241 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003242
3243 Performance improvements on all platforms.
3244
3245
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000032462010-05-26: Version 2.2.12
3247
3248 Allowed accessors to be defined on objects rather than just object
3249 templates.
3250
3251 Changed the ScriptData API.
3252
3253
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000032542010-05-21: Version 2.2.11
3255
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003256 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003257
3258 Use 'full compiler' when debugging is active. This should increase
3259 the density of possible break points, making single step more fine
3260 grained. This will only take effect for functions compiled after
3261 debugging has been started, so recompilation of all functions is
3262 required to get the full effect. IA32 and x64 only for now.
3263
3264 Misc. fixes to the Solaris build.
3265
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003266 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003267
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003268 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003269
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003270 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003271
3272 Incremental performance improvements in all backends.
3273
3274
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000032752010-05-17: Version 2.2.10
3276
3277 Performance improvements in the x64 and ARM backends.
3278
3279
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000032802010-05-10: Version 2.2.9
3281
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003282 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003283
3284 Fixed bug with Date.parse returning a non-NaN value when called on a
3285 non date string (issue 696).
3286
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003287 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003288 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003289
3290 C++ API for retrieving JavaScript stack trace information.
3291
3292
ager@chromium.orgac091b72010-05-05 07:34:42 +000032932010-05-05: Version 2.2.8
3294
3295 Performance improvements in the x64 and ARM backends.
3296
3297
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000032982010-05-03: Version 2.2.7
3299
3300 Added support for ES5 date time string format to Date.parse.
3301
3302 Performance improvements in the x64 backend.
3303
3304
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000033052010-04-28: Version 2.2.6
3306
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003307 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003308 (by Ryan Dahl <coldredlemur@gmail.com>).
3309
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003310 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003311
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003312 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003313
3314 Performance improvements on all platforms.
3315
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003316
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000033172010-04-26: Version 2.2.5
3318
3319 Various performance improvements (especially for ARM and x64)
3320
3321 Fixed bug in CPU profiling (http://crbug.com/42137)
3322
3323 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003324
3325 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003326 wrong calculations.
3327
3328 Fixed a bug that may cause a wrong result for shift operations.
3329
3330
33312010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003332
3333 Fixed warnings on arm on newer GCC versions.
3334
3335 Fixed a number of minor bugs.
3336
3337 Performance improvements on all platforms.
3338
3339
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000033402010-04-14: Version 2.2.3
3341
3342 Added stack command and mem command to ARM simulator debugger.
3343
3344 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3345
3346 Performance improvements on all platforms.
3347
3348
ager@chromium.org357bf652010-04-12 11:30:10 +000033492010-04-12: Version 2.2.2
3350
3351 Introduced new profiler API.
3352
3353 Fixed random number generator to produce full 32 random bits.
3354
3355
lrn@chromium.org25156de2010-04-06 13:10:27 +000033562010-04-06: Version 2.2.1
3357
3358 Debugger improvements.
3359
3360 Fixed minor bugs.
3361
3362
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000033632010-03-29: Version 2.2.0
3364
3365 Fixed a few minor bugs.
3366
3367 Performance improvements for string operations.
3368
3369
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000033702010-03-26: Version 2.1.10
3371
3372 Fixed scons build issues.
3373
3374 Fixed a couple of minor bugs.
3375
3376
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000033772010-03-25: Version 2.1.9
3378
3379 Added API support for reattaching a global object to a context.
3380
3381 Extended debugger API with access to the internal debugger context.
3382
3383 Fixed Chromium crashes (issues http://crbug.com/39128 and
3384 http://crbug.com/39160)
3385
3386
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000033872010-03-24: Version 2.1.8
3388
3389 Added fine-grained garbage collection callbacks to the API.
3390
3391 Performance improvements on all platforms.
3392
3393
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000033942010-03-22: Version 2.1.7
3395
3396 Fixed issue 650.
3397
3398 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003399
3400 Performance improvements for arithmetic operations.
3401
3402 Performance improvements for string operations.
3403
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003404 Print script name and line number information in stack trace.
3405
3406
34072010-03-17: Version 2.1.6
3408
3409 Performance improvements for arithmetic operations.
3410
3411 Performance improvements for string operations.
3412
3413
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000034142010-03-10: Version 2.1.4
3415
3416 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3417
3418 Performance improvements on all platforms.
3419
3420
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000034212010-03-10: Version 2.1.3
3422
3423 Added API method for context-disposal notifications.
3424
3425 Added API method for accessing elements by integer index.
3426
3427 Added missing implementation of Uint32::Value and Value::IsUint32
3428 API methods.
3429
3430 Added IsExecutionTerminating API method.
3431
3432 Disabled strict aliasing for GCC 4.4.
3433
3434 Fixed string-concatenation bug (issue 636).
3435
3436 Performance improvements on all platforms.
3437
3438
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000034392010-02-23: Version 2.1.2
3440
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003441 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003442
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003443 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003444
3445 Performance improvements on all platforms.
3446
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003447
ager@chromium.org5c838252010-02-19 08:53:10 +000034482010-02-19: Version 2.1.1
3449
3450 [ES5] Implemented Object.defineProperty.
3451
3452 Improved profiler support.
3453
3454 Added SetPrototype method in the public V8 API.
3455
3456 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3457 objects in the API.
3458
3459 Performance improvements on all platforms.
3460
3461
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000034622010-02-03: Version 2.1.0
3463
3464 Values are now always wrapped in objects when used as a receiver.
3465 (issue 223).
3466
3467 [ES5] Implemented Object.getOwnPropertyNames.
3468
3469 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3470 JSON grammar.
3471
3472 Improvement of debugger agent (issue 549 and 554).
3473
3474 Fixed problem with skipped stack frame in profiles (issue 553).
3475
3476 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3477 <ry@tinyclouds.org>.
3478
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003479 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003480 integers.
3481
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003482 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003483 functions (isue http://crbug.com/3867).
3484
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003485 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003486
3487 Numerous performance improvements including porting of previous IA-32
3488 optimizations to x64 and ARM architectures.
3489
3490
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000034912010-01-14: Version 2.0.6
3492
3493 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3494 GetOwnProperty, FromPropertyDescriptor.
3495
3496 Fixed Mac x64 build errors.
3497
3498 Improved performance of some math and string operations.
3499
3500 Improved performance of some regexp operations.
3501
3502 Improved performance of context creation.
3503
3504 Improved performance of hash tables.
3505
3506
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000035072009-12-18: Version 2.0.5
3508
3509 Extended to upper limit of map space to allow for 7 times as many map
3510 to be allocated (issue 524).
3511
3512 Improved performance of code using closures.
3513
3514 Improved performance of some binary operations involving doubles.
3515
3516
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000035172009-12-16: Version 2.0.4
3518
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003519 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003520
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003521 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003522
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003523 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003524
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003525 Improved handling of external strings by using a separate table
3526 instead of weak handles. This improves garbage collection
3527 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003528
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003529 Changed code generation for object and array literals in toplevel
3530 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003531
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003532 Fixed a crash bug triggered when garbage collection happened during
3533 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003534
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003535 Fixed crash bug sometimes triggered when local variables shadowed
3536 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003537
3538
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000035392009-12-03: Version 2.0.3
3540
3541 Optimized handling and adding of strings, for-in and Array.join.
3542
3543 Heap serialization is now non-destructive.
3544
3545 Improved profiler support with information on time spend in C++
3546 callbacks registered through the API.
3547
3548 Added commands to the debugger protocol for starting/stopping
3549 profiling.
3550
3551 Enabled the non-optimizing compiler for top-level code.
3552
3553 Changed the API to only allow strings to be set as data objects on
3554 Contexts and scripts to avoid potentially keeping global objects
3555 around for too long (issue 528).
3556
3557 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3558
3559 Fixed bugs.
3560
3561
ager@chromium.org01beca72009-11-24 14:29:16 +000035622009-11-24: Version 2.0.2
3563
3564 Improved profiler support.
3565
3566 Fixed bug that broke compilation of d8 with readline support.
3567
3568
ager@chromium.org6141cbe2009-11-20 12:14:52 +000035692009-11-20: Version 2.0.1
3570
3571 Fixed crash bug in String.prototype.replace.
3572
3573 Reverted a change which caused Chromium interactive ui test
3574 failures.
3575
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003576
ager@chromium.orgc4c92722009-11-18 14:12:51 +000035772009-11-18: Version 2.0.0
3578
3579 Added support for VFP on ARM.
3580
3581 Added TryCatch::ReThrow method to the API.
3582
3583 Reduced the size of snapshots and improved the snapshot load time.
3584
3585 Improved heap profiler support.
3586
3587 64-bit version now supported on Windows.
3588
3589 Fixed a number of debugger issues.
3590
3591 Fixed bugs.
3592
3593
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000035942009-10-29: Version 1.3.18
3595
3596 Reverted a change which caused crashes in RegExp replace.
3597
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003598 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003599
3600
ager@chromium.org3811b432009-10-28 14:53:37 +000036012009-10-28: Version 1.3.17
3602
3603 Added API method to get simple heap statistics.
3604
3605 Improved heap profiler support.
3606
3607 Fixed the implementation of the resource constraint API so it
3608 works when using snapshots.
3609
3610 Fixed a number of issues in the Windows 64-bit version.
3611
3612 Optimized calls to API getters.
3613
3614 Added valgrind notification on code modification to the 64-bit version.
3615
3616 Fixed issue where we logged shared library addresses on Windows at
3617 startup and never used them.
3618
3619
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000036202009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003621
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003622 X64: Convert smis to holding 32 bits of payload.
3623
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003624 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003625
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003626 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003627
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003628 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003629 Patch by Jan de Mooij <jandemooij@gmail.com>
3630
3631 Implement ES5 Array.isArray
3632 Patch by Jan de Mooij <jandemooij@gmail.com>
3633
3634 Skip access checks for hidden properties.
3635
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003636 Added String::Concat(Handle<String> left, Handle<String> right) to the
3637 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003638
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003639 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003640
3641
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000036422009-10-07: Version 1.3.15
3643
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003644 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003645
3646 Fixed a crash bug happening when starting profiling (issue
3647 http://crbug.com/23768).
3648
3649
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000036502009-10-07: Version 1.3.14
3651
3652 Added GetRealNamedProperty to the API to lookup real properties
3653 located on the object or in the prototype chain skipping any
3654 interceptors.
3655
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003656 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003657 stack limit now needs to be set to each thread thich is used with V8.
3658
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003659 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003660
3661 Ensure V8 is initialized before locking and unlocking threads.
3662
3663 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003664 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003665 Crockford from the project.
3666
3667 Added a missing optimization in StringCharAt.
3668
3669 Fixed some flaky socket tests.
3670
3671 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3672 in 64-bit mode.
3673
3674 Fixed memory leaks in the thread management code.
3675
3676 Fixed the result of assignment to a pixel array. The assigned value
3677 is now the result.
3678
3679 Error reporting for invalid left-hand sides in for-in statements, pre-
3680 and postfix count expressions, and assignments now matches the JSC
3681 behavior in Safari 4.
3682
3683 Follow the spec in disallowing function declarations without a name.
3684
3685 Always allocate code objects within a 2 GB range. On x64 architecture
3686 this is used to use near calls (32-bit displacement) in Code objects.
3687
3688 Optimized array construction ported to x64 and ARM architectures.
3689
3690 [ES5] Changed Object.keys to return strings for element indices.
3691
3692
ager@chromium.org68e7ab72009-09-23 09:40:39 +000036932009-09-23: Version 1.3.13
3694
3695 Fixed uninitialized memory problem.
3696
3697 Improved heap profiler support.
3698
3699
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000037002009-09-22: Version 1.3.12
3701
3702 Changed behavior of |function|.toString() on built-in functions to
3703 be compatible with other implementations. Patch by Jan de Mooij.
3704
3705 Added Object::IsDirty in the API.
3706
3707 Optimized array construction; it is now handled purely in native
3708 code.
3709
3710 [ES5] Made properties of the arguments array enumerable.
3711
3712 [ES5] Added test suite adapter for the es5conform test suite.
3713
3714 [ES5] Added Object.keys function.
3715
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003716
ager@chromium.org4af710e2009-09-15 12:20:11 +000037172009-09-15: Version 1.3.11
3718
3719 Fixed crash in error reporting during bootstrapping.
3720
3721 Optimized generated IA32 math code by using SSE2 instructions when
3722 available.
3723
3724 Implemented missing pieces of debugger infrastructure on ARM. The
3725 debugger is now fully functional on ARM.
3726
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003727 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003728
3729
ager@chromium.orga1645e22009-09-09 19:27:10 +000037302009-09-09: Version 1.3.10
3731
3732 Fixed profiler on Mac in 64-bit mode.
3733
3734 Optimized creation of objects from simple constructor functions on
3735 ARM.
3736
3737 Fixed a number of debugger issues.
3738
3739 Reduced the amount of memory consumed by V8.
3740
3741
ager@chromium.org18ad94b2009-09-02 08:22:29 +000037422009-09-02: Version 1.3.9
3743
3744 Optimized stack guard checks on ARM.
3745
3746 Optimized API operations by inlining more in the API.
3747
3748 Optimized creation of objects from simple constructor functions.
3749
3750 Enabled a number of missing optimizations in the 64-bit port.
3751
3752 Implemented native-code support for regular expressions on ARM.
3753
3754 Stopped using the 'sahf' instruction on 64-bit machines that do
3755 not support it.
3756
3757 Fixed a bug in the support for forceful termination of JavaScript
3758 execution.
3759
3760
ager@chromium.org96c75b52009-08-26 09:13:16 +000037612009-08-26: Version 1.3.8
3762
3763 Changed the handling of idle notifications to allow idle
3764 notifications when V8 has not yet been initialized.
3765
3766 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003767
ager@chromium.org96c75b52009-08-26 09:13:16 +00003768
ager@chromium.orgab99eea2009-08-25 07:05:41 +000037692009-08-25: Version 1.3.7
3770
3771 Reduced the size of generated code on ARM platforms by reducing
3772 the size of constant pools.
3773
3774 Changed build files to not include the 'ENV' user environment
3775 variable in the build environment.
3776
3777 Changed the handling of idle notifications.
3778
3779
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000037802009-08-21: Version 1.3.6
3781
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003782 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003783
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003784 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003785 a low memory situation to V8.
3786
3787 Changed the handling of global handles (persistent handles in the API
3788 sense) to avoid issues regarding allocation of new global handles
3789 during weak handle callbacks.
3790
3791 Changed the growth policy of the young space.
3792
3793 Fixed a GC issue introduced in version 1.3.5.
3794
3795
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000037962009-08-19: Version 1.3.5
3797
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003798 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003799
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003800 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003801
3802 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
3803
3804 Changed typeof RegExp from 'object' to 'function' for compatibility.
3805 Fixed bug where regexps were not callable across contexts.
3806
3807 Added context independent script compilation to the API.
3808
3809 Added API call to get the stack trace for an exception.
3810
3811 Added API for getting object mirrors.
3812
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003813 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003814 running off a snapshot generated without using SSE3 instructions.
3815
3816 Tweaked the handling of the initial size and growth policy of the heap.
3817
3818 Added native code generation for RegExp to 64-bit version.
3819
3820 Added JavaScript debugger support to 64-bit version.
3821
3822
ager@chromium.orgadd848f2009-08-13 12:44:13 +000038232009-08-13: Version 1.3.4
3824
3825 Added a readline() command to the d8 shell.
3826
3827 Fixed bug in json parsing.
3828
3829 Added idle notification to the API and reduced memory on idle
3830 notifications.
3831
3832
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000038332009-08-12: Version 1.3.3
3834
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003835 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003836
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003837 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003838
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003839 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003840
3841 API: added function to find instance of template in prototype
3842 chain. Inlined Object::IsInstanceOf.
3843
3844 Land change to notify valgrind when we modify code on x86.
3845
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003846 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003847
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003848 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003849
3850
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000038512009-08-05: Version 1.3.2
3852
3853 Started new compiler infrastructure for two-pass compilation using a
3854 control flow graph constructed from the AST.
3855
3856 Profiler stack sampling for X64.
3857
3858 Safe handling of NaN to Posix platform-dependent time functions.
3859
3860 Added a new profiler control API to unify controlling various aspects
3861 of profiling.
3862
3863 Fixed issue 392.
3864
3865
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000038662009-07-30: Version 1.3.1
3867
3868 Speed improvements to accessors and interceptors.
3869
3870 Added support for capturing stack information on custom errors.
3871
3872 Added support for morphing an object into a pixel array where its
3873 indexed properties are stored in an external byte array. Values written
3874 are always clamped to the 0..255 interval.
3875
3876 Profiler on x64 now handles C/C++ functions from shared libraries.
3877
3878 Changed the debugger to avoid stepping into function.call/apply if the
3879 function is a built-in.
3880
3881 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003882
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003883 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003884
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003885 Optimized the called as constructor check for API calls.
3886
3887
kasperl@chromium.orge959c182009-07-27 08:59:04 +000038882009-07-27: Version 1.3.0
3889
3890 Allowed RegExp objects to be called as functions (issue 132).
3891
3892 Fixed issue where global property cells would escape after
3893 detaching the global object; see http://crbug.com/16276.
3894
3895 Added support for stepping into setters and getters in the
3896 debugger.
3897
3898 Changed the debugger to avoid stopping in its own JavaScript code
3899 and in the code of built-in functions.
3900
3901 Fixed issue 345 by avoiding duplicate escaping labels.
3902
3903 Fixed ARM code generator crash in short-circuited boolean
3904 expressions and added regression tests.
3905
3906 Added an external allocation limit to avoid issues where small V8
3907 objects would hold on to large amounts of external memory without
3908 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003909
3910 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00003911
3912
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000039132009-07-13: Version 1.2.14
3914
3915 Added separate paged heap space for global property cells and
3916 avoid updating the write barrier when storing into them.
3917
3918 Improved peep-hole optimization on ARM platforms by not emitting
3919 unnecessary debug information.
3920
3921 Re-enabled ICs for loads and calls that skip a global object
3922 during lookup through the prototype chain.
3923
3924 Allowed access through global proxies to use ICs.
3925
3926 Fixed issue 401.
3927
3928
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000039292009-07-09: Version 1.2.13
3930
3931 Fixed issue 397, issue 398, and issue 399.
3932
3933 Added support for breakpoint groups.
3934
3935 Fixed bugs introduced with the new global object representation.
3936
3937 Fixed a few bugs in the ARM code generator.
3938
3939
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000039402009-07-06: Version 1.2.12
3941
3942 Added stack traces collection to Error objects accessible through
3943 the e.stack property.
3944
3945 Changed RegExp parser to use a recursive data structure instead of
3946 stack-based recursion.
3947
3948 Optimized Date object construction and string concatenation.
3949
3950 Improved performance of div, mod, and mul on ARM platforms.
3951
3952
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000039532009-07-02: Version 1.2.11
3954
3955 Improved performance on IA-32 and ARM.
3956
3957 Fixed profiler sampler implementation on Mac OS X.
3958
3959 Changed the representation of global objects to improve
3960 performance of adding a lot of new properties.
3961
3962
ager@chromium.org3e875802009-06-29 08:26:34 +000039632009-06-29: Version 1.2.10
3964
3965 Improved debugger support.
3966
3967 Fixed bug in exception message reporting (issue 390).
3968
3969 Improved overall performance.
3970
3971
ager@chromium.org5aa501c2009-06-23 07:57:28 +000039722009-06-23: Version 1.2.9
3973
3974 Improved math performance on ARM.
3975
3976 Fixed profiler name-inference bug.
3977
3978 Fixed handling of shared libraries in the profiler tick processor
3979 scripts.
3980
3981 Fixed handling of tests that time out in the test scripts.
3982
3983 Fixed compilation on MacOS X version 10.4.
3984
3985 Fixed two bugs in the regular expression engine.
3986
3987 Fixed a bug in the string type inference.
3988
3989 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003990
ager@chromium.org5aa501c2009-06-23 07:57:28 +00003991 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003992
ager@chromium.org5aa501c2009-06-23 07:57:28 +00003993
ager@chromium.orgeadaf222009-06-16 09:43:10 +000039942009-06-16: Version 1.2.8
3995
3996 Optimized math on ARM platforms.
3997
3998 Fixed two crash bugs in the handling of getters and setters.
3999
4000 Improved the debugger support by adding scope chain information.
4001
4002 Improved the profiler support by compressing log data transmitted
4003 to clients.
4004
4005 Improved overall performance.
4006
4007
ager@chromium.orge2902be2009-06-08 12:21:35 +000040082009-06-08: Version 1.2.7
4009
4010 Improved debugger and profiler support.
4011
4012 Reduced compilation time by improving the handling of deferred
4013 code.
4014
4015 Optimized interceptor accesses where the property is on the object
4016 on which the interceptors is attached.
4017
4018 Fixed compilation problem on GCC 4.4 by changing the stack
4019 alignment to 16 bytes.
4020
4021 Fixed handle creation to follow stric aliasing rules.
4022
4023 Fixed compilation on FreeBSD.
4024
4025 Introduced API for forcing the deletion of a property ignoring
4026 interceptors and attributes.
4027
4028
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000040292009-05-29: Version 1.2.6
4030
4031 Added a histogram recording hit rates at different levels of the
4032 compilation cache.
4033
4034 Added stack overflow check for the RegExp analysis phase. Previously a
4035 very long regexp graph could overflow the stack with recursive calls.
4036
4037 Use a dynamic buffer when collecting log events in memory.
4038
4039 Added start/stop events to the profiler log.
4040
4041 Fixed infinite loop which could happen when setting a debug break while
4042 executing a RegExp compiled to native code.
4043
4044 Fixed handling of lastIndexOf called with negative index (issue 351).
4045
4046 Fixed irregular crash in profiler test (issue 358).
4047
4048 Fixed compilation issues with some versions of gcc.
4049
4050
kasperl@chromium.org71affb52009-05-26 05:44:31 +000040512009-05-26: Version 1.2.5
4052
4053 Fixed bug in initial boundary check for Boyer-Moore text
4054 search (issue 349).
4055
4056 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4057 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4058 Craig Schlenter.
4059
4060 Added a script cache to the debugger.
4061
4062 Optimized compilation performance by improving internal data
4063 structures and avoiding expensive property load optimizations for
4064 code that's infrequently executed.
4065
4066 Exposed the calling JavaScript context through the static API
4067 function Context::GetCalling().
4068
4069
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000040702009-05-18: Version 1.2.4
4071
4072 Improved performance of floating point number allocation for ARM
4073 platforms.
4074
4075 Fixed crash when using the instanceof operator on functions with
4076 number values in their prototype chain (issue 341).
4077
4078 Optimized virtual frame operations in the code generator to speed
4079 up compilation time and allocated the frames in the zone.
4080
4081 Made the representation of virtual frames and jump targets in the
4082 code generator much more compact.
4083
4084 Avoided linear search for non-locals in scope code when resolving
4085 variables inside with and eval scopes.
4086
4087 Optimized lexical scanner by dealing with whitespace as part of
4088 the token scanning instead of as a separate step before it.
4089
4090 Changed the scavenging collector so that promoted objects do not
4091 reside in the old generation while their remembered set is being
4092 swept for pointers into the young generation.
4093
4094 Fixed numeric overflow handling when compiling count operations.
4095
4096
ager@chromium.org9085a012009-05-11 19:22:57 +000040972009-05-11: Version 1.2.3
4098
4099 Fixed bug in reporting of out-of-memory situations.
4100
4101 Introduced hidden prototypes on certain builtin prototype objects
4102 such as String.prototype to emulate JSC's behavior of restoring
4103 the original function when deleting functions from those prototype
4104 objects.
4105
4106 Fixed crash bug in the register allocator.
4107
4108
ager@chromium.org5ec48922009-05-05 07:25:34 +000041092009-05-04: Version 1.2.2
4110
4111 Fixed bug in array sorting for sparse arrays (issue 326).
4112
4113 Added support for adding a soname when building a shared library
4114 on Linux (issue 151).
4115
4116 Fixed bug caused by morphing internal ASCII strings to external
4117 two-byte strings. Slices over ASCII strings have to forward ASCII
4118 checks to the underlying buffer string.
4119
4120 Allowed API call-as-function handlers to be called as
4121 constructors.
4122
4123 Fixed a crash bug where an external string was disposed but a
4124 slice of the external string survived as a symbol.
4125
4126
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000041272009-04-27: Version 1.2.1
4128
4129 Added EcmaScript 5 JSON object.
4130
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004131 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004132
4133
ager@chromium.org65dad4b2009-04-23 08:48:43 +000041342009-04-23: Version 1.2.0
4135
4136 Optimized floating-point operations on ARM.
4137
4138 Added a number of extensions to the debugger API.
4139
4140 Changed the enumeration order for unsigned integer keys to always
4141 be numerical order.
4142
4143 Added a "read" extension to the shell sample.
4144
4145 Added support for Array.prototype.reduce and
4146 Array.prototype.reduceRight.
4147
4148 Added an option to the SCons build to control Microsoft Visual C++
4149 link-time code generation.
4150
4151 Fixed a number of bugs (in particular issue 315, issue 316,
4152 issue 317 and issue 318).
4153
4154
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000041552009-04-15: Version 1.1.10
4156
4157 Fixed crash bug that occurred when loading a const variable in the
4158 presence of eval.
4159
4160 Allowed using with and eval in registered extensions in debug mode
4161 by fixing bogus assert.
4162
4163 Fixed the source position for function returns to enable the
4164 debugger to break there.
4165
4166
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000041672009-04-14: Version 1.1.9
4168
4169 Made the stack traversal code in the profiler robust by avoiding
4170 to look into the heap.
4171
4172 Added name inferencing for anonymous functions to facilitate
4173 debugging and profiling.
4174
4175 Re-enabled stats timers in the developer shell (d8).
4176
4177 Fixed issue 303 by avoiding to shortcut cons-symbols.
4178
4179
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000041802009-04-11: Version 1.1.8
4181
4182 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4183
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004184 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004185 the debugger (issue 269).
4186
4187 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4188 are no hidden properties.
4189
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004190 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004191 entries with deleted resources would lead to NPEs when looking
4192 up in the symbol table.
4193
4194
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000041952009-04-07: Version 1.1.7
4196
4197 Added support for easily importing additional environment
4198 variables into the SCons build.
4199
4200 Optimized strict equality checks.
4201
4202 Fixed crash in indexed setters on objects without a corresponding
4203 getter (issue 298).
4204
4205 Re-enabled script compilation cache.
4206
4207
ager@chromium.org8682a592009-04-01 10:47:14 +000042082009-04-01: Version 1.1.6
4209
4210 Reverted an unsafe code generator change.
4211
4212
ager@chromium.org71daaf62009-04-01 07:22:49 +000042132009-04-01: Version 1.1.5
4214
4215 Fixed bug that caused function literals to not be optimized as
4216 much as other functions.
4217
4218 Improved profiler support.
4219
4220 Fixed a crash bug in connection with debugger unloading.
4221
4222 Fixed a crash bug in the code generator caused by losing the
4223 information that a frame element was copied.
4224
4225 Fixed an exception propagation bug that could cause non-null
4226 return values when exceptions were thrown.
4227
4228
ager@chromium.org41826e72009-03-30 13:30:57 +000042292009-03-30: Version 1.1.4
4230
4231 Optimized String.prototype.match.
4232
4233 Improved the stack information in profiles.
4234
4235 Fixed bug in ARM port making it possible to compile the runtime
4236 system for thumb mode again.
4237
4238 Implemented a number of optimizations in the code generator.
4239
4240 Fixed a number of memory leaks in tests.
4241
4242 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004243 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004244
4245
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000042462009-03-24: Version 1.1.3
4247
4248 Fixed assertion failures in compilation of loop conditions.
4249
4250 Removed STL dependency from developer shell (d8).
4251
4252 Added infrastructure for protecting the V8 heap from corruption
4253 caused by memory modifications from the outside.
4254
4255
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000042562009-03-24: Version 1.1.2
4257
4258 Improved frame merge code generated by the code generator.
4259
4260 Optimized String.prototype.replace.
4261
4262 Implemented __defineGetter__ and __defineSetter__ for properties
4263 with integer keys on non-array objects.
4264
4265 Improved debugger and profiler support.
4266
4267 Fixed a number of portability issues to allow compilation for
4268 smaller ARM devices.
4269
4270 Exposed object cloning through the API.
4271
4272 Implemented hidden properties. This is used to expose an identity
4273 hash for objects through the API.
4274
4275 Implemented restarting of regular expressions if their input
4276 string changes representation during preemption.
4277
4278 Fixed a code generator bug that could cause assignments in loops
4279 to be ignored if using continue to break out of the loop (issue
4280 284).
4281
4282
ager@chromium.org3a6061e2009-03-12 14:24:36 +000042832009-03-12: Version 1.1.1
4284
4285 Fixed an assertion in the new compiler to take stack overflow
4286 exceptions into account.
4287
4288 Removed exception propagation code that could cause crashes.
4289
4290 Fixed minor bug in debugger line number computations.
4291
4292 8-byte align the C stack on Linux and Windows to speed up floating
4293 point computations.
4294
4295
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000042962009-03-12: Version 1.1.0
4297
4298 Improved code generation infrastructure by doing simple register
4299 allocation and constant folding and propagation.
4300
4301 Optimized regular expression matching by avoiding to create
4302 intermediate string arrays and by flattening nested array
4303 representations of RegExp data.
4304
4305 Traverse a few stack frames when recording profiler samples to
4306 include partial call graphs in the profiling output.
4307
4308 Added support for using OProfile to profile generated code.
4309
4310 Added remote debugging support to the D8 developer shell.
4311
4312 Optimized creation of nested literals like JSON objects.
4313
4314 Fixed a bug in garbage collecting unused maps and turned it on by
4315 default (--collect-maps).
4316
4317 Added support for running tests under Valgrind.
4318
4319
kasperl@chromium.org061ef742009-02-27 12:16:20 +000043202009-02-27: Version 1.0.3
4321
4322 Optimized double-to-integer conversions in bit operations by using
4323 SSE3 instructions if available.
4324
4325 Optimized initialization sequences that store to multiple
4326 properties of the same object.
4327
4328 Changed the D8 debugger frontend to use JSON messages.
4329
4330 Force garbage collections when disposing contexts.
4331
4332 Align code objects at 32-byte boundaries.
4333
4334
ager@chromium.org381abbb2009-02-25 13:23:22 +000043352009-02-25: Version 1.0.2
4336
4337 Improved profiling support by performing simple call stack
4338 sampling for ticks and by fixing a bug in the logging of code
4339 addresses.
4340
4341 Fixed a number of debugger issues.
4342
4343 Optimized code that uses eval.
4344
4345 Fixed a couple of bugs in the regular expression engine.
4346
4347 Reduced the size of generated code for certain regular expressions.
4348
4349 Removed JSCRE completely.
4350
4351 Fixed issue where test could not be run if there was a dot in the
4352 checkout path.
4353
4354
ager@chromium.org6f10e412009-02-13 10:11:16 +000043552009-02-13: Version 1.0.1
4356
4357 Fixed two crash-bugs in irregexp (issue 231 and 233).
4358
4359 Fixed a number of minor bugs (issue 87, 227 and 228).
4360
4361 Added support for morphing strings to external strings on demand
4362 to avoid having to create copies in the embedding code.
4363
4364 Removed experimental support for external symbol callbacks.
4365
4366
iposva@chromium.org245aa852009-02-10 00:49:54 +000043672009-02-09: Version 1.0.0
4368
4369 Fixed crash-bug in the code generation for case independent 16 bit
4370 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004371
iposva@chromium.org245aa852009-02-10 00:49:54 +00004372 Made shells more robust in the presence of string conversion
4373 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004374
iposva@chromium.org245aa852009-02-10 00:49:54 +00004375 Fixed a potential infinite loop when attempting to resolve
4376 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004377
iposva@chromium.org245aa852009-02-10 00:49:54 +00004378 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004379
iposva@chromium.org245aa852009-02-10 00:49:54 +00004380 Reduced binary by stripping unneeded text from JavaScript library and
4381 minifying some JavaScript files.
4382
4383
ager@chromium.orgddb913d2009-01-27 10:01:48 +000043842009-01-27: Version 0.4.9
4385
4386 Enabled new regular expression engine.
4387
4388 Made a number of changes to the debugger protocol.
4389
4390 Fixed a number of bugs in the preemption support.
4391
4392 Added -p option to the developer shell to run files in parallel
4393 using preemption.
4394
4395 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4396 193, 198 and 201).
4397
4398 Fixed a number of bugs in the serialization/deserialization
4399 support for the ARM platform.
4400
4401
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000044022009-01-19: Version 0.4.8.1
4403
4404 Minor patch to debugger support.
4405
4406
ager@chromium.org32912102009-01-16 10:38:43 +000044072009-01-16: Version 0.4.8
4408
4409 Fixed string length bug on ARM (issue 171).
4410
4411 Made most methods in the API const.
4412
4413 Optimized object literals by improving data locality.
4414
4415 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004416 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004417
4418 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004419 eval to behave incorrectly when using accessors (issues 186, 190
4420 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004421
4422
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000044232009-01-06: Version 0.4.7
4424
ager@chromium.org32912102009-01-16 10:38:43 +00004425 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004426
ager@chromium.org32912102009-01-16 10:38:43 +00004427 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004428
ager@chromium.org32912102009-01-16 10:38:43 +00004429 Fixed subtle bug that caused the wrong 'this' to be used when
4430 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004431
ager@chromium.org32912102009-01-16 10:38:43 +00004432 Inline array loads within loops directly in the code instead of
4433 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004434
ager@chromium.org32912102009-01-16 10:38:43 +00004435
ager@chromium.org8bb60582008-12-11 12:02:20 +000044362008-12-11: Version 0.4.6
4437
4438 Fixed exception reporting bug where certain exceptions were
4439 incorrectly reported as uncaught.
4440
4441 Improved the memory allocation strategy used during compilation to
4442 make running out of memory when compiling huge scripts less
4443 likely.
4444
4445 Optimized String.replace by avoiding the construction of certain
4446 sub strings.
4447
4448 Fixed bug in code generation for large switch statements on ARM.
4449
4450 Fixed bug that caused V8 to change the global object template
4451 passed in by the user.
4452
4453 Changed the API for creating object groups used during garbage
4454 collection. Entire object groups are now passed to V8 instead of
4455 individual members of the groups.
4456
ager@chromium.org32912102009-01-16 10:38:43 +00004457
ager@chromium.orga74f0da2008-12-03 16:05:52 +000044582008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004459
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004460 Added experimental API support for allocating V8 symbols as
4461 external strings.
4462
4463 Fixed bugs in debugging support on ARM.
4464
4465 Changed eval implementation to correctly detect whether or not a
4466 call to eval is aliased.
4467
4468 Fixed bug caused by a combination of the compilation cache and
4469 dictionary probing in native code. The bug caused us to sometimes
4470 call functions that had not yet been compiled.
4471
4472 Added platform support for FreeBSD.
4473
4474 Added support for building V8 on Windows with either the shared or
4475 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004476
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004477 Added the v8::jscre namespace around the jscre functions to avoid
4478 link errors (duplicate symbols) when building Google Chrome.
4479
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004480 Added support for calling a JavaScript function with the current
4481 debugger execution context as its argument to the debugger
4482 interface.
4483
4484 Changed the type of names of counters from wchar_t to char.
4485
4486 Changed the Windows system call used to compute daylight savings
4487 time. The system call that we used to use became four times
4488 slower on WinXP SP3.
4489
4490 Added support in the d8 developer shell for memory-mapped counters
4491 and added a stats-viewer tool.
4492
4493 Fixed bug in upper/lower case mappings (issue 149).
4494
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004495
ager@chromium.org3bf7b912008-11-17 09:09:45 +000044962008-11-17: Version 0.4.4
4497
4498 Reduced code size by using shorter instruction encoding when
4499 possible.
4500
4501 Added a --help option to the shell sample and to the d8 shell.
4502
4503 Added visual studio project files for building the ARM simulator.
4504
4505 Fixed a number of ARM simulator issues.
4506
4507 Fixed bug in out-of-memory handling on ARM.
4508
4509 Implemented shell support for passing arguments to a script from
4510 the command line.
4511
4512 Fixed bug in date code that made certain date functions return -0
4513 instead of 0 for dates before the epoch.
4514
4515 Restricted applications of eval so it can only be used in the
4516 context of the associated global object.
4517
4518 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004519
4520
ager@chromium.org870a0b62008-11-04 11:43:05 +000045212008-11-04: Version 0.4.3
4522
4523 Added support for API accessors that prohibit overwriting by
4524 accessors defined in JavaScript code by using __defineGetter__ and
4525 __defineSetter__.
4526
4527 Improved handling of conditionals in test status files.
4528
4529 Introduced access control in propertyIsEnumerable.
4530
4531 Improved performance of some string operations by caching
4532 information about the type of the string between operations.
4533
4534 Fixed bug in fast-case code for switch statements that only have
4535 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004536
ager@chromium.org870a0b62008-11-04 11:43:05 +00004537
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000045382008-10-30: Version 0.4.2
4539
4540 Improved performance of Array.prototype.concat by moving the
4541 implementation to C++ (issue 123).
4542
4543 Fixed heap growth policy to avoid growing old space to its maximum
4544 capacity before doing a garbage collection and fixed issue that
4545 would lead to artificial out of memory situations (issue 129).
4546
4547 Fixed Date.prototype.toLocaleDateString to return the date in the
4548 same format as WebKit.
4549
4550 Added missing initialization checks to debugger API.
4551
4552 Added removing of unused maps during GC.
4553
4554
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000045552008-10-28: Version 0.4.1
4556
4557 Added caching of RegExp data in compilation cache.
4558
4559 Added Visual Studio project file for d8 shell.
4560
4561 Fixed function call performance regression introduced in version
4562 0.4.0 when splitting the global object in two parts (issue 120).
4563
4564 Fixed issue 131 by checking for empty handles before throwing and
4565 reporting exceptions.
4566
4567
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000045682008-10-23: Version 0.4.0
4569
4570 Split the global object into two parts: The state holding global
4571 object and the global object proxy.
4572
4573 Fixed bug that affected the value of an assignment to an element
4574 in certain cases (issue 116).
4575
4576 Added GetPropertyNames functionality (issue 33) and extra Date
4577 functions (issue 77) to the API.
4578
4579 Changed WeakReferenceCallback to take a Persistent<Value> instead
4580 of a Persistent<Object> (issue 101).
4581
4582 Fixed issues with message reporting for exceptions in try-finally
4583 blocks (issues 73 and 75).
4584
ager@chromium.org32912102009-01-16 10:38:43 +00004585 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004586
4587 Improved Boyer-Moore implementation for faster indexOf operations.
4588
4589 Added development shell (d8) which includes counters and
4590 completion support.
4591
4592 Fixed problem with the receiver passed to functions called from
4593 eval (issue 124).
4594
4595
ager@chromium.org7c537e22008-10-16 08:43:32 +000045962008-10-16: Version 0.3.5
4597
4598 Improved string hash-code distribution by excluding bit-field bits
4599 from the hash-code.
4600
4601 Changed string search algorithm used in indexOf from KMP to
4602 Boyer-Moore.
4603
4604 Improved the generated code for the instanceof operator.
4605
4606 Improved performance of slow-case string equality checks by
4607 specializing the code based on the string representation.
4608
4609 Improve the handling of out-of-memory situations (issue 70).
4610
4611 Improved performance of strict equality checks.
4612
4613 Improved profiler output to make it easier to see anonymous
4614 functions.
4615
4616 Improved performance of slow-case keyed loads.
4617
4618 Improved property access performance by allocating a number of
4619 properties in the front object.
4620
4621 Changed the toString behavior on the built-in object constructors
4622 to print [native code] instead of the actual source. Some web
4623 applications do not like constructors with complex toString
4624 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004625
ager@chromium.org7c537e22008-10-16 08:43:32 +00004626
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000046272008-10-06: Version 0.3.4
4628
4629 Changed Array.prototype.sort to use quick sort.
4630
4631 Fixed code generation issue where leaving a finally block with
4632 break or continue would accumulate elements on the expression
4633 stack (issue 86).
4634
4635 Made sure that the name accessor on functions returns the expected
4636 names for builtin JavaScript functions and C++ callback functions.
4637
4638 Added fast case code for extending the property storage array of
4639 JavaScript objects.
4640
4641 Ported switch statement optimizations introduced in version 0.3.3
4642 to the ARM code generator.
4643
4644 Allowed GCC to use strict-aliasing rules when compiling.
4645
4646 Improved performance of arguments object allocation by taking care
4647 of arguments adaptor frames in the generated code.
4648
4649 Updated the V8 benchmark suite to version 2.
4650
4651
ager@chromium.org236ad962008-09-25 09:45:57 +000046522008-09-25: Version 0.3.3
4653
4654 Improved handling of relocation information to enable more
4655 peep-hole optimizations.
4656
4657 Optimized switch statements where all labels are constant small
4658 integers.
4659
4660 Optimized String.prototype.indexOf for common cases.
4661
4662 Fixed more build issues (issue 80).
4663
4664 Fixed a couple of profiler issues.
4665
4666 Fixed bug where the body of a function created using the Function
4667 constructor was not allowed to end with a single-line comment
4668 (issue 85).
4669
4670 Improved handling of object literals by canonicalizing object
4671 literal maps. This will allow JSON objects with the same set of
4672 properties to share the same map making inline caching work better
4673 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004674
ager@chromium.org236ad962008-09-25 09:45:57 +00004675
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000046762008-09-17: Version 0.3.2
4677
4678 Generalized the EvalCache into a CompilationCache and enabled it
4679 for scripts too. The current strategy is to retire all entries
4680 whenever a mark-sweep collection is started.
4681
4682 Fixed bug where switch statements containing only a default case
4683 would lead to an unbalanced stack (issue 69).
4684
4685 Fixed bug that made access to the function in a named function
4686 expression impossible in certain situations (issue 24).
4687
4688 Fixed even more build issues.
4689
4690 Optimized calling conventions on ARM. The conventions on ARM and
4691 IA-32 now match.
4692
4693 Removed static initializers for flags and counters.
4694
4695 Improved inline caching behavior for uncommon cases where lazily
4696 loading Date and RegExp code could force certain code paths go
4697 megamorphic.
4698
4699 Removed arguments adaption for builtins written in C++. This
4700 makes Array.prototype.push and Array.prototype.pop slightly
4701 faster.
4702
4703
ager@chromium.org9258b6b2008-09-11 09:11:10 +000047042008-09-11: Version 0.3.1
4705
4706 Fixed a number of build issues.
4707
4708 Fixed problem with missing I-cache flusing on ARM.
4709
4710 Changed space layout in memory management by splitting up
4711 code space into old data space and code space.
4712
4713 Added utf-8 conversion support to the API (issue 57).
4714
4715 Optimized repeated calls to eval with the same strings. These
4716 repeated calls are common in web applications.
4717
4718 Added Xcode project file.
4719
4720 Optimized a couple of Array operation.
4721
4722 Fixed parser bug by checking for end-of-string when parsing break
4723 and continue (issue 35).
4724
4725 Fixed problem where asian characters were not categorized as
4726 letters.
4727
4728 Fixed bug that disallowed calling functions fetched from an array
4729 using a string as an array index (issue 32).
4730
4731 Fixed bug where the internal field count on object templates were
4732 sometimes ignored (issue 54).
4733
4734 Added -f option to the shell sample for compatibility with other
4735 engines (issue 18).
4736
4737 Added source info to TryCatches in the API.
4738
4739 Fixed problem where the seed for the random number generator was
4740 clipped in a double to unsigned int conversion.
4741
4742 Fixed bug where cons string symbols were sometimes converted to
4743 non-symbol flat strings during GC.
4744
4745 Fixed bug in error reporting when attempting to convert null to an
4746 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004747
4748
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000047492008-09-04: Version 0.3.0
4750
4751 Added support for running tests on the ARM simulator.
4752
4753 Fixed bug in the 'in' operator where negative indices were not
4754 treated correctly.
4755
4756 Fixed build issues on gcc-4.3.1.
4757
4758 Changed Date.prototype.toLocaleTimeString to not print the
4759 timezone part of the time.
4760
4761 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4762 with user code.
4763
4764
v8.team.kasperl727e9952008-09-02 14:56:44 +000047652008-09-02: Version 0.2.5
4766
4767 Renamed the top level directory 'public' to 'include'.
4768
4769 Added 'env' option to the SCons build scripts to support
4770 overriding the ENV part of the build environment. This is mostly
4771 to support Windows builds in cases where SCons cannot find the
4772 correct paths to the Windows SDK, as these paths cannot be passed
4773 through shell environment variables.
4774
4775 Enabled "Buffer Security Check" on for the Windows SCons build and
4776 added the linker option /OPT:ICF as an optimization.
4777
4778 Added the V8 benchmark suite to the repository.
4779
4780
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000047812008-09-01: Version 0.2.4
4782
4783 Included mjsunit JavaScript test suite and C++ unit tests.
4784
4785 Changed the shell sample to not print the result of executing a
4786 script provided on the command line.
4787
4788 Fixed issue when building samples on Windows using a shared V8
4789 library. Added visibility option on Linux build which makes the
4790 generated library 18% smaller.
4791
4792 Changed build system to accept multiple build modes in one build
4793 and generate separate objects, libraries and executables for each
4794 mode.
4795
4796 Removed deferred negation optimization (a * -b => -(a * b)) since
4797 this visibly changes operand conversion order.
4798
4799 Improved parsing performance by introducing stack guard in
4800 preparsing. Without a stack guard preparsing always bails out
4801 with stack overflow.
4802
4803 Changed shell sample to take flags directly from the command-line.
4804 Added API call that implements this.
4805
4806 Added load, quit and version functions to the shell sample so it's
4807 easier to run benchmarks and tests.
4808
4809 Fixed issue with building samples and cctests on 64-bit machines.
4810
4811 Fixed bug in the runtime system where the prototype chain was not
4812 always searched for a setter when setting a property that does not
4813 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00004814
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00004815
mads.s.agercbaa0602008-08-14 13:41:48 +000048162008-08-14: Version 0.2.3
4817
4818 Improved performance of garbage collection by moving the
4819 function that updates pointers during compacting collection
4820 into the updating visitor. This gives the compiler a better
4821 chance to inline and avoid a function call per (potential)
4822 pointer.
4823
4824 Extended the shell sample with a --runtime-flags option.
4825
4826 Added Visual Studio project files for the shell.cc and
4827 process.cc samples.
4828
4829
48302008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00004831
4832 Improved performance of garbage collection by changing the way
4833 we use the marking stack in the event of stack overflow during
4834 full garbage collection and by changing the way we mark roots.
4835
4836 Cleaned up ARM version by removing top of stack caching and by
4837 introducing push/pop elimination.
4838
4839 Cleaned up the way runtime functions are called to allow
4840 runtime calls with no arguments.
4841
4842 Changed Windows build options to make sure that exceptions are
4843 disabled and that optimization flags are enabled.
4844
4845 Added first version of Visual Studio project files.
4846
4847
mads.s.agercbaa0602008-08-14 13:41:48 +000048482008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00004849
4850 Improved performance of unary addition by avoiding runtime calls.
4851
4852 Fixed the handling of '>' and '<=' to use right-to-left conversion
4853 and left-to-right evaluation as specified by ECMA-262.
4854
4855 Fixed a branch elimination bug on the ARM platform where incorrect
4856 code was generated because of overly aggressive branch
4857 elimination.
4858
4859 Improved performance of code that repeatedly assigns the same
4860 function to the same property of different objects with the same
4861 map.
4862
4863 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
4864 no longer expects DEBUG to be defined.
4865
4866 Added platform-nullos.cc to serve as the basis for new platform
4867 implementations.
4868
mads.s.ager31e71382008-08-13 09:32:07 +00004869
mads.s.agercbaa0602008-08-14 13:41:48 +000048702008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00004871
4872 Changed all text files to have native svn:eol-style.
4873
4874 Added a few samples and support for building them. The samples
4875 include a simple shell that can be used to benchmark and test V8.
4876
4877 Changed V8::GetVersion to return the version as a string.
4878
4879 Added source for lazily loaded scripts to snapshots and made
4880 serialization non-destructive.
4881
4882 Improved ARM support by fixing the write barrier code to use
4883 aligned loads and stores and by removing premature locals
4884 optimization that relied on broken support for callee-saved
4885 registers (removed).
4886
4887 Refactored the code for marking live objects during garbage
4888 collection and the code for allocating objects in paged
4889 spaces. Introduced an abstraction for the map word of a heap-
4890 allocated object and changed the memory allocator to allocate
4891 executable memory only for spaces that may contain code objects.
4892
4893 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
4894 they can be used by debugging and logging modules. Added
4895 thread-safe message queues for dealing with debugger events.
4896
4897 Fixed the source code reported by toString for certain builtin
4898 empty functions and made sure that the prototype property of a
4899 function is enumerable.
4900
4901 Improved performance of converting values to condition flags in
4902 generated code.
4903
4904 Merged disassembler-{arch} files.
4905
4906
mads.s.agercbaa0602008-08-14 13:41:48 +000049072008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00004908
4909 Added support for storing JavaScript stack traces in a stack
4910 allocated buffer to make it visible in shallow core dumps.
4911 Controlled by the --preallocate-message-memory flag which is
4912 disabled by default.
4913
4914
mads.s.agercbaa0602008-08-14 13:41:48 +000049152008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00004916
4917 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
4918 map transitions would count as properties.
4919
4920 Allowed aliased eval invocations by treating them as evals in the
4921 global context. This may change in the future.
4922
4923 Added support for accessing the last entered context through the
4924 API and renamed Context::Current to Context::GetCurrent and
4925 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
4926
4927 Fixed bug in the debugger that would cause the debugger scripts to
4928 be recursively loaded and changed all disabling of interrupts to
4929 be block-structured.
4930
4931 Made snapshot data read-only to allow it to be more easily shared
4932 across multiple users of V8 when linked as a shared library.
4933
4934
mads.s.agercbaa0602008-08-14 13:41:48 +000049352008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00004936
4937 Fixed building on Mac OS X by recognizing i386 and friends as
4938 IA-32 platforms.
4939
4940 Added propagation of stack overflow exceptions that occur while
4941 compiling nested functions.
4942
4943 Improved debugger with support for recursive break points and
4944 handling of exceptions that occur in the debugger JavaScript code.
4945
4946 Renamed GetInternal to GetInternalField and SetInternal to
4947 SetInternalField in the API and moved InternalFieldCount and
4948 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
4949
4950
mads.s.agercbaa0602008-08-14 13:41:48 +000049512008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00004952
4953 Fixed bug in stack overflow check code for IA-32 targets where a
4954 non-tagged value in register eax was pushed to the stack.
4955
4956 Fixed potential quadratic behavior when converting strings to
4957 numbers.
4958
4959 Fixed bug where the return value from Object::SetProperty could
4960 end up being the property holder instead of the written value.
4961
4962 Improved debugger support by allowing nested break points and by
4963 dealing with stack-overflows when compiling functions before
4964 setting break points in them.
4965
4966
mads.s.agercbaa0602008-08-14 13:41:48 +000049672008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00004968
kasper.lundbd3ec4e2008-07-09 11:06:54 +00004969 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00004970
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00004971# Local Variables:
4972# mode:text
4973# End: