blob: 91724a61101bdaa92b270666141cb9af919f4248 [file] [log] [blame]
ulan@chromium.org4121f232012-12-27 15:57:11 +000012012-12-27: Version 3.16.1
2
3 Fixed x64 MathMinMax for negative untagged int32 arguments.
4 (Chromium issue 164442)
5
6 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
7 (issue 2458)
8
9 Performance and stability improvements on all platforms.
10
11
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +0000122012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +000013
14 V8_Fatal now prints C++ stack trace in debug mode.
15
16 Added HTML-based tick processor.
17
18 Continued implementation of Object.observe (V8 issue 2409).
19
20 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
21
22 Fixed Chromium issues 125308, 165637, 166379, 166553.
23
24 Performance and stability improvements on all platforms.
25
26
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +0000272012-12-10: Version 3.15.11
28
29 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
30 flags.
31
32 Performance and stability improvements on all platforms.
33
34
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +0000352012-12-07: Version 3.15.10
36
37 Enabled optimisation of functions inside eval. (issue 2315)
38
39 Fixed spec violations in methods of Number.prototype. (issue 2443)
40
41 Added GCTracer metrics for a scavenger GC for DOM wrappers.
42
43 Performance and stability improvements on all platforms.
44
45
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +0000462012-12-06: Version 3.15.9
47
48 Fixed candidate eviction in code flusher.
49 (Chromium issue 159140)
50
51 Iterate through all arguments for side effects in Math.min/max.
52 (issue 2444)
53
54 Fixed spec violations related to regexp.lastIndex
55 (issue 2437, issue 2438)
56
57 Performance and stability improvements on all platforms.
58
59
mmassi@chromium.org49a44672012-12-04 13:52:03 +0000602012-12-04: Version 3.15.8
61
62 Enforced stack allocation of TryCatch blocks.
63 (issue 2166,chromium:152389)
64
65 Fixed external exceptions in external try-catch handlers.
66 (issue 2166)
67
68 Activated incremental code flushing by default.
69
70 Performance and stability improvements on all platforms.
71
72
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +0000732012-11-30: Version 3.15.7
74
75 Activated code aging by default.
76
77 Included more information in --prof log.
78
79 Removed eager sweeping for lazy swept spaces. Try to find in
80 SlowAllocateRaw a bounded number of times a big enough memory slot.
81 (issue 2194)
82
83 Performance and stability improvements on all platforms.
84
85
danno@chromium.org1f34ad32012-11-26 14:53:56 +0000862012-11-26: Version 3.15.6
87
88 Ensure double arrays are filled with holes when extended from
89 variations of empty arrays. (Chromium issue 162085)
90
91 Performance and stability improvements on all platforms.
92
93
ulan@chromium.org8e8d8822012-11-23 14:36:46 +0000942012-11-23: Version 3.15.5
95
96 Fixed JSON.stringify for objects with interceptor handlers.
97 (Chromium issue 161028)
98
99 Fixed corner case in x64 compare stubs. (issue 2416)
100
101 Performance and stability improvements on all platforms.
102
103
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00001042012-11-16: Version 3.15.4
105
106 Fixed Array.prototype.join evaluation order. (issue 2263)
107
108 Perform CPU sampling by CPU sampling thread only iff processing thread
109 is not running. (issue 2364)
110
111 When using an Object as a set in Object.getOwnPropertyNames, null out
112 the proto. (issue 2410)
113
114 Disabled EXTRA_CHECKS in Release build.
115
116 Heap explorer: Show representation of strings.
117
118 Removed 'type' and 'arguments' properties from Error object.
119 (issue 2397)
120
121 Added atomics implementation for ThreadSanitizer v2.
122 (Chromium issue 128314)
123
124 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
125
126 Performance and stability improvements on all platforms.
127
128
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00001292012-11-13: Version 3.15.3
130
131 Changed sample shell to send non-JS output (e.g. errors) to stderr
132 instead of stdout.
133
134 Correctly check for stack overflow even when interrupt is pending.
135 (issue 214)
136
137 Collect stack trace on stack overflow. (issue 2394)
138
139 Performance and stability improvements on all platforms.
140
141
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00001422012-11-12: Version 3.15.2
143
144 Function::GetScriptOrigin supplies sourceURL when script name is
145 not available. (Chromium issue 159413)
146
147 Made formatting error message side-effect-free. (issue 2398)
148
149 Fixed length check in JSON.stringify. (Chromium issue 160010)
150
151 ES6: Added support for Set and Map clear method (issue 2400)
152
153 Fixed slack tracking when instance prototype changes.
154 (Chromium issue 157019)
155
156 Fixed disabling of code flusher while marking. (Chromium issue 159140)
157
158 Added a test case for object grouping in a scavenger GC (issue 2077)
159
160 Support shared library build of Android for v8.
161 (Chromium issue 158821)
162
163 ES6: Added support for size to Set and Map (issue 2395)
164
165 Performance and stability improvements on all platforms.
166
167
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00001682012-11-06: Version 3.15.1
169
170 Put incremental code flushing behind a flag. (Chromium issue 159140)
171
172 Performance and stability improvements on all platforms.
173
174
danno@chromium.org72204d52012-10-31 10:02:10 +00001752012-10-31: Version 3.15.0
176
177 Loosened aligned code target requirement on ARM (issue 2380)
178
179 Fixed JSON.parse to treat leading zeros correctly.
180 (Chromium issue 158185)
181
182 Performance and stability improvements on all platforms.
183
184
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00001852012-10-22: Version 3.14.5
186
187 Killed off the SCons based build.
188
189 Added a faster API for creating v8::Integer objects.
190
191 Speeded up function deoptimization by avoiding quadratic pass over
192 optimized function list. (Chromium issue 155270)
193
194 Always invoke the default Array.sort functions from builtin functions.
195 (issue 2372)
196
197 Reverted recent CPU profiler changes because they broke --prof.
198 (issue 2364)
199
200 Switched code flushing to use different JSFunction field.
201 (issue 1609)
202
203 Performance and stability improvements on all platforms.
204
205
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00002062012-10-15: Version 3.14.4
207
208 Allow evals for debugger even if they are prohibited in the debugee
209 context. (Chromium issue 154733)
210
211 Enabled --verify-heap in release mode (issue 2120)
212
213 Performance and stability improvements on all platforms.
214
215
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00002162012-10-11: Version 3.14.3
217
218 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
219 (Chromium issue 155076).
220
221 Bumped variable limit further to 2^17 (Chromium issue 151625).
222
223 Performance and stability improvements on all platforms.
224
225
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00002262012-10-10: Version 3.14.2
227
228 ARM: allowed VFP3 instructions when hardfloat is enabled.
229 (Chromium issue 152506)
230
231 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
232 (Chromium issue 151749)
233
234 Made GDBJIT interface compile again. (issue 1804)
235
236 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
237 (Chromium issue 143967)
238
239 Made sure that names of temporaries do not clash with real variables.
240 (issue 2322)
241
242 Rejected local module declarations. (Chromium issue 150628)
243
244 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
245
246 Fixed slot recording of code target patches.
247 (Chromium issue 152615,chromium:144230)
248
249 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
250
251 Performance and stability improvements on all platforms.
252
253
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00002542012-10-01: Version 3.14.1
255
256 Don't set -m32 flag when compiling with Android ARM compiler.
257 (Chromium issue 143889)
258
259 Restore the descriptor array before returning allocation failure.
260 (Chromium issue 151750)
261
262 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
263 128252).
264
265 Pull more recent gyp in 'make dependencies'.
266
267 Made sure that the generic KeyedStoreIC changes length and element_kind
268 atomically (issue 2346).
269
270 Bumped number of allowed variables per scope to 65535, to address GWT.
271 (Chromium issue 151625)
272
273 Support sourceURL for dynamically inserted scripts (issue 2342).
274
275 Performance and stability improvements on all platforms.
276
277
ulan@chromium.org56c14af2012-09-20 12:51:09 +00002782012-09-20: Version 3.14.0
279
280 Fixed missing slot recording during clearing of CallICs.
281 (Chromium issue 144230)
282
283 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
284 (Chromium issue 150729)
285
286 Fixed minus zero test. (Issue 2133)
287
288 Fixed setting array length to zero for slow elements.
289 (Chromium issue 146910)
290
291 Fixed lost arguments dropping in HLeaveInlined.
292 (Chromium issue 150545)
293
294 Fixed casting error for receiver of interceptors.
295 (Chromium issue 149912)
296
297 Throw a more descriptive exception when blocking 'eval' via CSP.
298 (Chromium issue 140191)
299
300 Fixed debugger's eval when close to stack overflow. (issue 2318)
301
302 Added checks to live edit. (issue 2297)
303
304 Switched on code compaction on incremental GCs.
305
306 Fixed caching of optimized code for OSR. (issue 2326)
307
308 Not mask exception thrown by toString in String::UtfValue etc.
309 (issue 2317)
310
311 Fixed API check for length of external arrays. (Chromium issue 148896)
312
313 Ensure correct enumeration indices in the dict (Chromium issue 148376)
314
315 Correctly initialize regexp global cache. (Chromium issue 148378)
316
317 Fixed arguments object materialization during deopt. (issue 2261)
318
319 Introduced new API to expose external string resource regardless of
320 encoding.
321
322 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
323 --deopt-every-n-times flag is present
324 (Chromium issue 148389)
325
326 Fixed edge case of extension with NULL as source string.
327 (Chromium issue 144649)
328
329 Fixed array index dehoisting. (Chromium issue 141395)
330
331 Performance and stability improvements on all platforms.
332
333
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00003342012-09-11: Version 3.13.7
335
336 Enable/disable LiveEdit using the (C++) debug API.
337
338 Performance and stability improvements on all platforms.
339
340
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00003412012-09-06: Version 3.13.6
342
343 Added validity checking to API functions and calls.
344
345 Disabled accessor inlining (Chromium issue 134609).
346
347 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
348
349 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
350
351 Fixed VS2005 build (issue 2313).
352
353 Activated fixed ES5 readonly semantics by default.
354
355 Added hardfp flag to the Makefile.
356
357 Performance and stability improvements on all platforms.
358
359
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00003602012-08-29: Version 3.13.5
361
362 Release stack trace data after firing Error.stack accessor.
363 (issue 2308)
364
365 Added a new API V8::SetJitCodeEventHandler to push code name and
366 location to users such as profilers.
367
368 Allocate block-scoped global bindings to global context.
369
370 Performance and stability improvements on all platforms.
371
372
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00003732012-08-28: Version 3.13.4
374
375 Print reason for disabling optimization. Kill --trace-bailout flag.
376
377 Provided option to disable full DEBUG build on Android.
378
379 Introduced global contexts to represent lexical global scope(s).
380
381 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
382
383 Performance and stability improvements on all platforms.
384
385
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00003862012-08-21: Version 3.13.3
387
388 Performance and stability improvements on all platforms.
389
390
3912012-08-20: Version 3.13.2
392
393 Performance and stability improvements on all platforms.
394
395
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00003962012-08-16: Version 3.13.1
397
398 Performance and stability improvements on all platforms.
399
400
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00004012012-08-10: Version 3.13.0
402
403 Added histograms for total allocated/live heap size, as well as
404 allocated size and percentage of total for map and cell space.
405
406 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
407 (issue 1645)
408
409 Added checks for interceptors to negative lookup code in Crankshaft.
410 (Chromium issue 140473)
411
412 Made incremental marking clear ICs and type feedback cells.
413
414 Performance and stability improvements on all platforms.
415
416
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00004172012-08-01: Version 3.12.19
418
419 Performance and stability improvements on all platforms.
420
421
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00004222012-07-30: Version 3.12.18
423
424 Forced using bit-pattern for signed zero double. (issue 2239)
425
426 Made sure double to int conversion is correct. (issue 2260)
427
428 Performance and stability improvements on all platforms.
429
430
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00004312012-07-27: Version 3.12.17
432
433 Always set the callee's context when calling a function from optimized
434 code.
435 (Chromium issue 138887)
436
437 Fixed building with GCC 3.x
438 (issue 2016, 2017)
439
440 Improved API calls that return empty handles.
441 (issue 2245)
442
443 Performance and stability improvements on all platforms.
444
445
danno@chromium.org129d3982012-07-25 15:01:47 +00004462012-07-25: Version 3.12.16
447
448 Performance and stability improvements on all platforms.
449
450
yangguo@chromium.org304cc332012-07-24 07:59:48 +00004512012-07-24: Version 3.12.15
452
453 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
454 (issue 2252)
455
456 Added dependency to HLoadKeyed* instructions to prevent invalid
457 hoisting. (Chromium issue 137768)
458
459 Enabled building d8 for Android on Mac.
460
461 Interpret negative hexadecimal literals as NaN.
462 (issue 2240)
463
464 Expose counters in javascript when using --track-gc-object-stats.
465
466 Enabled building and testing V8 on Android IA.
467
468 Added --trace-parse flag to parser.
469
470 Performance and stability improvements on all platforms.
471
472
verwaest@chromium.org178fb152012-07-18 11:21:48 +00004732012-07-18: Version 3.12.14
474
475 Deactivated optimization of packed arrays.
476 (Chromium issue 137768)
477
478 Fixed broken accessor transition.
479 (Chromium issue 137689)
480
481 Performance and stability improvements on all platforms.
482
483
verwaest@chromium.org753aee42012-07-17 16:15:42 +00004842012-07-17: Version 3.12.13
485
486 Fixed missing tagging of stack value in finally block.
487 (Chromium issue 137496)
488
489 Added more support for heap analysis.
490
491 Performance and stability improvements on all platforms.
492
493
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00004942012-07-16: Version 3.12.12
495
496 Added an option to the tickprocessor to specify the directory for lib
497 lookup.
498
499 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
500
501 Fixed transcendental cache on ARM in optimized code (issue 2234).
502
503 New heap inspection tools: counters for object sizes and counts,
504 histograms for external fragmentation.
505
506 Incorporated constness into inferred interfaces (in preparation for
507 handling imports) (issue 1569).
508
509 Performance and stability improvements on all platforms.
510
511
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00005122012-07-12: Version 3.12.11
513
514 Renamed "mips" arch to "mipsel" in the GYP build.
515
516 Fixed computation of call targets on prototypes in Crankshaft.
517 (Chromium issue 125148)
518
519 Removed use of __lookupGetter__ when generating stack trace.
520 (issue 1591)
521
522 Turned on ES 5.2 globals semantics by default.
523 (issue 1991, Chromium issue 80591)
524
525 Synced preparser and parser wrt syntax error in switch..case.
526 (issue 2210)
527
528 Fixed reporting of octal literals in strict mode when preparsing.
529 (issue 2220)
530
531 Fixed inline constructors for Harmony Proxy prototypes.
532 (issue 2225)
533
534 Performance and stability improvements on all platforms.
535
536
danno@chromium.org81cac2b2012-07-10 11:28:27 +00005372012-07-10: Version 3.12.10
538
539 Re-enabled and fixed issue with array bounds check elimination
540 (Chromium issue 132114).
541
542 Fixed Debug::Break crash. (Chromium issue 131642)
543
544 Added optimizing compiler support for JavaScript getters.
545
546 Performance and stability improvements on all platforms.
547
548
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00005492012-07-06: Version 3.12.9
550
551 Correctly advance the scanner when scanning unicode regexp flag.
552 (Chromium issue 136084)
553
554 Fixed unhandlified code calling Harmony Proxy traps.
555 (issue 2219)
556
557 Performance and stability improvements on all platforms.
558
559
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00005602012-07-05: Version 3.12.8
561
562 Implemented TypedArray.set and ArrayBuffer.slice in d8.
563
564 Performance and stability improvements on all platforms.
565
566
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00005672012-07-03: Version 3.12.7
568
569 Fixed lazy compilation for strict eval scopes.
570 (Chromium issue 135066)
571
572 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
573 (issue 2151)
574
575 Report "hidden properties" in heap profiler for properties case.
576 (issue 2212)
577
578 Activated optimization of packed arrays by default.
579
580 Performance and stability improvements on all platforms.
581
582
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00005832012-06-29: Version 3.12.6
584
585 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
586
587 Extended TypedArray support in d8.
588
589
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00005902012-06-28: Version 3.12.5
591
592 Fixed lazy parsing heuristics to respect outer scope.
593 (Chromium issue 135008)
594
595 Allow using test-wrapper-gypbuild.py on Windows when no python
596 interpreter is registered.
597
598 Performance and stability improvements on all platforms.
599
600
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00006012012-06-27: Version 3.12.4
602
603 Removed -fomit-frame-pointer flag from Release builds to make
604 the stack walkable by TCMalloc (Chromium issue 133723).
605
606 Ported r7868 (constant masking) to x64 (issue 1374).
607
608 Expose more detailed memory statistics (issue 2201).
609
610 Fixed Harmony Maps and WeakMaps for undefined values
611 (Chromium issue 132744).
612
613 Correctly throw reference error in strict mode with ICs disabled
614 (issue 2119).
615
616 Performance and stability improvements on all platforms.
617
618
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00006192012-06-25: Version 3.12.3
620
621 Reverted r11835 'Unify promotion and allocation limit computation' due
622 to V8 Splay performance regression on Mac. (Chromium issue 134183)
623
624 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
625
626 Performance and stability improvements on all platforms.
627
628
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00006292012-06-22: Version 3.12.2
630
631 Made near-jump check more strict in LoadNamedFieldPolymorphic on
632 ia32/x64. (Chromium issue 134055)
633
634 Fixed lazy sweeping heuristics to prevent old-space expansion.
635 (issue 2194)
636
637 Performance and stability improvements on all platforms.
638
639
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00006402012-06-21: Version 3.12.1
641
642 Performance and stability improvements on all platforms.
643
644
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00006452012-06-20: Version 3.12.0
646
647 Fixed Chromium issues:
648 115100, 129628, 131994, 132727, 132741, 132742, 133211
649
650 Fixed V8 issues:
651 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
652
653 Added --extra-code flag to mksnapshot to load JS code into the VM
654 before creating the snapshot.
655
656 Support 'restart call frame' command in the debugger.
657
658 Performance and stability improvements on all platforms.
659
660
mmassi@chromium.org7028c052012-06-13 11:51:58 +00006612012-06-13: Version 3.11.10
662
663 Implemented heap profiler memory usage reporting.
664
665 Preserved error message during finally block in try..finally.
666 (Chromium issue 129171)
667
668 Fixed EnsureCanContainElements to properly handle double values.
669 (issue 2170)
670
671 Improved heuristics to keep objects in fast mode with inherited
672 constructors.
673
674 Performance and stability improvements on all platforms.
675
676
rossberg@chromium.org400388e2012-06-06 09:29:22 +00006772012-06-06: Version 3.11.9
678
679 Implemented ES5-conformant semantics for inherited setters and read-only
680 properties. Currently behind --es5_readonly flag, because it breaks
681 WebKit bindings.
682
683 Exposed last seen heap object id via v8 public api.
684
685 Performance and stability improvements on all platforms.
686
687
verwaest@chromium.org37141392012-05-31 13:27:02 +00006882012-05-31: Version 3.11.8
689
690 Avoid overdeep recursion in regexp where a guarded expression with a
691 minimum repetition count is inside another quantifier.
692 (Chromium issue 129926)
693
694 Fixed missing write barrier in store field stub.
695 (issues 2143, 1465, Chromium issue 129355)
696
697 Proxies: Fixed receiver for setters inherited from proxies.
698 Proxies: Fixed ToStringArray function so that it does not reject some
699 keys.
700 (issue 1543)
701
702 Performance and stability improvements on all platforms.
703
704
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00007052012-05-29: Version 3.11.7
706
707 Get better function names in stack traces.
708
709 Performance and stability improvements on all platforms.
710
711
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00007122012-05-24: Version 3.11.6
713
714 Fixed RegExp.prototype.toString for incompatible receivers
715 (issue 1981).
716
717 Performance and stability improvements on all platforms.
718
719
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +00007202012-05-23: Version 3.11.5
721
722 Performance and stability improvements on all platforms.
723
724
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +00007252012-05-22: Version 3.11.4
726
727 Some cleanup to common.gypi. This fixes some host/target combinations
728 that weren't working in the Make build on Mac.
729
730 Handle EINTR in socket functions and continue incomplete sends.
731 (issue 2098)
732
733 Fixed python deprecations. (issue 1391)
734
735 Made socket send and receive more robust and return 0 on failure.
736 (Chromium issue 15719)
737
738 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
739
740 Set '-m32' option for host and target platforms
741
742 Performance and stability improvements on all platforms.
743
744
ulan@chromium.orgd6899c32012-05-18 14:12:25 +00007452012-05-18: Version 3.11.3
746
747 Disable optimization for functions that have scopes that cannot be
748 reconstructed from the context chain. (issue 2071)
749
750 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
751
752 Correctly check for native error objects. (Chromium issue 2138)
753
754 Performance and stability improvements on all platforms.
755
756
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +00007572012-05-16: Version 3.11.2
758
759 Revert r11496. (Chromium issue 128146)
760
761 Implement map collection for incremental marking. (issue 1465)
762
763 Add toString method to CallSite (which describes a frame of the
764 stack trace).
765
766
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +00007672012-05-15: Version 3.11.1
768
769 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
770
771 Fix freebsd build. (V8 issue 2126)
772
773 Performance and stability improvements on all platforms.
774
775
jkummerow@chromium.org212d9642012-05-11 15:02:09 +00007762012-05-11: Version 3.11.0
777
778 Fixed compose-discard crasher from r11524 (issue 2123).
779
780 Activated new global semantics by default. Global variables can
781 now shadow properties of the global object (ES5.1 erratum).
782
783 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
784 transitioning (Chromium issue 117409).
785
786 Made Error.prototype.name writable again, as required by the spec and
787 the web (Chromium issue 69187).
788
789 Implemented map collection with incremental marking (issue 1465).
790
791 Regexp: Fixed overflow in min-match-length calculation
792 (Chromium issue 126412).
793
794 MIPS: Fixed illegal instruction use on Loongson in code for
795 Math.random() (issue 2115).
796
797 Fixed crash bug in VisitChoice (Chromium issue 126272).
798
799 Fixed unsigned-Smi check in MappedArgumentsLookup
800 (Chromium issue 126414).
801
802 Fixed LiveEdit for function with no locals (issue 825).
803
804 Fixed register clobbering in LoadIC for interceptors
805 (Chromium issue 125988).
806
807 Implemented clearing of CompareICs (issue 2102).
808
809 Performance and stability improvements on all platforms.
810
811
danno@chromium.org2c26cb12012-05-03 09:06:43 +00008122012-05-03: Version 3.10.8
813
814 Enabled MIPS cross-compilation.
815
816 Ensured reload of elements pointer in StoreFastDoubleElement stub.
817 (Chromium issue 125515)
818
819 Fixed corner cases in truncation behavior when storing to
820 TypedArrays. (issue 2110)
821
822 Fixed failure to properly recognize and report out-of-memory
823 conditions when allocating code space pages. (Chromium issue
824 118625)
825
826 Fixed idle notifications to perform a round of incremental GCs
827 after context disposal. (issue 2107)
828
829 Fixed preparser for try statement. (issue 2109)
830
831 Performance and stability improvements on all platforms.
832
833
danno@chromium.org1044a4d2012-04-30 12:34:39 +00008342012-04-30: Version 3.10.7
835
836 Performance and stability improvements on all platforms.
837
838
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +00008392012-04-26: Version 3.10.6
840
841 Fixed some bugs in accessing details of the last regexp match.
842
843 Fixed source property of empty RegExp objects. (issue 1982)
844
845 Enabled inlining some V8 API functions.
846
847 Performance and stability improvements on all platforms.
848
849
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +00008502012-04-23: Version 3.10.5
851
852 Put new global var semantics behind a flag until WebKit tests are
853 cleaned up.
854
855 Enabled stepping into callback passed to builtins.
856 (Chromium issue 109564)
857
858 Performance and stability improvements on all platforms.
859
860
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +00008612012-04-19: Version 3.10.4
862
863 Fixed issues when stressing compaction with WeakMaps.
864
865 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
866
867 Simplify invocation sequence at monomorphic function invocation sites.
868 (issue 2079)
869
870 Performance and stability improvements on all platforms.
871
872
erik.corry@gmail.comed49e962012-04-17 11:57:53 +00008732012-04-17: Version 3.10.3
874
875 Fixed several bugs in heap profiles (including issue 2078).
876
877 Throw syntax errors on illegal escape sequences.
878
879 Implemented rudimentary module linking (behind --harmony flag)
880
881 Implemented ES5 erratum: Global declarations should shadow
882 inherited properties.
883
884 Made handling of const more consistent when combined with 'eval'
885 and 'with'.
886
887 Fixed V8 on MinGW-x64 (issue 2026).
888
889 Performance and stability improvements on all platforms.
890
891
jkummerow@chromium.org28faa982012-04-13 09:58:30 +00008922012-04-13: Version 3.10.2
893
894 Fixed native ARM build (issues 1744, 539)
895
896 Return LOOKUP variable instead of CONTEXT for non-context allocated
897 outer scope parameters (Chromium issue 119609).
898
899 Fixed regular and ElementsKind transitions interfering with each other
900 (Chromium issue 122271).
901
902 Improved performance of keyed loads/stores which have a HeapNumber
903 index (issues 1388, 1295).
904
905 Fixed WeakMap processing for evacuation candidates (issue 2060).
906
907 Bailout on possible direct eval calls (Chromium issue 122681).
908
909 Do not assume that names of function expressions are context-allocated
910 (issue 2051).
911
912 Performance and stability improvements on all platforms.
913
914
fschneider@chromium.org7d10be52012-04-10 12:30:14 +00009152012-04-10: Version 3.10.1
916
917 Fixed bug with arguments object in inlined functions (issue 2045).
918
919 Fixed performance bug with lazy initialization (Chromium issue
920 118686).
921
922 Added suppport for Mac OS X 64bit builds with GYP.
923 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
924
925 Fixed bug with hidden properties (issue 2034).
926
927 Fixed a performance bug when reloading pages (Chromium issue 117767,
928 V8 issue 1902).
929
930 Fixed bug when optimizing throw in top-level code (issue 2054).
931
932 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
933
934 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
935
936 Fixed a bug with the new runtime profiler (Chromium issue 121147).
937
938 Fixed compilation of V8 using uClibc.
939
940 Optimized boot-up memory use.
941
942 Optimized regular expressions.
943
944
jkummerow@chromium.org1456e702012-03-30 08:38:13 +00009452012-03-30: Version 3.10.0
946
947 Fixed store IC writability check in strict mode
948 (Chromium issue 120099).
949
950 Resynchronize timers if the Windows system time was changed.
951 (Chromium issue 119815)
952
953 Removed "-mfloat-abi=hard" from host compiler cflags when building for
954 hardfp ARM
955 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
956
957 Fixed edge case for case independent regexp character classes
958 (issue 2032).
959
960 Reset function info counters after context disposal.
961 (Chromium issue 117767, V8 issue 1902)
962
963 Fixed missing write barrier in CopyObjectToObjectElements.
964 (Chromium issue 119926)
965
966 Fixed missing bounds check in HasElementImpl.
967 (Chromium issue 119925)
968
969 Performance and stability improvements on all platforms.
970
971
danno@chromium.org88aa0582012-03-23 15:11:57 +00009722012-03-23: Version 3.9.24
973
974 Activated count-based profiler for ARM.
975
976 Fixed use of proxies as f.prototype properties. (issue 2021)
977
978 Enabled snapshots on MIPS.
979
980 Performance and stability improvements on all platforms.
981
982
ulan@chromium.org6ff65142012-03-21 09:52:17 +00009832012-03-21: Version 3.9.23
984
985 Use correct arguments adaptation environment when inlining function
986 containing arguments. (Issue 2014)
987
988 Performance and stability improvements on all platforms.
989
990
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +00009912012-03-20: Version 3.9.22
992
993 Enabled count-based profiler by default.
994
995 Implemented a hash based look-up to speed up address checks
996 in large object space (issue 853).
997
998 Performance and stability improvements on all platforms.
999
1000
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000010012012-03-19: Version 3.9.21
1002
1003 Fixed push-to-trunk script (and re-push).
1004
1005 Added API call that identifies strings that are guaranteed only to
1006 contain ASCII characters.
1007
1008
10092012-03-19: Version 3.9.20
1010
1011 Fixed declarations escaping global strict eval. (Issue 1624)
1012
1013 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1014
1015 Fixed function declarations overwriting read-only global properties.
1016 (Chromium issue 115452)
1017
1018 Fixed --use-strict flag in combination with --harmony[-scoping].
1019
1020 Debugger: naive implementation of "step into Function.prototype.bind".
1021
1022 Debugger: added ability to set script source from within OnBeforeCompile
1023
1024 Added flag to always call DebugBreak on abort.
1025
1026 Re-enabled constructor inlining and inline === comparison with boolean
1027 constants. (Issue 2009)
1028
1029 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1030
1031 Performance and stability improvements on all platforms.
1032
1033
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000010342012-03-14: Version 3.9.19
1035
1036 Ensure there is a smi check of the receiver for global load and call
1037 ICs (Chromium issue 117794).
1038
1039 Performance and stability improvements on all platforms.
1040
1041
yangguo@chromium.org154ff992012-03-13 08:09:54 +000010422012-03-13: Version 3.9.18
1043
1044 Ensure consistency of Math.sqrt on Intel platforms.
1045
1046 Remove static initializers in v8. (issue 1859)
1047
1048 Add explicit dependency on v8_base in the GYP-based build.
1049
1050 Performance and stability improvements on all platforms.
1051
1052
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000010532012-03-12: Version 3.9.17
1054
1055 Fixed VFP detection through compiler defines. (issue 1996)
1056
1057 Add Code-related fields to postmortem metadata.
1058
1059 Performance and stability improvements on all platforms.
1060
1061
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000010622012-03-09: Version 3.9.16
1063
1064 Added basic interface inference for modules (behind the --harmony flag).
1065
1066 Added Object.is, Number.isFinite, Number.isNaN.
1067
1068 Updated the Unicode tables to Unicode version 6.1.0.
1069
1070 Performance and stability improvements on all platforms.
1071
1072
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000010732012-03-06: Version 3.9.15
1074
1075 Fix the heap profiler crash caused by memory layout changes between
1076 passes.
1077
1078 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1079
1080 Fix double-rounding in strtod for MinGW. (issue 1062)
1081
1082 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1083
1084 Performance and stability improvements on all platforms.
1085
1086
fschneider@chromium.org35814e52012-03-01 15:43:35 +000010872012-03-01: Version 3.9.14
1088
1089 Performance and stability improvements on all platforms.
1090
1091
ulan@chromium.org812308e2012-02-29 15:58:45 +000010922012-02-29: Version 3.9.13
1093
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001094 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001095
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001096 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1097 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001098
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001099 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001100
1101 Performance and stability improvements on all platforms.
1102
1103
ulan@chromium.org967e2702012-02-28 09:49:15 +000011042012-02-28: Version 3.9.12
1105
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001106 Fixed the negative lookup stub to handle deleted entries in a
1107 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001108
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001109 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001110 callback function can resolve the location of a return address on stack
1111 to the location where a return-address rewriting profiler stashed the
1112 original return address.
1113
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001114 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1115 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001116
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001117 Fixed issue 1853: Update breakpoints set with partial file name after
1118 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001119
1120
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000011212012-02-27: Version 3.9.11
1122
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001123 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001124
1125
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000011262012-02-24: Version 3.9.10
1127
1128 Fixed V8 issues 1322, 1772 and 1969.
1129
1130 Conformance improvements.
1131
1132 Performance and stability improvements on all platforms.
1133
1134
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000011352012-02-23: Version 3.9.9
1136
1137 Supported fast case for-in in Crankshaft.
1138
1139 Sped up heap snapshot serialization and dominators construction.
1140
1141 Randomized allocation addresses on windows. (Chromium issue 115151)
1142
1143 Fixed compilation with MinGW-w64. (issue 1943)
1144
1145 Fixed incorrect value of assignments to non-extensible properties.
1146
1147 Fixed a crash bug in generated code on ia32.
1148
1149 Performance and stability improvements on all platforms.
1150
1151
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000011522012-02-21: Version 3.9.8
1153
1154 Fixed memory leak and missing #include in StartupDataDecompressor
1155 (issue 1960).
1156
1157 Renamed static methods to avoid shadowing virtual methods and fix Clang
1158 C++11 compile error.
1159
1160 Fixed sequence of element access in array builtins (issue 1790).
1161
1162 Performance and stability improvements on all platforms.
1163
1164
yangguo@chromium.org56454712012-02-16 15:33:53 +000011652012-02-16: Version 3.9.7
1166
1167 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1168
1169 Fixed GCC-4.7 warnings.
1170
1171 Added Navier-Stokes benchmark.
1172
1173 Performance and stability improvements on all platforms.
1174
1175
ulan@chromium.org65a89c22012-02-14 11:46:07 +000011762012-02-14: Version 3.9.6
1177
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001178 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001179
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001180 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001181
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001182 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001183
1184 Heap Snapshot maximum size limit is too low for really big apps. At the
1185 moment the limit is 256MB. (Chromium issue 113015)
1186
1187 Performance and stability improvements on all platforms.
1188
1189
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000011902012-02-09: Version 3.9.5
1191
1192 Removed unused command line flags.
1193
1194 Performance and stability improvements on all platforms.
1195
1196
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000011972012-02-08: Version 3.9.4
1198
1199 Properly initialize element-transitioning array literals on ARM.
1200 (issue 1930)
1201
1202 Bug fixes on all platforms.
1203
1204
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000012052012-02-07: Version 3.9.3
1206
1207 When rethrowing an exception, print the stack trace of its original
1208 site instead of rethrow site (Chromium issue 60240).
1209
1210 Increased size of small stacks from 32k to 64k to avoid hitting limits
1211 in Chromium (Chromium issue 112843).
1212
1213
rossberg@chromium.org994edf62012-02-06 10:12:55 +000012142012-02-06: Version 3.9.2
1215
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001216 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001217
1218 Heap profiler reports implicit references.
1219
1220 Optionally export metadata with libv8 to enable debuggers to inspect V8
1221 state.
1222
1223
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000012242012-02-02: Version 3.9.1
1225
1226 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1227 (Chromium issue 112315).
1228
1229 Fixed a crash in dev tools (Chromium issue 107996).
1230
1231 Added 'dependencies_traverse': 1 to v8 GYP target.
1232
1233 Performance and stability improvements on all platforms.
1234
1235
danno@chromium.orgfa458e42012-02-01 10:48:36 +000012362012-02-01: Version 3.9.0
1237
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001238 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001239
1240 Stability fixes and performance improvements on all platforms.
1241
1242
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000012432012-01-26: Version 3.8.9
1244
1245 Flush number string cache on GC (issue 1605).
1246
1247 Provide access to function inferred name with
1248 v8::Function::GetInferredName in V8 public API.
1249
1250 Fix building with Clang (issue 1912).
1251
1252 Reduce the space used by the stack for the profiling thread.
1253
1254 Fix misleading documentation of v8::Locker (issue 542).
1255
1256 Introduce readbinary function in d8 to read binary files.
1257
1258 Performance and stability improvements on all platforms.
1259
1260
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000012612012-01-23: Version 3.8.8
1262
1263 Limited number of loop iterations in Heap::ReserveSpace
1264 (Chromium issue 99027).
1265
1266 Fixed solaris build (VirtualMemory) (issue 1761).
1267
1268 Fixed strict vs. non-strict handling of function proxies in
1269 higher-order array and string methods.
1270
1271 Enabled asynchronous remote debugging with d8 (issue 1691).
1272
1273 Stability and performance improvements on all platforms.
1274
1275
ulan@chromium.org2efb9002012-01-19 15:36:35 +000012762012-01-19: Version 3.8.7
1277
1278 Ensure that LRandom restores rsi after call to the C function on x64.
1279 (Chromium issue http://crbug.com/110509)
1280
1281 Fixing include issues on *bsd when building with scons.
1282 (issue 1897)
1283
1284 Provide a switch to specify -fno-strict-aliasing
1285 (issue 1887)
1286
1287 Move WIN32 define from standalone.gypi to common.gypi
1288 (issue 1760)
1289
1290 Fix corner-case in heap size estimation.
1291 (issue 1893)
1292
1293 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1294 (issue 1903)
1295
1296 Performance improvements and bug fixes.
1297
1298
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000012992012-01-16: Version 3.8.6
1300
1301 Add primitive WebGL array support to d8.
1302
1303 Improve heap size estimation (issue 1893).
1304
1305 Hash collision DOS workaround extended from string keys
1306 to numeric keys.
1307
1308 Provide an API for iterating through all external strings referenced
1309 from the JS heap.
1310
1311 Adjust position recorded for call expressions. http://crbug.com/109195
1312
1313 Fix GC crash related to instanceof. http://crbug.com/109448
1314
1315 Performance improvements and bug fixes.
1316
1317
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000013182012-01-05: Version 3.8.5
1319
1320 Fix broken test that assumes that no GC can clear the regexp cache (GC
1321 can happen at any time due to Crankshaft).
1322
1323 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1324
1325 Add netbsd support to gyp build.
1326
1327 Determine page size at runtime on posix platforms.
1328
1329 Ensure that store buffer filtering hash sets are cleared after
1330 StoreBuffer::Filter.
1331
1332 Randomize the seed used for string hashing. This helps guard against
1333 CPU-eating DOS attacks against node.js servers. Based on code from
1334 Bert Belder. This version only solves the issue for those that compile
1335 V8 themselves or those that do not use snapshots. A snapshot-based
1336 precompiled V8 will still have predictable string hash codes.
1337
1338 Implement callback when script finishes running in V8 API.
1339
1340 Improve performance of Math.min and Math.max for the case of two
1341 arguments. (issue 1325)
1342
1343
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000013442012-01-02: Version 3.8.4
1345
1346 Performance improvements for large Smi-only arrays.
1347
1348 Fixed InternalArrays construction. (issue 1878)
1349
1350
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000013512011-12-27: Version 3.8.3
1352
1353 Avoid embedding new space objects into code objects in the lithium gap
1354 resolver. (chromium:108296)
1355
1356 Bug fixes and performance optimizations on all platforms.
1357
1358
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000013592011-12-21: Version 3.8.2
1360
1361 Add max optimization flag to v8 gyp build to ensure V8 is always built
1362 fully optimized in Chrome.
1363
1364 MIPS: Bring MIPS to parity with other platforms.
1365
1366 Optimizations and stability improvements on all platforms.
1367
1368
ricow@chromium.org7ad65222011-12-19 12:13:11 +000013692011-12-19: Version 3.8.1
1370
1371 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1372
1373 Stability improvements on all platforms.
1374
1375
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000013762011-12-13: Version 3.8.0
1377
1378 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1379
1380 Sync parser and preparser on do-while and return statements.
1381 (issue 1856)
1382
1383 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1384
1385 Stability and performance improvements on all platforms.
1386
1387
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000013882011-12-01: Version 3.7.12
1389
1390 Increase tick interval for the android platform.
1391
1392 Fix a bug in the register allocator. (chromium:105112)
1393
1394 Fix handling of recompiling code. (chromium:105375, v8:1782)
1395
1396 Start incremental marking on idle notification. (v8:1458)
1397
1398 Build fixes for various platforms.
1399
1400 Various performance improvements.
1401
1402
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000014032011-11-29: Version 3.7.11
1404
1405 Fixed bug when generating padding to ensure space for lazy
1406 deoptimization.
1407 (issue 1846)
1408
1409 Further reduced pause times due to GC.
1410
1411 Stability and performance improvements on all platforms.
1412
1413
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000014142011-11-23: Version 3.7.10
1415
1416 Set maximum length of FixedArray in terms of elements instead an
1417 absolute number of bytes.
1418 (Chromium issue 103103)
1419
1420 Stability and performance improvements on all platforms.
1421
1422
14232011-11-21: Version 3.7.9
1424
1425 Removed exit-time destructors.
1426
1427 Stability and performance improvements on all platforms.
1428
1429
ricow@chromium.org27bf2882011-11-17 08:34:43 +000014302011-11-17: Version 3.7.8
1431
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001432 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001433 function on builtins will not make the original function reappear.
1434
1435 Added NetBSD support for scons build.
1436
1437 Performance improvements on all platforms.
1438
1439
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000014402011-11-14: Version 3.7.7
1441
1442 Fix missing fast property accessors in heap snapshots.
1443 (issue 1818)
1444
1445
danno@chromium.org2c456792011-11-11 12:00:53 +000014462011-11-11: Version 3.7.6
1447
1448 Fixed filtering of store buffer for large object pages.
1449 (issue 1817)
1450
1451 Fixed generated hash function on all platforms.
1452 (issue 1808)
1453
1454 Fixed Heap::Shrink to ensure that it does not free pages that are
1455 still in use.
1456 (Chromium issue 100414)
1457
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001458 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001459
1460
danno@chromium.orgc612e022011-11-10 11:38:15 +000014612011-11-10: Version 3.7.5
1462
1463 Added initial gyp infrastructure for MIPS.
1464
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001465 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001466 collector.
1467
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001468 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001469
1470
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000014712011-11-07: Version 3.7.4
1472
1473 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1474
1475 Fix Harmony sets and maps to allow null and undefined as keys
1476 (still hidden behind --harmony flag) (issue 1622).
1477
1478 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1479
1480 Enable VFP instructions for Android.
1481
1482 Fix error handling in Date.prototype.toISOString (issue 1792).
1483
1484 Bug fixes and performance improvements for all platforms.
1485
1486 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1487
1488
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000014892011-10-28: Version 3.7.3
1490
1491 Slight deoptimization as a workaround for issue with jslint: Issue
1492 1789.
1493
1494
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000014952011-10-27: Version 3.7.2
1496
1497 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1498
1499
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000015002011-10-26: Version 3.7.1
1501
1502 Achieved 33% speedup in debug-mode tests.
1503
1504 Removed special casing of calls to RegExp test and exec methods with no
1505 argument. Now matches new JSC behaviour. crbug.com/75740.
1506
1507 Return the empty string on cyclic references in toString (ES5
1508 conformance).
1509
1510 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1511
1512 Made Math.random state per-context instead of per-process (issue 864).
1513
1514 Fixed stack traces to skip native functions.
1515
1516 Make snapshots (new contexts) smaller and faster.
1517
1518 Fixed handling of Function.apply for non-array arguments.
1519
1520 Fixed evaluation order in defineProperties to match FireFox.
1521
1522 Fixed handling of non-object receivers for array builtins,
1523 crbug.com/100702.
1524
1525 Multiple fixes to improve compliance with test262.
1526
1527 Fixed compatibility with older Android releases.
1528
1529 Fixed compilation with gcc-4.5.3.
1530
1531 Improved performance of WriteUtf8, issue 1665.
1532
1533 Made native syntax an early error in the preparser.
1534
1535 Fixed issues 793 and 893 relating to Function.prototype.bind.
1536
1537 Improved let, const, Set and Map support and other Harmony features
1538 (behind the --harmony flag).
1539
1540 Changed evaluation order for > and <= to match ES5 instead of ES3.
1541
1542 Bug fixes and performance improvements on all platforms.
1543
1544
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000015452011-10-13: Version 3.7.0
1546
1547 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1548
1549 Fixed issue 1757 (string slices of external strings).
1550
1551 Fixed issue 1759 (ARM).
1552
1553 Added flag --noclever-optimizations to disable some things that
1554 caused trouble in the past.
1555
1556 Added flag --stress-compaction for testing.
1557
1558 Added flag --harmony to activate all experimental Harmony features.
1559
1560
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000015612011-10-10: Version 3.6.6
1562
1563 Added a GC pause visualization tool.
1564
1565 Added presubmit=no and werror=no flags to Makefile.
1566
1567 ES5/Test262 conformance improvements.
1568
1569 Fixed compilation issues with GCC 4.5.x (issue 1743).
1570
1571 Bug fixes and performance improvements on all platforms.
1572
1573
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000015742011-10-05: Version 3.6.5
1575
1576 New incremental garbage collector.
1577
1578 Removed the hard heap size limit (soft heap size limit is still
1579 700/1400Mbytes by default).
1580
1581 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1582
1583 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1584
1585 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1586
1587 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1588
1589 Fixed the MinGW and Windows 2000 builds.
1590
1591 Fixed "Prototype chain is not searched if named property handler does
1592 not set a property" (Issue 1636).
1593
1594 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1595
1596 Disallowed future reserved words as labels in strict mode.
1597
1598 Fixed string split to correctly coerce the separator to a string
1599 (Issue 1711).
1600
1601 API: Added an optional source length field to the Extension
1602 constructor.
1603
1604 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1605 (Issue 1573).
1606
1607 Added "native" target to Makefile for the benefit of Linux distros.
1608
1609 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1610
1611 More work on ES-Harmony proxies. Still hidden behind a flag.
1612
1613 Bug fixes and performance improvements on all platforms.
1614
1615
lrn@chromium.org34e60782011-09-15 07:25:40 +000016162011-09-15: Version 3.6.4
1617
1618 Fixed d8's broken readline history.
1619
1620 Removed the need for code delete events in CPU profiler (Issue 1466).
1621
1622 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1623
1624 Fixing parallel execution in d8 (with -p) and some memory leaks.
1625
1626 Support for precise stepping in functions compiled before debugging was
1627 started (step 1).
1628
1629
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000016302011-09-13: Version 3.6.3
1631
1632 Implemented better support of typed arrays in the d8 shell.
1633
1634 Bug fixes and performance improvements on all platforms.
1635
1636
ricow@chromium.org55ee8072011-09-08 16:33:10 +000016372011-09-08: Version 3.6.2
1638
1639 Added "dependencies" target to top-level Makefile.
1640
1641 Added ability to turn profiler on/off in d8.
1642
1643 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1644
1645 Fixed several crash bugs.
1646
1647
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000016482011-09-07: Version 3.6.1
1649
1650 Fixed a bug in abrupt exit from with or catch inside finally.
1651
1652 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1653 issue 95113).
1654
1655 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1656
1657 Fixed a few clang warnings (which -Werror treated as errors).
1658
1659 Performance improvements on all platforms.
1660
1661
fschneider@chromium.org1805e212011-09-05 10:49:12 +000016622011-09-05: Version 3.6.0
1663
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001664 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001665
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001666 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001667
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001668 Made arguments and caller always be null on native functions
1669 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001670
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001671 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001672
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001673 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001674
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001675 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001676
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001677 Fixed a problem with large heap snapshots in Chrome DevTools
1678 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001679
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001680 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001681
1682
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000016832011-08-31: Version 3.5.10
1684
1685 Added dependency of v8_base on WinSocket2 Windows library in
1686 the GYP-build.
1687
1688 Various bugfixes.
1689
1690
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000016912011-08-29: Version 3.5.9
1692
1693 Made FromPropertyDescriptor not trigger inherited setters.
1694
1695 Fixed .gyp files to work on the ARM simulator.
1696
1697 Fixed shared library build warnings for MSVS.
1698
1699
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000017002011-08-24: Version 3.5.8
1701
1702 Added V8EXPORT attributes for v8::Array::CheckCast and
1703 v8::Number::CheckCast.
1704
1705 Made a slight API change enabling opting out from null termination
1706 in String::Write*().
1707
1708 Fixed arm build for gcc-4.6.
1709
1710
rossberg@chromium.org28a37082011-08-22 11:03:23 +000017112011-08-22: Version 3.5.7
1712
1713 Make scanner handle invalid unicode escapes in identifiers correctly.
1714
1715 Make regexp flag parsing stricter.
1716
1717 Fix several memory leaks.
1718
1719
danno@chromium.orgb6451162011-08-17 14:33:23 +000017202011-08-17: Version 3.5.6
1721
1722 Fixed issue that could cause crashes when running with --heap-stats.
1723
1724 Fixed compilation on Linux 2.6.9 and older.
1725
1726 Fixed live-object-list to work with isolates.
1727
1728 Fixed memory leaks in zones and isolates.
1729
1730 Fixed a performance regression for TypedArrays on x64.
1731
1732 Stability improvements on all platforms.
1733
1734
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000017352011-08-15: Version 3.5.5
1736
1737 Fixed bugs involving negative zero and the optimizing compiler.
1738
1739 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
1740
1741 Eliminated uses of deprecated ARM instructions.
1742
1743 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
1744
1745 Removed restriction on the size of disassembled code that is printed.
1746
1747
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000017482011-08-10: Version 3.5.4
1749
1750 Added a preliminary implementation of ES Harmony weak maps. Weak
1751 maps can be enabled by the flag --harmony-weakmaps.
1752
1753 Introduced a toplevel Makefile to support GYP-based building. GYP
1754 can be obtained from http://gyp.googlecode.com.
1755
1756 Fixed a bug in the length property of functions created by
1757 Function.prototype.bind.
1758
1759 Reduced malloc heap allocation on process startup.
1760
1761 Several important code generation bug fixes.
1762
1763 Performance improvements on all platforms.
1764
1765
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000017662011-08-03: Version 3.5.3
1767
1768 MIPS: Port of fix to ClassOf check from ARM.
1769 Patch from Paul Lind <plind44@gmail.com>.
1770
1771 Stopped using mprotect on Cygwin.
1772 Avoided uninitialized member warning on gcc 4.3.4
1773 Both patches by Bert Belder.
1774
1775 Bug fixes and performance improvements on all platforms.
1776
1777
vegorov@chromium.org7943d462011-08-01 11:41:52 +000017782011-08-01: Version 3.5.2
1779
1780 Performance improvements on all platforms.
1781
1782
ricow@chromium.org2c99e282011-07-28 09:15:17 +000017832011-07-28: Version 3.5.1
1784
1785 Fixed setting the readonly flag on the prototype property using the
1786 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
1787
1788 Changed the tools/test.py script to use d8 instead of shell for
1789 testing.
1790
1791 Fixed crash in ToBooleanStub when GC happens during invocation.
1792
1793 Enabled automatic unboxing of double arrays.
1794
1795 Performance improvements on all platforms.
1796
1797
ricow@chromium.org9fa09672011-07-25 11:05:35 +000017982011-07-25: Version 3.5.0
1799
1800 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
1801 proxies.
1802
1803 Removed logging to memory support.
1804
1805 Bugfixes and performance work.
1806
1807
rossberg@chromium.org717967f2011-07-20 13:44:42 +000018082011-07-20: Version 3.4.14
1809
1810 Fix the debugger for strict-mode functions. (Chromium issue 89236)
1811
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001812 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00001813 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00001814
1815 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
1816
1817
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000018182011-07-18: Version 3.4.13
1819
1820 Improved debugger support to allow inspection of optimized frames (issue
1821 1140).
1822
1823 Fixed a bug in prototype transitions cache clearing introduced by r8165.
1824
1825 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
1826
1827 Fixed a memory leak in sample/shell.cc (dispose semaphores).
1828
1829 Simplified HClampToUint8. Patch by Andy Wingo.
1830
1831 Exposed APIs for detecting boxed primitives, native errors. Patch by
1832 Luke Zarko.
1833
1834 Added map check for COW elements to crankshaft array handling code
1835 (issue 1560).
1836
1837 Sample shell and (a light version of) D8 links against a shared library
1838 now.
1839
1840 Fixed bug in array filter and reduce functions (issue 1559).
1841
1842 Avoid TLS load in AstNode constructor.
1843
1844 Introduced a random entropy source which can optionally be provided at
1845 initialization. (Chromium issue 89462).
1846
1847
whesse@chromium.org030d38e2011-07-13 13:23:34 +000018482011-07-13: Version 3.4.12
1849
1850 Added --prof profiling option to d8 shell.
1851
1852 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
1853
1854 Fixed a potential assertion failure in const declarations.
1855
1856 Fixed an assertion failure in descriptor arrays (issue 1526).
1857
1858 Enabled fast thread-local storage by default on supported platforms.
1859
1860 Improved reporting of source position for global variable loads
1861 (issue 1527).
1862
1863
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000018642011-07-11: Version 3.4.11
1865
1866 Fixed MinGW32 build.
1867
1868 Fixed a GC bug with RegExp code flushing.
1869
1870 Implemented Object.defineProperty for proxies.
1871
1872 Fixed a bug in for/in iteration of arguments objects (issue 1531).
1873
1874 Added debugger support for inspecting optimized frames (issue 1140).
1875
1876 Allowed JSObject::PreventExtensions to work for arguments objects.
1877
1878 Bugfixes and performance work.
1879
1880
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000018812011-07-06: Version 3.4.10
1882
1883 Fixed debugger not breaking on certain "if" statements (issue 1523).
1884
1885 Fixed assertion failure in runtime profiler when running on IA32
1886 without snapshot (issue 1522).
1887
1888 Fixed ABI for API calls on IA32 (for clang compatibility).
1889
1890 Introduced code flushing of RegExp code to free memory used by
1891 RegExps sooner.
1892
1893 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
1894
1895 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
1896
1897 Performance improvements on all platforms.
1898
1899
ricow@chromium.org4f693d62011-07-04 14:01:31 +000019002011-07-04: Version 3.4.9
1901
1902 Added support for debugger inspection of locals in optimized frames
1903 (issue 1140).
1904
1905 Fixed SConstruct to pass correct defines to samples/preparser when
1906 building with library=shared.
1907
1908 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
1909
1910 Fixed a bug in Object.defineProperty on the arguments object.
1911
1912 Performance improvements on all platforms.
1913
1914
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000019152011-06-29: Version 3.4.8
1916
1917 Ensure 16-byte stack alignment on Solaris (issue 1505).
1918
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00001919 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00001920 that is not a smi. (issue 1246).
1921
1922
ager@chromium.org04921a82011-06-27 13:21:41 +000019232011-06-27: Version 3.4.7
1924
1925 Fixed 64-bit build on FreeBSD.
1926
1927 Added API to set the property attributes for the prototype
1928 property on functions created from FunctionTemplates.
1929
1930 Bugfixes and performance work.
1931
1932
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000019332011-06-22: Version 3.4.6
1934
1935 Lowered limit on code space for systems with low memory supply.
1936
1937 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
1938
1939 Extended setBreakpoint API to accept partial script name (issue 1418).
1940
1941 Made multi-line comments not count when deciding whether the '-->'
1942 comment starter is first on a line. This matches Safari.
1943
1944 Made handling of non-array recievers in Array length setter correct
1945 (issue 1491).
1946
1947 Added ability to heap profiler to iterate over snapshot's node
1948 (issue 1481).
1949
1950
whesse@chromium.org7b260152011-06-20 15:33:18 +000019512011-06-20: Version 3.4.5
1952
1953 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
1954 1476, and 1477.
1955
1956 Improved code generation for !0 and !1.
1957
1958 Reduced memory usage for regular expressions with nested qualifiers.
1959 (issue 1472)
1960
1961 Fixed V8 to count line terminators in multi-line comments.
1962 (Chromium issue 86431)
1963
1964 Fixed disassembler=on option for release-mode builds. (issue 1473)
1965
1966 Performance improvements on all platforms.
1967
1968
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000019692011-06-15: Version 3.4.4
1970
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001971 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001972
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001973 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001974
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001975 Several GYP-related changes: Added support for building Xcode project
1976 files. Make the ARM simulator build with GYP again. Generate Makefiles
1977 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001978
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001979 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
1980 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001981
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001982 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001983
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001984 Handle 'undefined' correctly when === has been specialized for doubles.
1985 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001986
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001987 Corrected the limit of local variables in an optimized function from 64
1988 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001989
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001990 Correctly set ReadOnly flag on indexed properties when using the API Set
1991 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001992
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001993 Give the correct error message when Object.isExtensible is called on a
1994 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001995
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001996 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
1997 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001998
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001999 Do not redefine properties unneccesarily in seal and freeze. (issue
2000 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002001
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002002 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002003
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002004 Distinguish keyed loads with a symbol key from fast elements loads,
2005 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002006
2007
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000020082011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002009
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002010 Clear the global thread table when an isolate is disposed
2011 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002012
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002013 Converted time zone name to UTF8 on Windows (issue 1290).
2014
2015 Limited the number of arguments in a function call to 32766
2016 (issue 1413).
2017
2018 Compress sources of JS libraries in addition to the snapshot.
2019
2020 Fixed a bug in Lithium environment iteration.
2021
2022 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002023
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002024
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000020252011-06-06: Version 3.4.2
2026
2027 More work on ES-Harmony proxies. Still hidden behind a flag.
2028
2029 Fixed some crash bugs and improved performance.
2030
2031 Fixed building with gdb debugging support.
2032
2033 Do not install SIGPROF handler until it is needed.
2034
2035 Added DateTimeFormat to i18n API.
2036
2037 Fixed compilation on OpenBSD.
2038
2039 Take the ulimit into account when sizing the heap. OpenBSD users
2040 may still have to increase the default ulimit to run heavy pages in
2041 the browser.
2042
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002043
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000020442011-06-01: Version 3.4.1
2045
2046 Fixed JSON stringify issue with arrays.
2047
2048 Changed calls to JS builtins to be passed undefined when called with
2049 implicit receiver.
2050
2051 Implemented the set trap for Harmony proxies. Proxies still need to
2052 be enabled with the --harmony-proxies flag.
2053
2054
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000020552011-05-30: Version 3.4.0
2056
2057 Changed calls to undefined property setters to not throw (issue 1355).
2058
2059 Made RegExp objects not callable.
2060
2061 Fixed issues on special case large JSON strings in new json parser
2062 (issues http://crbug.com/83877 and http://crbug.com/84186).
2063
2064 Performance improvements on all platforms.
2065
2066
danno@chromium.org40cb8782011-05-25 07:58:50 +000020672011-05-25: Version 3.3.10
2068
2069 Fixed calls of strict mode function with an implicit receiver.
2070
2071 Fixed fast handling of arrays to properly deal with changes to the
2072 Object prototype (issue 1403).
2073
2074 Changed strict mode poison pill to be the same type error function
2075 (issue 1387).
2076
2077 Fixed a debug crash in arguments object handling (issue 1227).
2078
2079 Fixed a bug in deoptimization on x64 (issue 1404).
2080
2081 Performance improvements and bug fixes on all platforms.
2082
2083
ager@chromium.orgea91cc52011-05-23 06:06:11 +000020842011-05-23: Version 3.3.9
2085
2086 Added DateTimeFormat class to experimental i18n API.
2087
2088 Extended preparser to give early errors for some strict mode
2089 restrictions.
2090
2091 Removed legacy execScript function from V8.
2092
2093 Extended isolate API with the ability to add embedder-specific
2094 data to an isolate.
2095
2096 Added basic support for polymorphic loads from JS and external
2097 arrays.
2098
2099 Fixed bug in handling of switch statements in the optimizing
2100 compiler.
2101
2102
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000021032011-05-18: Version 3.3.8
2104
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002105 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002106 handles are independent of all other persistent handles and can be
2107 garbage collected more frequently.
2108
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002109 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002110 with the --harmony-proxies flag.
2111
2112 Performance improvements and bug fixes on all platforms.
2113
2114
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000021152011-05-16: Version 3.3.7
2116
2117 Updated MIPS infrastructure files.
2118
2119 Performance improvements and bug fixes on all platforms.
2120
2121
karlklose@chromium.org83a47282011-05-11 11:54:09 +000021222011-05-11: Version 3.3.6
2123
2124 Updated MIPS infrastructure files.
2125
2126 Added method IsCallable for Object to the API.
2127 Patch by Peter Varga.
2128
2129
lrn@chromium.org1c092762011-05-09 09:42:16 +000021302011-05-09: Version 3.3.5
2131
2132 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2133
2134 Added check that receiver is JSObject on API calls.
2135
2136 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2137 Patch by Peter Varga.
2138
2139 Added CallAsFunction method to the Object class in the API (Issue 1336).
2140 Patch by Peter Varga.
2141
2142 Added per-isolate locking and unlocking.
2143
2144 Fixed bug in x64 >>> operator (Issue 1359).
2145
2146
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000021472011-05-04: Version 3.3.4
2148
2149 Implemented API to disallow code generation from strings for a context
2150 (issue 1258).
2151
2152 Fixed bug with whitespaces in parseInt (issue 955).
2153
2154 Fixed bug with == comparison of Date objects (issue 1356).
2155
2156 Added GYP variables for ARM code generation:
2157 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2158 and v8_use_arm_eabi_hardfloat.
2159
2160
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000021612011-05-02: Version 3.3.3
2162
2163 Added support for generating Visual Studio solution and project files
2164 using GYP.
2165
2166 Implemented support for ARM EABI calling convention variation where
2167 floating-point arguments are passed in registers (hardfloat).
2168
2169 Added Object::HasOwnProperty() to the API.
2170
2171 Added support for compressing startup data to reduce binary size. This
2172 includes build time support and an API for the embedder to decompress
2173 the startup data before initializing V8.
2174
2175 Reduced the profiling hooks overhead from >400% to 25% when using
2176 ll_prof.
2177
2178 Performance improvements and bug fixes on all platforms.
2179
2180
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000021812011-04-27: Version 3.3.2
2182
2183 Fixed crash bug on ARM with no VFP3 hardware.
2184
2185 Fixed compilation of V8 without debugger support.
2186
2187 Improved performance on JSLint.
2188
2189 Added support Float64 WebGL arrays.
2190
2191 Fixed crash bug in regexp replace.
2192
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002193
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000021942011-04-20: Version 3.3.1
2195
2196 Reduced V8 binary size by removing virtual functions from hydrogen.
2197
2198 Fixed crash bug on x64.
2199
2200 Performance improvements on ARM and IA32.
2201
2202
danno@chromium.org160a7b02011-04-18 15:51:38 +000022032011-04-18: Version 3.3.0
2204
2205 Fixed bug in floating point rounding in Crankshaft on ARM
2206 (issue 958)
2207
2208 Fixed a number of issues with running without VFPv3 support on ARM
2209 (issue 1315)
2210
2211 Introduced v8Locale.Collator, a partial implementation of Collator
2212 per last ECMAScript meeting + mailing list.
2213
2214 Minor performance improvements and bug fixes.
2215
2216
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000022172011-04-13: Version 3.2.10
2218
2219 Fixed bug in external float arrays on ARM (issue 1323).
2220
2221 Minor performance improvements and bug fixes.
2222
2223
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000022242011-04-11: Version 3.2.9
2225
2226 Removed support for ABI prior to EABI on ARM.
2227
2228 Fixed multiple crash bugs.
2229
2230 Added GCMole to the repository, a simple static analysis tool that
2231 searches for GC-unsafe evaluation order dependent callsites.
2232
2233 Made preparser API be exported in shared libraries.
2234
2235 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2236
2237 Fixed mutable __proto__ property if object is not extensible
2238 (Issue 1309).
2239
2240 Fixed auto suspension of the sampler thread.
2241
2242
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000022432011-04-06: Version 3.2.8
2244
2245 Exposed WebGL typed array constructors in the shell sample.
2246
2247 Performance improvements on all platforms.
2248
2249
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000022502011-04-04: Version 3.2.7
2251
2252 Disabled the original 'classic' V8 code generator. Crankshaft is
2253 now the default on all platforms.
2254
2255 Changed the heap profiler to use more descriptive names.
2256
2257 Performance and stability improvements to isolates on all platforms.
2258
2259
lrn@chromium.org7516f052011-03-30 08:52:27 +000022602011-03-30: Version 3.2.6
2261
2262 Fixed xcode build warning in shell.cc (out of order initialization).
2263
2264 Fixed null-pointer dereference in the compiler when running without
2265 SSE3 support (Chromium issue 77654).
2266
2267 Fixed x64 compilation error due to some dead code. (Issue 1286)
2268
2269 Introduced scons target to build the preparser stand-alone example.
2270
2271 Made FreeBSD build and pass all tests.
2272
2273
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000022742011-03-28: Version 3.2.5
2275
lrn@chromium.org7516f052011-03-30 08:52:27 +00002276 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002277
2278 Added Crankshaft support for external arrays.
2279
2280 Fixed two potential crash bugs.
2281
2282
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000022832011-03-23: Version 3.2.4
2284
2285 Added isolates which allows several V8 instances in the same process.
2286 This is controlled through the new Isolate class in the API.
2287
2288 Implemented more of EcmaScript 5 strict mode.
2289
2290 Reduced the time it takes to make detailed heap snapshot.
2291
2292 Added a number of commands to the ARM simulator and enhanced the ARM
2293 disassembler.
2294
2295
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000022962011-03-17: Version 3.2.3
2297
2298 Fixed a number of crash bugs.
2299
2300 Fixed Array::New(length) to return an array with a length (issue 1256).
2301
2302 Fixed FreeBSD build.
2303
2304 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2305
2306 Implemented more of EcmaScript 5 strict mode.
2307
2308 Improved Crankshaft performance on all platforms.
2309
2310
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000023112011-03-14: Version 3.2.2
2312
2313 Fixed a number of crash and correctness bugs.
2314
2315 Improved Crankshaft performance on all platforms.
2316
2317 Fixed Crankshaft on Solaris/Illumos.
2318
2319
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000023202011-03-10: Version 3.2.1
2321
2322 Fixed a number of crash bugs.
2323
2324 Improved Crankshaft for x64 and ARM.
2325
2326 Implemented more of EcmaScript 5 strict mode.
2327
2328
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000023292011-03-07: Version 3.2.0
2330
2331 Fixed a number of crash bugs.
2332
2333 Turned on Crankshaft by default on x64 and ARM.
2334
2335 Improved Crankshaft for x64 and ARM.
2336
2337 Implemented more of EcmaScript 5 strict mode.
2338
2339
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000023402011-03-02: Version 3.1.8
2341
2342 Fixed a number of crash bugs.
2343
2344 Improved Crankshaft for x64 and ARM.
2345
2346 Implemented more of EcmaScript 5 strict mode.
2347
2348 Fixed issue with unaligned reads and writes on ARM.
2349
2350 Improved heap profiler support.
2351
2352
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000023532011-02-28: Version 3.1.7
2354
2355 Fixed a number of crash bugs.
2356
2357 Improved Crankshaft for x64 and ARM.
2358
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002359 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002360 arrays (http://crbug.com/73940).
2361
2362 Fixed bug in map space compaction (http://crbug.com/59688).
2363
2364 Added support for direct getter accessors calls on ARM.
2365
2366
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000023672011-02-24: Version 3.1.6
2368
2369 Fixed a number of crash bugs.
2370
2371 Added support for Cygwin (issue 64).
2372
2373 Improved Crankshaft for x64 and ARM.
2374
2375 Added Crankshaft support for stores to pixel arrays.
2376
2377 Fixed issue in CPU profiler with Crankshaft.
2378
2379
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000023802011-02-16: Version 3.1.5
2381
2382 Change RegExp parsing to disallow /(*)/.
2383
2384 Added GDB JIT support for ARM.
2385
2386 Fixed several crash bugs.
2387
2388 Performance improvements on the IA32 platform.
2389
2390
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000023912011-02-14: Version 3.1.4
2392
2393 Fixed incorrect compare of prototypes of the global object (issue
2394 1082).
2395
2396 Fixed a bug in optimizing calls to global functions (issue 1106).
2397
2398 Made optimized Function.prototype.apply safe for non-JSObject first
2399 arguments (issue 1128).
2400
2401 Fixed an error related to element accessors on Object.prototype and
2402 parser errors (issue 1130).
2403
2404 Fixed a bug in sorting an array with large array indices (issue 1131).
2405
2406 Properly treat exceptions thrown while compiling (issue 1132).
2407
2408 Fixed bug in register requirements for function.apply (issue 1133).
2409
2410 Fixed a representation change bug in the Hydrogen graph construction
2411 (issue 1134).
2412
2413 Fixed the semantics of delete on parameters (issue 1136).
2414
2415 Fixed a optimizer bug related to moving instructions with side effects
2416 (issue 1138).
2417
2418 Added support for the global object in Object.keys (issue 1150).
2419
2420 Fixed incorrect value for Math.LOG10E
2421 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2422
2423 Performance improvements on the IA32 platform.
2424
2425 Implement assignment to undefined reference in ES5 Strict Mode.
2426
2427
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000024282011-02-09: Version 3.1.3
2429
2430 Fixed a bug triggered by functions with huge numbers of declared
2431 arguments.
2432
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002433 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002434
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002435 Fixed issue where Array.prototype.__proto__ had been set to null
2436 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002437
2438 Fixed stability bugs in Crankshaft for x86.
2439
2440
ricow@chromium.org83aa5492011-02-07 12:42:56 +000024412011-02-07: Version 3.1.2
2442
2443 Added better security checks when accessing properties via
2444 Object.getOwnPropertyDescriptor.
2445
2446 Fixed bug in Object.defineProperty and related access bugs (issues
2447 992, 1083 and 1092).
2448
2449 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2450 copyright notice generation for embedders.
2451
2452
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000024532011-02-02: Version 3.1.1
2454
2455 Perform security checks before fetching the value in
2456 Object.getOwnPropertyDescriptor.
2457
2458 Fixed a bug in Array.prototype.splice triggered by passing no
2459 arguments.
2460
2461 Fixed bugs in -0 in arithmetic and in Math.pow.
2462
2463 Fixed bugs in the register allocator and in switching from optimized
2464 to unoptimized code.
2465
2466
24672011-01-31: Version 3.1.0
2468
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002469 Performance improvements on all platforms.
2470
2471
ager@chromium.org378b34e2011-01-28 08:04:38 +000024722011-01-28: Version 3.0.12
2473
2474 Added support for strict mode parameter and object property
2475 validation.
2476
2477 Fixed a couple of crash bugs.
2478
2479
ager@chromium.org0ee099b2011-01-25 14:06:47 +000024802011-01-25: Version 3.0.11
2481
2482 Fixed a bug in deletion of lookup slots that could cause global
2483 variables to be accidentally deleted (http://crbug.com/70066).
2484
2485 Added support for strict mode octal literal verification.
2486
2487 Fixed a couple of crash bugs (issues 1070 and 1071).
2488
2489
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000024902011-01-24: Version 3.0.10
2491
2492 Fixed External::Wrap for 64-bit addresses (issue 1037).
2493
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002494 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002495 code generator (issue 1060).
2496
2497 Introduced partial strict mode support.
2498
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002499 Changed formatting of recursive error messages to match Firefox and
2500 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002501
2502 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002503 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002504 (issue http://crbug.com/50972).
2505
2506 Performance improvements on the IA32 platform.
2507
2508
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000025092011-01-19: Version 3.0.9
2510
2511 Added basic GDB JIT Interface integration.
2512
2513 Make invalid break/continue statements a syntax error instead of a
2514 runtime error.
2515
2516
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000025172011-01-17: Version 3.0.8
2518
2519 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002520 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002521
2522 Wrapped external pointers more carefully (issue 1037).
2523
2524 Hardened the implementation of error objects to avoid setters
2525 intercepting the properties set then throwing an error.
2526
2527 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2528
2529 Performance improvements on the IA32 platform.
2530
2531
25322011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002533
2534 Stopped calling inherited setters when creating object literals
2535 (issue 1015).
2536
2537 Changed interpretation of malformed \c? escapes in RegExp to match
2538 JSC.
2539
2540 Enhanced the command-line debugger interface and fixed some minor
2541 bugs in the debugger.
2542
2543 Performance improvements on the IA32 platform.
2544
2545
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000025462011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002547
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002548 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002549
2550 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002551 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002552
2553 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002554 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002555
2556 Added use_system_v8 option to gyp (off by default), to make it easier
2557 for Linux distributions to ship with system-provided V8 library.
2558
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002559 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002560
2561 Added labelled thread names to help with debugging (on Linux).
2562
2563
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000025642011-01-03: Version 3.0.5
2565
2566 Fixed a couple of cast errors for gcc-3.4.3.
2567
2568 Performance improvements in GC and IA32 code generator.
2569
2570
whesse@chromium.org023421e2010-12-21 12:19:12 +000025712010-12-21: Version 3.0.4
2572
2573 Added Date::ResetCache() to the API so that the cached values in the
2574 Date object can be reset to allow live DST / timezone changes.
2575
2576 Extended existing support for printing (while debugging) the contents
2577 of objects. Added support for printing objects from release builds.
2578
2579 Fixed V8 issues 989, 1006, and 1007.
2580
2581
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000025822010-12-17: Version 3.0.3
2583
2584 Reapplied all changes for version 3.0.1.
2585
2586 Improved debugger protocol for remote debugging.
2587
2588 Added experimental support for using gyp to generate build files
2589 for V8.
2590
2591 Fixed implementation of String::Write in the API (issue 975).
2592
2593
lrn@chromium.org8541d772010-12-15 12:05:09 +000025942010-12-15: Version 3.0.2
2595
2596 Revert version 3.0.1 and patch 3.0.1.1.
2597
2598
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000025992010-12-13: Version 3.0.1
2600
2601 Added support for an experimental internationalization API as an
2602 extension. This extension is disabled by default but can be enabled
2603 when building V8. The ECMAScript internationalization strawman is
2604 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2605
2606 Made RegExp character class parsing stricter. This mirrors a change
2607 to RegExp parsing in WebKit.
2608
2609 Fixed a bug in Object.defineProperty when used to change attributes
2610 of an existing property. It incorrectly set the property value to
2611 undefined (issue 965).
2612
2613 Fixed several different compilation failures on various platforms
2614 caused by the 3.0.0 release.
2615
2616 Optimized Math.pow so it can work on unboxed doubles.
2617
2618 Sped up quoting of JSON strings by removing one traversal of the
2619 string.
2620
2621
kasperl@chromium.orga5551262010-12-07 12:49:48 +000026222010-12-07: Version 3.0.0
2623
2624 Improved performance by (partially) addressing issue 957 on
2625 IA-32. Still needs more work for the other architectures.
2626
2627
ager@chromium.orgbeb25712010-11-29 08:02:25 +000026282010-11-29: Version 2.5.9
2629
2630 Fixed crashes during GC caused by partially initialize heap
2631 objects.
2632
2633 Fixed bug in process sample that caused memory leaks.
2634
2635 Improved performance on ARM by implementing missing stubs and
2636 inlining.
2637
2638 Improved heap profiler support.
2639
2640 Added separate seeding on Windows of the random number generator
2641 used internally by the compiler (issue 936).
2642
2643 Exposed API for getting the name of the function used to construct
2644 an object.
2645
2646 Fixed date parser to handle one and two digit millisecond
2647 values (issue 944).
2648
2649 Fixed number parsing to disallow space between sign and
2650 digits (issue 946).
2651
2652
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000026532010-11-23: Version 2.5.8
2654
2655 Removed dependency on Gay's dtoa.
2656
2657 Improved heap profiler precision and speed.
2658
2659 Reduced overhead of callback invocations on ARM.
2660
2661
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000026622010-11-18: Version 2.5.7
2663
2664 Fixed obscure evaluation order bug (issue 931).
2665
2666 Split the random number state between JavaScript and the private API.
2667
2668 Fixed performance bug causing GCs when generating stack traces on
2669 code from very large scripts.
2670
2671 Fixed bug in parser that allowed (foo):42 as a labelled statement
2672 (issue 918).
2673
2674 Provide more accurate results about used heap size via
2675 GetHeapStatistics.
2676
2677 Allow build-time customization of the max semispace size.
2678
2679 Made String.prototype.split honor limit when separator is empty
2680 (issue 929).
2681
2682 Added missing failure check after expecting an identifier in
2683 preparser (Chromium issue 62639).
2684
2685
ager@chromium.org01fe7df2010-11-10 11:59:11 +000026862010-11-10: Version 2.5.6
2687
2688 Added support for VFP rounding modes to the ARM simulator.
2689
2690 Fixed multiplication overflow bug (issue 927).
2691
2692 Added a limit for the amount of executable memory (issue 925).
2693
2694
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000026952010-11-08: Version 2.5.5
2696
2697 Added more aggressive GC of external objects in near out-of-memory
2698 situations.
2699
2700 Fixed a bug that gave the incorrect result for String.split called
2701 on the empty string (issue 924).
2702
2703
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000027042010-11-03: Version 2.5.4
2705
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002706 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002707
2708
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000027092010-11-01: Version 2.5.3
2710
2711 Fixed a bug that prevents constants from overwriting function values
2712 in object literals (issue 907).
2713
2714 Fixed a bug with reporting of impossible nested calls of DOM functions
2715 (issue http://crbug.com/60753).
2716
2717
lrn@chromium.org303ada72010-10-27 09:33:13 +000027182010-10-27: Version 2.5.2
2719
2720 Improved sampler resolution on Linux.
2721
2722 Allowed forcing the use of a simulator from the build script
2723 independently of the host architecture.
2724
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002725 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00002726
2727 Made windows-tick-processor respect D8_PATH.
2728
2729 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
2730
2731
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000027322010-10-20: Version 2.5.1
2733
2734 Fixed bug causing spurious out of memory exceptions
2735 (issue http://crbug.com/54580).
2736
2737 Fixed compilation error on Solaris platform (issue 901).
2738
2739 Fixed error in strtod (string to floating point number conversion)
2740 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
2741
2742 Adjusted randomized allocations of executable memory to have 64k
2743 granularity (issue http://crbug.com/56036).
2744
2745 Supported profiling using kernel perf_events on linux. Added ll_prof
2746 script to tools and --ll-prof flag to V8.
2747
2748
vegorov@chromium.org42841962010-10-18 11:18:59 +000027492010-10-18: Version 2.5.0
2750
2751 Fixed bug in cache handling of lastIndex on global regexps
2752 (issue http://crbug.com/58740).
2753
2754 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
2755 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00002756 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00002757
2758 Fixed compilation error on ARM with gcc 4.4 (issue 894).
2759
2760
27612010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00002762
2763 Fixed a bug in the handling of conditional expressions in test
2764 contexts in compiler for top-level code.
2765
2766 Added "//@ sourceURL" information to the StackTrace API.
2767
2768 Exposed RegExp construction through the API.
2769
2770
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000027712010-10-04: Version 2.4.8
2772
2773 Fixed a bug in ResumeProfilerEx causing it to not always write out the
2774 whole snapshot (issue 868).
2775
2776 Performance improvements on all platforms.
2777
2778
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000027792010-09-30: Version 2.4.7
2780
2781 Changed the command-line flag --max-new-space-size to be in kB and the
2782 flag --max-old-space-size to be in MB (previously they were in bytes).
2783
2784 Added Debug::CancelDebugBreak to the debugger API.
2785
2786 Fixed a bug in getters for negative numeric property names
2787 (https://bugs.webkit.org/show_bug.cgi?id=46689).
2788
2789 Performance improvements on all platforms.
2790
2791
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000027922010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002793
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00002794 Fixed assertion failure related to copy-on-write arrays (issue 876).
2795
2796 Fixed build failure of 64-bit V8 on Windows.
2797
2798 Fixed a bug in RegExp (issue http://crbug.com/52801).
2799
2800 Improved the profiler's coverage to cover more functions (issue 858).
2801
2802 Fixed error in shift operators on 64-bit V8
2803 (issue http://crbug.com/54521).
2804
2805
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000028062010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002807
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002808 Changed the RegExp benchmark to exercise the regexp engine on different
2809 inputs by scrambling the input strings.
2810
2811 Fixed a bug in keyed loads on strings.
2812
2813 Fixed a bug with loading global function prototypes.
2814
2815 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
2816
2817 Performance improvements on all platforms.
2818
2819
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000028202010-09-15: Version 2.4.4
2821
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002822 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002823
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002824 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002825
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002826 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002827
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002828 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002829
2830
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000028312010-09-13: Version 2.4.3
2832
2833 Made Date.parse properly handle TZ offsets (issue 857).
2834
2835 Performance improvements on all platforms.
2836
2837
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000028382010-09-08: Version 2.4.2
2839
2840 Fixed GC crash bug.
2841
2842 Fixed stack corruption bug.
2843
2844 Fixed compilation for newer C++ compilers that found Operand(0)
2845 ambiguous.
2846
2847
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000028482010-09-06: Version 2.4.1
2849
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002850 Added the ability for an embedding application to receive a callback
2851 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
2852 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002853
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002854 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002855
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002856 Fixed memory overrun crash bug triggered during V8's tick-based
2857 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002858
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002859 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002860
2861
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000028622010-09-01: Version 2.4.0
2863
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002864 Fixed bug in Object.freeze and Object.seal when Array.prototype or
2865 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002866
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002867 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002868 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002869
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002870 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002871
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002872 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002873
2874
ricow@chromium.org65fae842010-08-25 15:26:24 +000028752010-08-25: Version 2.3.11
2876
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002877 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002878
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002879 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002880 VARIANT_FLAGS that allows specification of sets of flags with which
2881 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002882
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002883 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002884
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002885 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002886
2887
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000028882010-08-23: Version 2.3.10
2889
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002890 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00002891
2892 Build fixes for unusual compilers.
2893
2894 Track high water mark for RWX memory.
2895
2896 Performance improvements on all platforms.
2897
2898
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000028992010-08-18: Version 2.3.9
2900
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002901 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002902
2903 Removed specialized handling of GCC 4.4 (issue 830).
2904
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002905 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002906 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
2907
ricow@chromium.org65fae842010-08-25 15:26:24 +00002908 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002909
2910
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000029112010-08-16: Version 2.3.8
2912
2913 Fixed build with strict aliasing on GCC 4.4 (issue 463).
2914
2915 Fixed issue with incorrect handling of custom valueOf methods on
2916 string wrappers (issue 760).
2917
2918 Fixed compilation for ARMv4 (issue 590).
2919
2920 Improved performance.
2921
2922
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000029232010-08-11: Version 2.3.7
2924
2925 Reduced size of heap snapshots produced by heap profiler (issue 783).
2926
2927 Introduced v8::Value::IsRegExp method.
2928
2929 Fixed CPU profiler crash in start / stop sequence when non-existent
2930 name is passed (issue http://crbug.com/51594).
2931
2932 Introduced new indexed property query callbacks API (issue 816). This
2933 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
2934 by default.
2935
2936 Removed support for object literal get/set with number/string
2937 property name.
2938
2939 Fixed handling of JSObject::elements in CalculateNetworkSize
2940 (issue 822).
2941
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002942 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00002943
2944
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000029452010-08-09: Version 2.3.6
2946
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00002947 RegExp literals create a new object every time they are evaluated
2948 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00002949
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00002950 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00002951
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002952 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00002953
2954
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000029552010-08-04: Version 2.3.5
2956
2957 Added support for ES5 property names. Object initialisers and
2958 dot-notation property access now allows keywords. Also allowed
2959 non-identifiers after "get" or "set" in an object initialiser.
2960
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002961 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00002962
2963
whesse@chromium.orge90029b2010-08-02 11:52:17 +000029642010-08-02: Version 2.3.4
2965
2966 Fixed problems in implementation of ES5 function.prototype.bind.
2967
2968 Fixed error when using apply with arguments object on ARM (issue 784).
2969
2970 Added setting of global flags to debugger protocol.
2971
2972 Fixed an error affecting cached results of sin and cos (issue 792).
2973
2974 Removed memory leak from a boundary case where V8 is not initialized.
2975
2976 Fixed issue where debugger could set breakpoints outside the body
2977 of a function.
2978
2979 Fixed issue in debugger when using both live edit and step in features.
2980
2981 Added Number-letter (Nl) category to Unicode tables. These characters
2982 can now be used in identifiers.
2983
2984 Fixed an assert failure on X64 (issue 806).
2985
2986 Performance improvements on all platforms.
2987
2988
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000029892010-07-26: Version 2.3.3
2990
2991 Fixed error when building the d8 shell in a fresh checkout.
2992
2993 Implemented Function.prototype.bind (ES5 15.3.4.5).
2994
2995 Fixed an error in inlined stores on ia32.
2996
2997 Fixed an error when setting a breakpoint at the end of a function
2998 that does not end with a newline character.
2999
3000 Performance improvements on all platforms.
3001
3002
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000030032010-07-21: Version 2.3.2
3004
3005 Fixed compiler warnings when building with LLVM.
3006
3007 Fixed a bug with for-in applied to strings (issue 785).
3008
3009 Performance improvements on all platforms.
3010
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003011
ricow@chromium.org4980dff2010-07-19 08:33:45 +000030122010-07-19: Version 2.3.1
3013
3014 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3015
3016 Fixed bug related to code flushing while compiling a lazy
3017 compilable function (issue http://crbug.com/49099).
3018
3019 Performance improvements on all platforms.
3020
3021
ager@chromium.orgb5737492010-07-15 09:29:43 +000030222010-07-15: Version 2.3.0
3023
3024 Added ES5 Object.seal and Object.isSealed.
3025
3026 Added debugger API for scheduling debugger commands from a
3027 separate thread.
3028
3029
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000030302010-07-14: Version 2.2.24
3031
3032 Added API for capturing stack traces for uncaught exceptions.
3033
3034 Fixed crash bug when preparsing from a non-external V8 string
3035 (issue 775).
3036
3037 Fixed JSON.parse bug causing input not to be converted to string
3038 (issue 764).
3039
3040 Added ES5 Object.freeze and Object.isFrozen.
3041
3042 Performance improvements on all platforms.
3043
3044
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000030452010-07-07: Version 2.2.23
3046
3047 API change: Convert Unicode code points outside the basic multilingual
3048 plane to the replacement character. Previous behavior was to silently
3049 truncate the value to 16 bits.
3050
3051 Fixed crash: handle all flat string types in regexp replace.
3052
3053 Prevent invalid pre-parsing data passed in through the API from
3054 crashing V8.
3055
3056 Performance improvements on all platforms.
3057
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003058
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000030592010-07-05: Version 2.2.22
3060
3061 Added ES5 Object.isExtensible and Object.preventExtensions.
3062
3063 Enabled building V8 as a DLL.
3064
3065 Fixed a bug in date code where -0 was not interpreted as 0
3066 (issue 736).
3067
3068 Performance improvements on all platforms.
3069
3070
lrn@chromium.org32d961d2010-06-30 09:09:34 +000030712010-06-30: Version 2.2.21
3072
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003073 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003074
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003075 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003076
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003077 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003078
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003079 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003080
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003081 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003082
3083 Provide actual breakpoints locations in response to setBreakpoint
3084 and listBreakpoints requests.
3085
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003086
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000030872010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003088
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003089 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003090
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003091 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003092
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003093 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003094
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003095 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003096 miscalculated for some inputs.
3097
3098 Performance improvements on all platforms.
3099
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003100
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000031012010-06-23: Version 2.2.19
3102
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003103 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003104 (issue 738).
3105
3106 Added expose-externalize-string flag for testing extensions.
3107
3108 Resolve linker issues with using V8 as a DLL causing a number of
3109 problems with unresolved symbols.
3110
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003111 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003112 defined.
3113
3114 Performance improvements on all platforms.
3115
3116
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000031172010-06-16: Version 2.2.18
3118
3119 Added API functions to retrieve information on indexed properties
3120 managed by the embedding layer. Fixes bug 737.
3121
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003122 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003123
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003124 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003125
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003126 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003127
3128 Incremental performance improvements.
3129
3130
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000031312010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003132
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003133 Improved debugger support for stepping out of functions.
3134
3135 Incremental performance improvements.
3136
3137
31382010-06-09: Version 2.2.16
3139
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003140 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003141 disposal of external string resources to call a virtual Dispose
3142 method on the resource.
3143
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003144 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003145 stepping.
3146
3147 Memory usage improvements on all platforms.
3148
3149
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000031502010-06-07: Version 2.2.15
3151
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003152 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003153
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003154 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003155 some compilers complaint when compiling with -Werror.
3156
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003157 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003158
3159
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000031602010-06-02: Version 2.2.14
3161
3162 Fixed a crash in code generated for String.charCodeAt.
3163
3164 Fixed a compilation issue with some GCC versions (issue 727).
3165
3166 Performance optimizations on x64 and ARM platforms.
3167
3168
ricow@chromium.org30ce4112010-05-31 10:38:25 +000031692010-05-31: Version 2.2.13
3170
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003171 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003172 strings (issue 599).
3173
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003174 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003175
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003176 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003177
3178 Performance improvements on all platforms.
3179
3180
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000031812010-05-26: Version 2.2.12
3182
3183 Allowed accessors to be defined on objects rather than just object
3184 templates.
3185
3186 Changed the ScriptData API.
3187
3188
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000031892010-05-21: Version 2.2.11
3190
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003191 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003192
3193 Use 'full compiler' when debugging is active. This should increase
3194 the density of possible break points, making single step more fine
3195 grained. This will only take effect for functions compiled after
3196 debugging has been started, so recompilation of all functions is
3197 required to get the full effect. IA32 and x64 only for now.
3198
3199 Misc. fixes to the Solaris build.
3200
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003201 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003202
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003203 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003204
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003205 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003206
3207 Incremental performance improvements in all backends.
3208
3209
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000032102010-05-17: Version 2.2.10
3211
3212 Performance improvements in the x64 and ARM backends.
3213
3214
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000032152010-05-10: Version 2.2.9
3216
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003217 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003218
3219 Fixed bug with Date.parse returning a non-NaN value when called on a
3220 non date string (issue 696).
3221
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003222 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003223 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003224
3225 C++ API for retrieving JavaScript stack trace information.
3226
3227
ager@chromium.orgac091b72010-05-05 07:34:42 +000032282010-05-05: Version 2.2.8
3229
3230 Performance improvements in the x64 and ARM backends.
3231
3232
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000032332010-05-03: Version 2.2.7
3234
3235 Added support for ES5 date time string format to Date.parse.
3236
3237 Performance improvements in the x64 backend.
3238
3239
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000032402010-04-28: Version 2.2.6
3241
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003242 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003243 (by Ryan Dahl <coldredlemur@gmail.com>).
3244
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003245 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003246
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003247 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003248
3249 Performance improvements on all platforms.
3250
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003251
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000032522010-04-26: Version 2.2.5
3253
3254 Various performance improvements (especially for ARM and x64)
3255
3256 Fixed bug in CPU profiling (http://crbug.com/42137)
3257
3258 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003259
3260 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003261 wrong calculations.
3262
3263 Fixed a bug that may cause a wrong result for shift operations.
3264
3265
32662010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003267
3268 Fixed warnings on arm on newer GCC versions.
3269
3270 Fixed a number of minor bugs.
3271
3272 Performance improvements on all platforms.
3273
3274
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000032752010-04-14: Version 2.2.3
3276
3277 Added stack command and mem command to ARM simulator debugger.
3278
3279 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3280
3281 Performance improvements on all platforms.
3282
3283
ager@chromium.org357bf652010-04-12 11:30:10 +000032842010-04-12: Version 2.2.2
3285
3286 Introduced new profiler API.
3287
3288 Fixed random number generator to produce full 32 random bits.
3289
3290
lrn@chromium.org25156de2010-04-06 13:10:27 +000032912010-04-06: Version 2.2.1
3292
3293 Debugger improvements.
3294
3295 Fixed minor bugs.
3296
3297
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000032982010-03-29: Version 2.2.0
3299
3300 Fixed a few minor bugs.
3301
3302 Performance improvements for string operations.
3303
3304
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000033052010-03-26: Version 2.1.10
3306
3307 Fixed scons build issues.
3308
3309 Fixed a couple of minor bugs.
3310
3311
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000033122010-03-25: Version 2.1.9
3313
3314 Added API support for reattaching a global object to a context.
3315
3316 Extended debugger API with access to the internal debugger context.
3317
3318 Fixed Chromium crashes (issues http://crbug.com/39128 and
3319 http://crbug.com/39160)
3320
3321
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000033222010-03-24: Version 2.1.8
3323
3324 Added fine-grained garbage collection callbacks to the API.
3325
3326 Performance improvements on all platforms.
3327
3328
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000033292010-03-22: Version 2.1.7
3330
3331 Fixed issue 650.
3332
3333 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003334
3335 Performance improvements for arithmetic operations.
3336
3337 Performance improvements for string operations.
3338
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003339 Print script name and line number information in stack trace.
3340
3341
33422010-03-17: Version 2.1.6
3343
3344 Performance improvements for arithmetic operations.
3345
3346 Performance improvements for string operations.
3347
3348
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000033492010-03-10: Version 2.1.4
3350
3351 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3352
3353 Performance improvements on all platforms.
3354
3355
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000033562010-03-10: Version 2.1.3
3357
3358 Added API method for context-disposal notifications.
3359
3360 Added API method for accessing elements by integer index.
3361
3362 Added missing implementation of Uint32::Value and Value::IsUint32
3363 API methods.
3364
3365 Added IsExecutionTerminating API method.
3366
3367 Disabled strict aliasing for GCC 4.4.
3368
3369 Fixed string-concatenation bug (issue 636).
3370
3371 Performance improvements on all platforms.
3372
3373
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000033742010-02-23: Version 2.1.2
3375
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003376 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003377
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003378 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003379
3380 Performance improvements on all platforms.
3381
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003382
ager@chromium.org5c838252010-02-19 08:53:10 +000033832010-02-19: Version 2.1.1
3384
3385 [ES5] Implemented Object.defineProperty.
3386
3387 Improved profiler support.
3388
3389 Added SetPrototype method in the public V8 API.
3390
3391 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3392 objects in the API.
3393
3394 Performance improvements on all platforms.
3395
3396
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000033972010-02-03: Version 2.1.0
3398
3399 Values are now always wrapped in objects when used as a receiver.
3400 (issue 223).
3401
3402 [ES5] Implemented Object.getOwnPropertyNames.
3403
3404 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3405 JSON grammar.
3406
3407 Improvement of debugger agent (issue 549 and 554).
3408
3409 Fixed problem with skipped stack frame in profiles (issue 553).
3410
3411 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3412 <ry@tinyclouds.org>.
3413
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003414 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003415 integers.
3416
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003417 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003418 functions (isue http://crbug.com/3867).
3419
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003420 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003421
3422 Numerous performance improvements including porting of previous IA-32
3423 optimizations to x64 and ARM architectures.
3424
3425
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000034262010-01-14: Version 2.0.6
3427
3428 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3429 GetOwnProperty, FromPropertyDescriptor.
3430
3431 Fixed Mac x64 build errors.
3432
3433 Improved performance of some math and string operations.
3434
3435 Improved performance of some regexp operations.
3436
3437 Improved performance of context creation.
3438
3439 Improved performance of hash tables.
3440
3441
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000034422009-12-18: Version 2.0.5
3443
3444 Extended to upper limit of map space to allow for 7 times as many map
3445 to be allocated (issue 524).
3446
3447 Improved performance of code using closures.
3448
3449 Improved performance of some binary operations involving doubles.
3450
3451
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000034522009-12-16: Version 2.0.4
3453
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003454 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003455
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003456 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003457
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003458 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003459
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003460 Improved handling of external strings by using a separate table
3461 instead of weak handles. This improves garbage collection
3462 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003463
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003464 Changed code generation for object and array literals in toplevel
3465 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003466
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003467 Fixed a crash bug triggered when garbage collection happened during
3468 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003469
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003470 Fixed crash bug sometimes triggered when local variables shadowed
3471 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003472
3473
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000034742009-12-03: Version 2.0.3
3475
3476 Optimized handling and adding of strings, for-in and Array.join.
3477
3478 Heap serialization is now non-destructive.
3479
3480 Improved profiler support with information on time spend in C++
3481 callbacks registered through the API.
3482
3483 Added commands to the debugger protocol for starting/stopping
3484 profiling.
3485
3486 Enabled the non-optimizing compiler for top-level code.
3487
3488 Changed the API to only allow strings to be set as data objects on
3489 Contexts and scripts to avoid potentially keeping global objects
3490 around for too long (issue 528).
3491
3492 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3493
3494 Fixed bugs.
3495
3496
ager@chromium.org01beca72009-11-24 14:29:16 +000034972009-11-24: Version 2.0.2
3498
3499 Improved profiler support.
3500
3501 Fixed bug that broke compilation of d8 with readline support.
3502
3503
ager@chromium.org6141cbe2009-11-20 12:14:52 +000035042009-11-20: Version 2.0.1
3505
3506 Fixed crash bug in String.prototype.replace.
3507
3508 Reverted a change which caused Chromium interactive ui test
3509 failures.
3510
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003511
ager@chromium.orgc4c92722009-11-18 14:12:51 +000035122009-11-18: Version 2.0.0
3513
3514 Added support for VFP on ARM.
3515
3516 Added TryCatch::ReThrow method to the API.
3517
3518 Reduced the size of snapshots and improved the snapshot load time.
3519
3520 Improved heap profiler support.
3521
3522 64-bit version now supported on Windows.
3523
3524 Fixed a number of debugger issues.
3525
3526 Fixed bugs.
3527
3528
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000035292009-10-29: Version 1.3.18
3530
3531 Reverted a change which caused crashes in RegExp replace.
3532
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003533 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003534
3535
ager@chromium.org3811b432009-10-28 14:53:37 +000035362009-10-28: Version 1.3.17
3537
3538 Added API method to get simple heap statistics.
3539
3540 Improved heap profiler support.
3541
3542 Fixed the implementation of the resource constraint API so it
3543 works when using snapshots.
3544
3545 Fixed a number of issues in the Windows 64-bit version.
3546
3547 Optimized calls to API getters.
3548
3549 Added valgrind notification on code modification to the 64-bit version.
3550
3551 Fixed issue where we logged shared library addresses on Windows at
3552 startup and never used them.
3553
3554
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000035552009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003556
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003557 X64: Convert smis to holding 32 bits of payload.
3558
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003559 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003560
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003561 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003562
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003563 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003564 Patch by Jan de Mooij <jandemooij@gmail.com>
3565
3566 Implement ES5 Array.isArray
3567 Patch by Jan de Mooij <jandemooij@gmail.com>
3568
3569 Skip access checks for hidden properties.
3570
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003571 Added String::Concat(Handle<String> left, Handle<String> right) to the
3572 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003573
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003574 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003575
3576
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000035772009-10-07: Version 1.3.15
3578
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003579 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003580
3581 Fixed a crash bug happening when starting profiling (issue
3582 http://crbug.com/23768).
3583
3584
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000035852009-10-07: Version 1.3.14
3586
3587 Added GetRealNamedProperty to the API to lookup real properties
3588 located on the object or in the prototype chain skipping any
3589 interceptors.
3590
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003591 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003592 stack limit now needs to be set to each thread thich is used with V8.
3593
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003594 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003595
3596 Ensure V8 is initialized before locking and unlocking threads.
3597
3598 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003599 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003600 Crockford from the project.
3601
3602 Added a missing optimization in StringCharAt.
3603
3604 Fixed some flaky socket tests.
3605
3606 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3607 in 64-bit mode.
3608
3609 Fixed memory leaks in the thread management code.
3610
3611 Fixed the result of assignment to a pixel array. The assigned value
3612 is now the result.
3613
3614 Error reporting for invalid left-hand sides in for-in statements, pre-
3615 and postfix count expressions, and assignments now matches the JSC
3616 behavior in Safari 4.
3617
3618 Follow the spec in disallowing function declarations without a name.
3619
3620 Always allocate code objects within a 2 GB range. On x64 architecture
3621 this is used to use near calls (32-bit displacement) in Code objects.
3622
3623 Optimized array construction ported to x64 and ARM architectures.
3624
3625 [ES5] Changed Object.keys to return strings for element indices.
3626
3627
ager@chromium.org68e7ab72009-09-23 09:40:39 +000036282009-09-23: Version 1.3.13
3629
3630 Fixed uninitialized memory problem.
3631
3632 Improved heap profiler support.
3633
3634
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000036352009-09-22: Version 1.3.12
3636
3637 Changed behavior of |function|.toString() on built-in functions to
3638 be compatible with other implementations. Patch by Jan de Mooij.
3639
3640 Added Object::IsDirty in the API.
3641
3642 Optimized array construction; it is now handled purely in native
3643 code.
3644
3645 [ES5] Made properties of the arguments array enumerable.
3646
3647 [ES5] Added test suite adapter for the es5conform test suite.
3648
3649 [ES5] Added Object.keys function.
3650
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003651
ager@chromium.org4af710e2009-09-15 12:20:11 +000036522009-09-15: Version 1.3.11
3653
3654 Fixed crash in error reporting during bootstrapping.
3655
3656 Optimized generated IA32 math code by using SSE2 instructions when
3657 available.
3658
3659 Implemented missing pieces of debugger infrastructure on ARM. The
3660 debugger is now fully functional on ARM.
3661
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003662 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003663
3664
ager@chromium.orga1645e22009-09-09 19:27:10 +000036652009-09-09: Version 1.3.10
3666
3667 Fixed profiler on Mac in 64-bit mode.
3668
3669 Optimized creation of objects from simple constructor functions on
3670 ARM.
3671
3672 Fixed a number of debugger issues.
3673
3674 Reduced the amount of memory consumed by V8.
3675
3676
ager@chromium.org18ad94b2009-09-02 08:22:29 +000036772009-09-02: Version 1.3.9
3678
3679 Optimized stack guard checks on ARM.
3680
3681 Optimized API operations by inlining more in the API.
3682
3683 Optimized creation of objects from simple constructor functions.
3684
3685 Enabled a number of missing optimizations in the 64-bit port.
3686
3687 Implemented native-code support for regular expressions on ARM.
3688
3689 Stopped using the 'sahf' instruction on 64-bit machines that do
3690 not support it.
3691
3692 Fixed a bug in the support for forceful termination of JavaScript
3693 execution.
3694
3695
ager@chromium.org96c75b52009-08-26 09:13:16 +000036962009-08-26: Version 1.3.8
3697
3698 Changed the handling of idle notifications to allow idle
3699 notifications when V8 has not yet been initialized.
3700
3701 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003702
ager@chromium.org96c75b52009-08-26 09:13:16 +00003703
ager@chromium.orgab99eea2009-08-25 07:05:41 +000037042009-08-25: Version 1.3.7
3705
3706 Reduced the size of generated code on ARM platforms by reducing
3707 the size of constant pools.
3708
3709 Changed build files to not include the 'ENV' user environment
3710 variable in the build environment.
3711
3712 Changed the handling of idle notifications.
3713
3714
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000037152009-08-21: Version 1.3.6
3716
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003717 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003718
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003719 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003720 a low memory situation to V8.
3721
3722 Changed the handling of global handles (persistent handles in the API
3723 sense) to avoid issues regarding allocation of new global handles
3724 during weak handle callbacks.
3725
3726 Changed the growth policy of the young space.
3727
3728 Fixed a GC issue introduced in version 1.3.5.
3729
3730
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000037312009-08-19: Version 1.3.5
3732
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003733 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003734
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003735 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003736
3737 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
3738
3739 Changed typeof RegExp from 'object' to 'function' for compatibility.
3740 Fixed bug where regexps were not callable across contexts.
3741
3742 Added context independent script compilation to the API.
3743
3744 Added API call to get the stack trace for an exception.
3745
3746 Added API for getting object mirrors.
3747
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003748 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003749 running off a snapshot generated without using SSE3 instructions.
3750
3751 Tweaked the handling of the initial size and growth policy of the heap.
3752
3753 Added native code generation for RegExp to 64-bit version.
3754
3755 Added JavaScript debugger support to 64-bit version.
3756
3757
ager@chromium.orgadd848f2009-08-13 12:44:13 +000037582009-08-13: Version 1.3.4
3759
3760 Added a readline() command to the d8 shell.
3761
3762 Fixed bug in json parsing.
3763
3764 Added idle notification to the API and reduced memory on idle
3765 notifications.
3766
3767
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000037682009-08-12: Version 1.3.3
3769
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003770 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003771
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003772 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003773
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003774 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003775
3776 API: added function to find instance of template in prototype
3777 chain. Inlined Object::IsInstanceOf.
3778
3779 Land change to notify valgrind when we modify code on x86.
3780
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003781 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003782
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003783 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003784
3785
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000037862009-08-05: Version 1.3.2
3787
3788 Started new compiler infrastructure for two-pass compilation using a
3789 control flow graph constructed from the AST.
3790
3791 Profiler stack sampling for X64.
3792
3793 Safe handling of NaN to Posix platform-dependent time functions.
3794
3795 Added a new profiler control API to unify controlling various aspects
3796 of profiling.
3797
3798 Fixed issue 392.
3799
3800
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000038012009-07-30: Version 1.3.1
3802
3803 Speed improvements to accessors and interceptors.
3804
3805 Added support for capturing stack information on custom errors.
3806
3807 Added support for morphing an object into a pixel array where its
3808 indexed properties are stored in an external byte array. Values written
3809 are always clamped to the 0..255 interval.
3810
3811 Profiler on x64 now handles C/C++ functions from shared libraries.
3812
3813 Changed the debugger to avoid stepping into function.call/apply if the
3814 function is a built-in.
3815
3816 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003817
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003818 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003819
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003820 Optimized the called as constructor check for API calls.
3821
3822
kasperl@chromium.orge959c182009-07-27 08:59:04 +000038232009-07-27: Version 1.3.0
3824
3825 Allowed RegExp objects to be called as functions (issue 132).
3826
3827 Fixed issue where global property cells would escape after
3828 detaching the global object; see http://crbug.com/16276.
3829
3830 Added support for stepping into setters and getters in the
3831 debugger.
3832
3833 Changed the debugger to avoid stopping in its own JavaScript code
3834 and in the code of built-in functions.
3835
3836 Fixed issue 345 by avoiding duplicate escaping labels.
3837
3838 Fixed ARM code generator crash in short-circuited boolean
3839 expressions and added regression tests.
3840
3841 Added an external allocation limit to avoid issues where small V8
3842 objects would hold on to large amounts of external memory without
3843 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003844
3845 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00003846
3847
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000038482009-07-13: Version 1.2.14
3849
3850 Added separate paged heap space for global property cells and
3851 avoid updating the write barrier when storing into them.
3852
3853 Improved peep-hole optimization on ARM platforms by not emitting
3854 unnecessary debug information.
3855
3856 Re-enabled ICs for loads and calls that skip a global object
3857 during lookup through the prototype chain.
3858
3859 Allowed access through global proxies to use ICs.
3860
3861 Fixed issue 401.
3862
3863
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000038642009-07-09: Version 1.2.13
3865
3866 Fixed issue 397, issue 398, and issue 399.
3867
3868 Added support for breakpoint groups.
3869
3870 Fixed bugs introduced with the new global object representation.
3871
3872 Fixed a few bugs in the ARM code generator.
3873
3874
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000038752009-07-06: Version 1.2.12
3876
3877 Added stack traces collection to Error objects accessible through
3878 the e.stack property.
3879
3880 Changed RegExp parser to use a recursive data structure instead of
3881 stack-based recursion.
3882
3883 Optimized Date object construction and string concatenation.
3884
3885 Improved performance of div, mod, and mul on ARM platforms.
3886
3887
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000038882009-07-02: Version 1.2.11
3889
3890 Improved performance on IA-32 and ARM.
3891
3892 Fixed profiler sampler implementation on Mac OS X.
3893
3894 Changed the representation of global objects to improve
3895 performance of adding a lot of new properties.
3896
3897
ager@chromium.org3e875802009-06-29 08:26:34 +000038982009-06-29: Version 1.2.10
3899
3900 Improved debugger support.
3901
3902 Fixed bug in exception message reporting (issue 390).
3903
3904 Improved overall performance.
3905
3906
ager@chromium.org5aa501c2009-06-23 07:57:28 +000039072009-06-23: Version 1.2.9
3908
3909 Improved math performance on ARM.
3910
3911 Fixed profiler name-inference bug.
3912
3913 Fixed handling of shared libraries in the profiler tick processor
3914 scripts.
3915
3916 Fixed handling of tests that time out in the test scripts.
3917
3918 Fixed compilation on MacOS X version 10.4.
3919
3920 Fixed two bugs in the regular expression engine.
3921
3922 Fixed a bug in the string type inference.
3923
3924 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003925
ager@chromium.org5aa501c2009-06-23 07:57:28 +00003926 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003927
ager@chromium.org5aa501c2009-06-23 07:57:28 +00003928
ager@chromium.orgeadaf222009-06-16 09:43:10 +000039292009-06-16: Version 1.2.8
3930
3931 Optimized math on ARM platforms.
3932
3933 Fixed two crash bugs in the handling of getters and setters.
3934
3935 Improved the debugger support by adding scope chain information.
3936
3937 Improved the profiler support by compressing log data transmitted
3938 to clients.
3939
3940 Improved overall performance.
3941
3942
ager@chromium.orge2902be2009-06-08 12:21:35 +000039432009-06-08: Version 1.2.7
3944
3945 Improved debugger and profiler support.
3946
3947 Reduced compilation time by improving the handling of deferred
3948 code.
3949
3950 Optimized interceptor accesses where the property is on the object
3951 on which the interceptors is attached.
3952
3953 Fixed compilation problem on GCC 4.4 by changing the stack
3954 alignment to 16 bytes.
3955
3956 Fixed handle creation to follow stric aliasing rules.
3957
3958 Fixed compilation on FreeBSD.
3959
3960 Introduced API for forcing the deletion of a property ignoring
3961 interceptors and attributes.
3962
3963
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000039642009-05-29: Version 1.2.6
3965
3966 Added a histogram recording hit rates at different levels of the
3967 compilation cache.
3968
3969 Added stack overflow check for the RegExp analysis phase. Previously a
3970 very long regexp graph could overflow the stack with recursive calls.
3971
3972 Use a dynamic buffer when collecting log events in memory.
3973
3974 Added start/stop events to the profiler log.
3975
3976 Fixed infinite loop which could happen when setting a debug break while
3977 executing a RegExp compiled to native code.
3978
3979 Fixed handling of lastIndexOf called with negative index (issue 351).
3980
3981 Fixed irregular crash in profiler test (issue 358).
3982
3983 Fixed compilation issues with some versions of gcc.
3984
3985
kasperl@chromium.org71affb52009-05-26 05:44:31 +000039862009-05-26: Version 1.2.5
3987
3988 Fixed bug in initial boundary check for Boyer-Moore text
3989 search (issue 349).
3990
3991 Fixed compilation issues with MinGW and gcc 4.3+ and added support
3992 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
3993 Craig Schlenter.
3994
3995 Added a script cache to the debugger.
3996
3997 Optimized compilation performance by improving internal data
3998 structures and avoiding expensive property load optimizations for
3999 code that's infrequently executed.
4000
4001 Exposed the calling JavaScript context through the static API
4002 function Context::GetCalling().
4003
4004
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000040052009-05-18: Version 1.2.4
4006
4007 Improved performance of floating point number allocation for ARM
4008 platforms.
4009
4010 Fixed crash when using the instanceof operator on functions with
4011 number values in their prototype chain (issue 341).
4012
4013 Optimized virtual frame operations in the code generator to speed
4014 up compilation time and allocated the frames in the zone.
4015
4016 Made the representation of virtual frames and jump targets in the
4017 code generator much more compact.
4018
4019 Avoided linear search for non-locals in scope code when resolving
4020 variables inside with and eval scopes.
4021
4022 Optimized lexical scanner by dealing with whitespace as part of
4023 the token scanning instead of as a separate step before it.
4024
4025 Changed the scavenging collector so that promoted objects do not
4026 reside in the old generation while their remembered set is being
4027 swept for pointers into the young generation.
4028
4029 Fixed numeric overflow handling when compiling count operations.
4030
4031
ager@chromium.org9085a012009-05-11 19:22:57 +000040322009-05-11: Version 1.2.3
4033
4034 Fixed bug in reporting of out-of-memory situations.
4035
4036 Introduced hidden prototypes on certain builtin prototype objects
4037 such as String.prototype to emulate JSC's behavior of restoring
4038 the original function when deleting functions from those prototype
4039 objects.
4040
4041 Fixed crash bug in the register allocator.
4042
4043
ager@chromium.org5ec48922009-05-05 07:25:34 +000040442009-05-04: Version 1.2.2
4045
4046 Fixed bug in array sorting for sparse arrays (issue 326).
4047
4048 Added support for adding a soname when building a shared library
4049 on Linux (issue 151).
4050
4051 Fixed bug caused by morphing internal ASCII strings to external
4052 two-byte strings. Slices over ASCII strings have to forward ASCII
4053 checks to the underlying buffer string.
4054
4055 Allowed API call-as-function handlers to be called as
4056 constructors.
4057
4058 Fixed a crash bug where an external string was disposed but a
4059 slice of the external string survived as a symbol.
4060
4061
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000040622009-04-27: Version 1.2.1
4063
4064 Added EcmaScript 5 JSON object.
4065
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004066 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004067
4068
ager@chromium.org65dad4b2009-04-23 08:48:43 +000040692009-04-23: Version 1.2.0
4070
4071 Optimized floating-point operations on ARM.
4072
4073 Added a number of extensions to the debugger API.
4074
4075 Changed the enumeration order for unsigned integer keys to always
4076 be numerical order.
4077
4078 Added a "read" extension to the shell sample.
4079
4080 Added support for Array.prototype.reduce and
4081 Array.prototype.reduceRight.
4082
4083 Added an option to the SCons build to control Microsoft Visual C++
4084 link-time code generation.
4085
4086 Fixed a number of bugs (in particular issue 315, issue 316,
4087 issue 317 and issue 318).
4088
4089
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000040902009-04-15: Version 1.1.10
4091
4092 Fixed crash bug that occurred when loading a const variable in the
4093 presence of eval.
4094
4095 Allowed using with and eval in registered extensions in debug mode
4096 by fixing bogus assert.
4097
4098 Fixed the source position for function returns to enable the
4099 debugger to break there.
4100
4101
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000041022009-04-14: Version 1.1.9
4103
4104 Made the stack traversal code in the profiler robust by avoiding
4105 to look into the heap.
4106
4107 Added name inferencing for anonymous functions to facilitate
4108 debugging and profiling.
4109
4110 Re-enabled stats timers in the developer shell (d8).
4111
4112 Fixed issue 303 by avoiding to shortcut cons-symbols.
4113
4114
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000041152009-04-11: Version 1.1.8
4116
4117 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4118
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004119 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004120 the debugger (issue 269).
4121
4122 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4123 are no hidden properties.
4124
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004125 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004126 entries with deleted resources would lead to NPEs when looking
4127 up in the symbol table.
4128
4129
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000041302009-04-07: Version 1.1.7
4131
4132 Added support for easily importing additional environment
4133 variables into the SCons build.
4134
4135 Optimized strict equality checks.
4136
4137 Fixed crash in indexed setters on objects without a corresponding
4138 getter (issue 298).
4139
4140 Re-enabled script compilation cache.
4141
4142
ager@chromium.org8682a592009-04-01 10:47:14 +000041432009-04-01: Version 1.1.6
4144
4145 Reverted an unsafe code generator change.
4146
4147
ager@chromium.org71daaf62009-04-01 07:22:49 +000041482009-04-01: Version 1.1.5
4149
4150 Fixed bug that caused function literals to not be optimized as
4151 much as other functions.
4152
4153 Improved profiler support.
4154
4155 Fixed a crash bug in connection with debugger unloading.
4156
4157 Fixed a crash bug in the code generator caused by losing the
4158 information that a frame element was copied.
4159
4160 Fixed an exception propagation bug that could cause non-null
4161 return values when exceptions were thrown.
4162
4163
ager@chromium.org41826e72009-03-30 13:30:57 +000041642009-03-30: Version 1.1.4
4165
4166 Optimized String.prototype.match.
4167
4168 Improved the stack information in profiles.
4169
4170 Fixed bug in ARM port making it possible to compile the runtime
4171 system for thumb mode again.
4172
4173 Implemented a number of optimizations in the code generator.
4174
4175 Fixed a number of memory leaks in tests.
4176
4177 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004178 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004179
4180
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000041812009-03-24: Version 1.1.3
4182
4183 Fixed assertion failures in compilation of loop conditions.
4184
4185 Removed STL dependency from developer shell (d8).
4186
4187 Added infrastructure for protecting the V8 heap from corruption
4188 caused by memory modifications from the outside.
4189
4190
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000041912009-03-24: Version 1.1.2
4192
4193 Improved frame merge code generated by the code generator.
4194
4195 Optimized String.prototype.replace.
4196
4197 Implemented __defineGetter__ and __defineSetter__ for properties
4198 with integer keys on non-array objects.
4199
4200 Improved debugger and profiler support.
4201
4202 Fixed a number of portability issues to allow compilation for
4203 smaller ARM devices.
4204
4205 Exposed object cloning through the API.
4206
4207 Implemented hidden properties. This is used to expose an identity
4208 hash for objects through the API.
4209
4210 Implemented restarting of regular expressions if their input
4211 string changes representation during preemption.
4212
4213 Fixed a code generator bug that could cause assignments in loops
4214 to be ignored if using continue to break out of the loop (issue
4215 284).
4216
4217
ager@chromium.org3a6061e2009-03-12 14:24:36 +000042182009-03-12: Version 1.1.1
4219
4220 Fixed an assertion in the new compiler to take stack overflow
4221 exceptions into account.
4222
4223 Removed exception propagation code that could cause crashes.
4224
4225 Fixed minor bug in debugger line number computations.
4226
4227 8-byte align the C stack on Linux and Windows to speed up floating
4228 point computations.
4229
4230
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000042312009-03-12: Version 1.1.0
4232
4233 Improved code generation infrastructure by doing simple register
4234 allocation and constant folding and propagation.
4235
4236 Optimized regular expression matching by avoiding to create
4237 intermediate string arrays and by flattening nested array
4238 representations of RegExp data.
4239
4240 Traverse a few stack frames when recording profiler samples to
4241 include partial call graphs in the profiling output.
4242
4243 Added support for using OProfile to profile generated code.
4244
4245 Added remote debugging support to the D8 developer shell.
4246
4247 Optimized creation of nested literals like JSON objects.
4248
4249 Fixed a bug in garbage collecting unused maps and turned it on by
4250 default (--collect-maps).
4251
4252 Added support for running tests under Valgrind.
4253
4254
kasperl@chromium.org061ef742009-02-27 12:16:20 +000042552009-02-27: Version 1.0.3
4256
4257 Optimized double-to-integer conversions in bit operations by using
4258 SSE3 instructions if available.
4259
4260 Optimized initialization sequences that store to multiple
4261 properties of the same object.
4262
4263 Changed the D8 debugger frontend to use JSON messages.
4264
4265 Force garbage collections when disposing contexts.
4266
4267 Align code objects at 32-byte boundaries.
4268
4269
ager@chromium.org381abbb2009-02-25 13:23:22 +000042702009-02-25: Version 1.0.2
4271
4272 Improved profiling support by performing simple call stack
4273 sampling for ticks and by fixing a bug in the logging of code
4274 addresses.
4275
4276 Fixed a number of debugger issues.
4277
4278 Optimized code that uses eval.
4279
4280 Fixed a couple of bugs in the regular expression engine.
4281
4282 Reduced the size of generated code for certain regular expressions.
4283
4284 Removed JSCRE completely.
4285
4286 Fixed issue where test could not be run if there was a dot in the
4287 checkout path.
4288
4289
ager@chromium.org6f10e412009-02-13 10:11:16 +000042902009-02-13: Version 1.0.1
4291
4292 Fixed two crash-bugs in irregexp (issue 231 and 233).
4293
4294 Fixed a number of minor bugs (issue 87, 227 and 228).
4295
4296 Added support for morphing strings to external strings on demand
4297 to avoid having to create copies in the embedding code.
4298
4299 Removed experimental support for external symbol callbacks.
4300
4301
iposva@chromium.org245aa852009-02-10 00:49:54 +000043022009-02-09: Version 1.0.0
4303
4304 Fixed crash-bug in the code generation for case independent 16 bit
4305 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004306
iposva@chromium.org245aa852009-02-10 00:49:54 +00004307 Made shells more robust in the presence of string conversion
4308 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004309
iposva@chromium.org245aa852009-02-10 00:49:54 +00004310 Fixed a potential infinite loop when attempting to resolve
4311 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004312
iposva@chromium.org245aa852009-02-10 00:49:54 +00004313 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004314
iposva@chromium.org245aa852009-02-10 00:49:54 +00004315 Reduced binary by stripping unneeded text from JavaScript library and
4316 minifying some JavaScript files.
4317
4318
ager@chromium.orgddb913d2009-01-27 10:01:48 +000043192009-01-27: Version 0.4.9
4320
4321 Enabled new regular expression engine.
4322
4323 Made a number of changes to the debugger protocol.
4324
4325 Fixed a number of bugs in the preemption support.
4326
4327 Added -p option to the developer shell to run files in parallel
4328 using preemption.
4329
4330 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4331 193, 198 and 201).
4332
4333 Fixed a number of bugs in the serialization/deserialization
4334 support for the ARM platform.
4335
4336
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000043372009-01-19: Version 0.4.8.1
4338
4339 Minor patch to debugger support.
4340
4341
ager@chromium.org32912102009-01-16 10:38:43 +000043422009-01-16: Version 0.4.8
4343
4344 Fixed string length bug on ARM (issue 171).
4345
4346 Made most methods in the API const.
4347
4348 Optimized object literals by improving data locality.
4349
4350 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004351 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004352
4353 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004354 eval to behave incorrectly when using accessors (issues 186, 190
4355 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004356
4357
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000043582009-01-06: Version 0.4.7
4359
ager@chromium.org32912102009-01-16 10:38:43 +00004360 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004361
ager@chromium.org32912102009-01-16 10:38:43 +00004362 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004363
ager@chromium.org32912102009-01-16 10:38:43 +00004364 Fixed subtle bug that caused the wrong 'this' to be used when
4365 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004366
ager@chromium.org32912102009-01-16 10:38:43 +00004367 Inline array loads within loops directly in the code instead of
4368 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004369
ager@chromium.org32912102009-01-16 10:38:43 +00004370
ager@chromium.org8bb60582008-12-11 12:02:20 +000043712008-12-11: Version 0.4.6
4372
4373 Fixed exception reporting bug where certain exceptions were
4374 incorrectly reported as uncaught.
4375
4376 Improved the memory allocation strategy used during compilation to
4377 make running out of memory when compiling huge scripts less
4378 likely.
4379
4380 Optimized String.replace by avoiding the construction of certain
4381 sub strings.
4382
4383 Fixed bug in code generation for large switch statements on ARM.
4384
4385 Fixed bug that caused V8 to change the global object template
4386 passed in by the user.
4387
4388 Changed the API for creating object groups used during garbage
4389 collection. Entire object groups are now passed to V8 instead of
4390 individual members of the groups.
4391
ager@chromium.org32912102009-01-16 10:38:43 +00004392
ager@chromium.orga74f0da2008-12-03 16:05:52 +000043932008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004394
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004395 Added experimental API support for allocating V8 symbols as
4396 external strings.
4397
4398 Fixed bugs in debugging support on ARM.
4399
4400 Changed eval implementation to correctly detect whether or not a
4401 call to eval is aliased.
4402
4403 Fixed bug caused by a combination of the compilation cache and
4404 dictionary probing in native code. The bug caused us to sometimes
4405 call functions that had not yet been compiled.
4406
4407 Added platform support for FreeBSD.
4408
4409 Added support for building V8 on Windows with either the shared or
4410 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004411
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004412 Added the v8::jscre namespace around the jscre functions to avoid
4413 link errors (duplicate symbols) when building Google Chrome.
4414
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004415 Added support for calling a JavaScript function with the current
4416 debugger execution context as its argument to the debugger
4417 interface.
4418
4419 Changed the type of names of counters from wchar_t to char.
4420
4421 Changed the Windows system call used to compute daylight savings
4422 time. The system call that we used to use became four times
4423 slower on WinXP SP3.
4424
4425 Added support in the d8 developer shell for memory-mapped counters
4426 and added a stats-viewer tool.
4427
4428 Fixed bug in upper/lower case mappings (issue 149).
4429
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004430
ager@chromium.org3bf7b912008-11-17 09:09:45 +000044312008-11-17: Version 0.4.4
4432
4433 Reduced code size by using shorter instruction encoding when
4434 possible.
4435
4436 Added a --help option to the shell sample and to the d8 shell.
4437
4438 Added visual studio project files for building the ARM simulator.
4439
4440 Fixed a number of ARM simulator issues.
4441
4442 Fixed bug in out-of-memory handling on ARM.
4443
4444 Implemented shell support for passing arguments to a script from
4445 the command line.
4446
4447 Fixed bug in date code that made certain date functions return -0
4448 instead of 0 for dates before the epoch.
4449
4450 Restricted applications of eval so it can only be used in the
4451 context of the associated global object.
4452
4453 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004454
4455
ager@chromium.org870a0b62008-11-04 11:43:05 +000044562008-11-04: Version 0.4.3
4457
4458 Added support for API accessors that prohibit overwriting by
4459 accessors defined in JavaScript code by using __defineGetter__ and
4460 __defineSetter__.
4461
4462 Improved handling of conditionals in test status files.
4463
4464 Introduced access control in propertyIsEnumerable.
4465
4466 Improved performance of some string operations by caching
4467 information about the type of the string between operations.
4468
4469 Fixed bug in fast-case code for switch statements that only have
4470 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004471
ager@chromium.org870a0b62008-11-04 11:43:05 +00004472
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000044732008-10-30: Version 0.4.2
4474
4475 Improved performance of Array.prototype.concat by moving the
4476 implementation to C++ (issue 123).
4477
4478 Fixed heap growth policy to avoid growing old space to its maximum
4479 capacity before doing a garbage collection and fixed issue that
4480 would lead to artificial out of memory situations (issue 129).
4481
4482 Fixed Date.prototype.toLocaleDateString to return the date in the
4483 same format as WebKit.
4484
4485 Added missing initialization checks to debugger API.
4486
4487 Added removing of unused maps during GC.
4488
4489
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000044902008-10-28: Version 0.4.1
4491
4492 Added caching of RegExp data in compilation cache.
4493
4494 Added Visual Studio project file for d8 shell.
4495
4496 Fixed function call performance regression introduced in version
4497 0.4.0 when splitting the global object in two parts (issue 120).
4498
4499 Fixed issue 131 by checking for empty handles before throwing and
4500 reporting exceptions.
4501
4502
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000045032008-10-23: Version 0.4.0
4504
4505 Split the global object into two parts: The state holding global
4506 object and the global object proxy.
4507
4508 Fixed bug that affected the value of an assignment to an element
4509 in certain cases (issue 116).
4510
4511 Added GetPropertyNames functionality (issue 33) and extra Date
4512 functions (issue 77) to the API.
4513
4514 Changed WeakReferenceCallback to take a Persistent<Value> instead
4515 of a Persistent<Object> (issue 101).
4516
4517 Fixed issues with message reporting for exceptions in try-finally
4518 blocks (issues 73 and 75).
4519
ager@chromium.org32912102009-01-16 10:38:43 +00004520 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004521
4522 Improved Boyer-Moore implementation for faster indexOf operations.
4523
4524 Added development shell (d8) which includes counters and
4525 completion support.
4526
4527 Fixed problem with the receiver passed to functions called from
4528 eval (issue 124).
4529
4530
ager@chromium.org7c537e22008-10-16 08:43:32 +000045312008-10-16: Version 0.3.5
4532
4533 Improved string hash-code distribution by excluding bit-field bits
4534 from the hash-code.
4535
4536 Changed string search algorithm used in indexOf from KMP to
4537 Boyer-Moore.
4538
4539 Improved the generated code for the instanceof operator.
4540
4541 Improved performance of slow-case string equality checks by
4542 specializing the code based on the string representation.
4543
4544 Improve the handling of out-of-memory situations (issue 70).
4545
4546 Improved performance of strict equality checks.
4547
4548 Improved profiler output to make it easier to see anonymous
4549 functions.
4550
4551 Improved performance of slow-case keyed loads.
4552
4553 Improved property access performance by allocating a number of
4554 properties in the front object.
4555
4556 Changed the toString behavior on the built-in object constructors
4557 to print [native code] instead of the actual source. Some web
4558 applications do not like constructors with complex toString
4559 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004560
ager@chromium.org7c537e22008-10-16 08:43:32 +00004561
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000045622008-10-06: Version 0.3.4
4563
4564 Changed Array.prototype.sort to use quick sort.
4565
4566 Fixed code generation issue where leaving a finally block with
4567 break or continue would accumulate elements on the expression
4568 stack (issue 86).
4569
4570 Made sure that the name accessor on functions returns the expected
4571 names for builtin JavaScript functions and C++ callback functions.
4572
4573 Added fast case code for extending the property storage array of
4574 JavaScript objects.
4575
4576 Ported switch statement optimizations introduced in version 0.3.3
4577 to the ARM code generator.
4578
4579 Allowed GCC to use strict-aliasing rules when compiling.
4580
4581 Improved performance of arguments object allocation by taking care
4582 of arguments adaptor frames in the generated code.
4583
4584 Updated the V8 benchmark suite to version 2.
4585
4586
ager@chromium.org236ad962008-09-25 09:45:57 +000045872008-09-25: Version 0.3.3
4588
4589 Improved handling of relocation information to enable more
4590 peep-hole optimizations.
4591
4592 Optimized switch statements where all labels are constant small
4593 integers.
4594
4595 Optimized String.prototype.indexOf for common cases.
4596
4597 Fixed more build issues (issue 80).
4598
4599 Fixed a couple of profiler issues.
4600
4601 Fixed bug where the body of a function created using the Function
4602 constructor was not allowed to end with a single-line comment
4603 (issue 85).
4604
4605 Improved handling of object literals by canonicalizing object
4606 literal maps. This will allow JSON objects with the same set of
4607 properties to share the same map making inline caching work better
4608 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004609
ager@chromium.org236ad962008-09-25 09:45:57 +00004610
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000046112008-09-17: Version 0.3.2
4612
4613 Generalized the EvalCache into a CompilationCache and enabled it
4614 for scripts too. The current strategy is to retire all entries
4615 whenever a mark-sweep collection is started.
4616
4617 Fixed bug where switch statements containing only a default case
4618 would lead to an unbalanced stack (issue 69).
4619
4620 Fixed bug that made access to the function in a named function
4621 expression impossible in certain situations (issue 24).
4622
4623 Fixed even more build issues.
4624
4625 Optimized calling conventions on ARM. The conventions on ARM and
4626 IA-32 now match.
4627
4628 Removed static initializers for flags and counters.
4629
4630 Improved inline caching behavior for uncommon cases where lazily
4631 loading Date and RegExp code could force certain code paths go
4632 megamorphic.
4633
4634 Removed arguments adaption for builtins written in C++. This
4635 makes Array.prototype.push and Array.prototype.pop slightly
4636 faster.
4637
4638
ager@chromium.org9258b6b2008-09-11 09:11:10 +000046392008-09-11: Version 0.3.1
4640
4641 Fixed a number of build issues.
4642
4643 Fixed problem with missing I-cache flusing on ARM.
4644
4645 Changed space layout in memory management by splitting up
4646 code space into old data space and code space.
4647
4648 Added utf-8 conversion support to the API (issue 57).
4649
4650 Optimized repeated calls to eval with the same strings. These
4651 repeated calls are common in web applications.
4652
4653 Added Xcode project file.
4654
4655 Optimized a couple of Array operation.
4656
4657 Fixed parser bug by checking for end-of-string when parsing break
4658 and continue (issue 35).
4659
4660 Fixed problem where asian characters were not categorized as
4661 letters.
4662
4663 Fixed bug that disallowed calling functions fetched from an array
4664 using a string as an array index (issue 32).
4665
4666 Fixed bug where the internal field count on object templates were
4667 sometimes ignored (issue 54).
4668
4669 Added -f option to the shell sample for compatibility with other
4670 engines (issue 18).
4671
4672 Added source info to TryCatches in the API.
4673
4674 Fixed problem where the seed for the random number generator was
4675 clipped in a double to unsigned int conversion.
4676
4677 Fixed bug where cons string symbols were sometimes converted to
4678 non-symbol flat strings during GC.
4679
4680 Fixed bug in error reporting when attempting to convert null to an
4681 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004682
4683
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000046842008-09-04: Version 0.3.0
4685
4686 Added support for running tests on the ARM simulator.
4687
4688 Fixed bug in the 'in' operator where negative indices were not
4689 treated correctly.
4690
4691 Fixed build issues on gcc-4.3.1.
4692
4693 Changed Date.prototype.toLocaleTimeString to not print the
4694 timezone part of the time.
4695
4696 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4697 with user code.
4698
4699
v8.team.kasperl727e9952008-09-02 14:56:44 +000047002008-09-02: Version 0.2.5
4701
4702 Renamed the top level directory 'public' to 'include'.
4703
4704 Added 'env' option to the SCons build scripts to support
4705 overriding the ENV part of the build environment. This is mostly
4706 to support Windows builds in cases where SCons cannot find the
4707 correct paths to the Windows SDK, as these paths cannot be passed
4708 through shell environment variables.
4709
4710 Enabled "Buffer Security Check" on for the Windows SCons build and
4711 added the linker option /OPT:ICF as an optimization.
4712
4713 Added the V8 benchmark suite to the repository.
4714
4715
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000047162008-09-01: Version 0.2.4
4717
4718 Included mjsunit JavaScript test suite and C++ unit tests.
4719
4720 Changed the shell sample to not print the result of executing a
4721 script provided on the command line.
4722
4723 Fixed issue when building samples on Windows using a shared V8
4724 library. Added visibility option on Linux build which makes the
4725 generated library 18% smaller.
4726
4727 Changed build system to accept multiple build modes in one build
4728 and generate separate objects, libraries and executables for each
4729 mode.
4730
4731 Removed deferred negation optimization (a * -b => -(a * b)) since
4732 this visibly changes operand conversion order.
4733
4734 Improved parsing performance by introducing stack guard in
4735 preparsing. Without a stack guard preparsing always bails out
4736 with stack overflow.
4737
4738 Changed shell sample to take flags directly from the command-line.
4739 Added API call that implements this.
4740
4741 Added load, quit and version functions to the shell sample so it's
4742 easier to run benchmarks and tests.
4743
4744 Fixed issue with building samples and cctests on 64-bit machines.
4745
4746 Fixed bug in the runtime system where the prototype chain was not
4747 always searched for a setter when setting a property that does not
4748 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00004749
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00004750
mads.s.agercbaa0602008-08-14 13:41:48 +000047512008-08-14: Version 0.2.3
4752
4753 Improved performance of garbage collection by moving the
4754 function that updates pointers during compacting collection
4755 into the updating visitor. This gives the compiler a better
4756 chance to inline and avoid a function call per (potential)
4757 pointer.
4758
4759 Extended the shell sample with a --runtime-flags option.
4760
4761 Added Visual Studio project files for the shell.cc and
4762 process.cc samples.
4763
4764
47652008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00004766
4767 Improved performance of garbage collection by changing the way
4768 we use the marking stack in the event of stack overflow during
4769 full garbage collection and by changing the way we mark roots.
4770
4771 Cleaned up ARM version by removing top of stack caching and by
4772 introducing push/pop elimination.
4773
4774 Cleaned up the way runtime functions are called to allow
4775 runtime calls with no arguments.
4776
4777 Changed Windows build options to make sure that exceptions are
4778 disabled and that optimization flags are enabled.
4779
4780 Added first version of Visual Studio project files.
4781
4782
mads.s.agercbaa0602008-08-14 13:41:48 +000047832008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00004784
4785 Improved performance of unary addition by avoiding runtime calls.
4786
4787 Fixed the handling of '>' and '<=' to use right-to-left conversion
4788 and left-to-right evaluation as specified by ECMA-262.
4789
4790 Fixed a branch elimination bug on the ARM platform where incorrect
4791 code was generated because of overly aggressive branch
4792 elimination.
4793
4794 Improved performance of code that repeatedly assigns the same
4795 function to the same property of different objects with the same
4796 map.
4797
4798 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
4799 no longer expects DEBUG to be defined.
4800
4801 Added platform-nullos.cc to serve as the basis for new platform
4802 implementations.
4803
mads.s.ager31e71382008-08-13 09:32:07 +00004804
mads.s.agercbaa0602008-08-14 13:41:48 +000048052008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00004806
4807 Changed all text files to have native svn:eol-style.
4808
4809 Added a few samples and support for building them. The samples
4810 include a simple shell that can be used to benchmark and test V8.
4811
4812 Changed V8::GetVersion to return the version as a string.
4813
4814 Added source for lazily loaded scripts to snapshots and made
4815 serialization non-destructive.
4816
4817 Improved ARM support by fixing the write barrier code to use
4818 aligned loads and stores and by removing premature locals
4819 optimization that relied on broken support for callee-saved
4820 registers (removed).
4821
4822 Refactored the code for marking live objects during garbage
4823 collection and the code for allocating objects in paged
4824 spaces. Introduced an abstraction for the map word of a heap-
4825 allocated object and changed the memory allocator to allocate
4826 executable memory only for spaces that may contain code objects.
4827
4828 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
4829 they can be used by debugging and logging modules. Added
4830 thread-safe message queues for dealing with debugger events.
4831
4832 Fixed the source code reported by toString for certain builtin
4833 empty functions and made sure that the prototype property of a
4834 function is enumerable.
4835
4836 Improved performance of converting values to condition flags in
4837 generated code.
4838
4839 Merged disassembler-{arch} files.
4840
4841
mads.s.agercbaa0602008-08-14 13:41:48 +000048422008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00004843
4844 Added support for storing JavaScript stack traces in a stack
4845 allocated buffer to make it visible in shallow core dumps.
4846 Controlled by the --preallocate-message-memory flag which is
4847 disabled by default.
4848
4849
mads.s.agercbaa0602008-08-14 13:41:48 +000048502008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00004851
4852 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
4853 map transitions would count as properties.
4854
4855 Allowed aliased eval invocations by treating them as evals in the
4856 global context. This may change in the future.
4857
4858 Added support for accessing the last entered context through the
4859 API and renamed Context::Current to Context::GetCurrent and
4860 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
4861
4862 Fixed bug in the debugger that would cause the debugger scripts to
4863 be recursively loaded and changed all disabling of interrupts to
4864 be block-structured.
4865
4866 Made snapshot data read-only to allow it to be more easily shared
4867 across multiple users of V8 when linked as a shared library.
4868
4869
mads.s.agercbaa0602008-08-14 13:41:48 +000048702008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00004871
4872 Fixed building on Mac OS X by recognizing i386 and friends as
4873 IA-32 platforms.
4874
4875 Added propagation of stack overflow exceptions that occur while
4876 compiling nested functions.
4877
4878 Improved debugger with support for recursive break points and
4879 handling of exceptions that occur in the debugger JavaScript code.
4880
4881 Renamed GetInternal to GetInternalField and SetInternal to
4882 SetInternalField in the API and moved InternalFieldCount and
4883 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
4884
4885
mads.s.agercbaa0602008-08-14 13:41:48 +000048862008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00004887
4888 Fixed bug in stack overflow check code for IA-32 targets where a
4889 non-tagged value in register eax was pushed to the stack.
4890
4891 Fixed potential quadratic behavior when converting strings to
4892 numbers.
4893
4894 Fixed bug where the return value from Object::SetProperty could
4895 end up being the property holder instead of the written value.
4896
4897 Improved debugger support by allowing nested break points and by
4898 dealing with stack-overflows when compiling functions before
4899 setting break points in them.
4900
4901
mads.s.agercbaa0602008-08-14 13:41:48 +000049022008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00004903
kasper.lundbd3ec4e2008-07-09 11:06:54 +00004904 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00004905
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00004906# Local Variables:
4907# mode:text
4908# End: