blob: 52601a467e7b0b8da5766be1b85bceee5d6032de [file] [log] [blame]
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +000012012-12-10: Version 3.15.11
2
3 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
4 flags.
5
6 Performance and stability improvements on all platforms.
7
8
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +000092012-12-07: Version 3.15.10
10
11 Enabled optimisation of functions inside eval. (issue 2315)
12
13 Fixed spec violations in methods of Number.prototype. (issue 2443)
14
15 Added GCTracer metrics for a scavenger GC for DOM wrappers.
16
17 Performance and stability improvements on all platforms.
18
19
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +0000202012-12-06: Version 3.15.9
21
22 Fixed candidate eviction in code flusher.
23 (Chromium issue 159140)
24
25 Iterate through all arguments for side effects in Math.min/max.
26 (issue 2444)
27
28 Fixed spec violations related to regexp.lastIndex
29 (issue 2437, issue 2438)
30
31 Performance and stability improvements on all platforms.
32
33
mmassi@chromium.org49a44672012-12-04 13:52:03 +0000342012-12-04: Version 3.15.8
35
36 Enforced stack allocation of TryCatch blocks.
37 (issue 2166,chromium:152389)
38
39 Fixed external exceptions in external try-catch handlers.
40 (issue 2166)
41
42 Activated incremental code flushing by default.
43
44 Performance and stability improvements on all platforms.
45
46
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +0000472012-11-30: Version 3.15.7
48
49 Activated code aging by default.
50
51 Included more information in --prof log.
52
53 Removed eager sweeping for lazy swept spaces. Try to find in
54 SlowAllocateRaw a bounded number of times a big enough memory slot.
55 (issue 2194)
56
57 Performance and stability improvements on all platforms.
58
59
danno@chromium.org1f34ad32012-11-26 14:53:56 +0000602012-11-26: Version 3.15.6
61
62 Ensure double arrays are filled with holes when extended from
63 variations of empty arrays. (Chromium issue 162085)
64
65 Performance and stability improvements on all platforms.
66
67
ulan@chromium.org8e8d8822012-11-23 14:36:46 +0000682012-11-23: Version 3.15.5
69
70 Fixed JSON.stringify for objects with interceptor handlers.
71 (Chromium issue 161028)
72
73 Fixed corner case in x64 compare stubs. (issue 2416)
74
75 Performance and stability improvements on all platforms.
76
77
yangguo@chromium.orgfb377212012-11-16 14:43:43 +0000782012-11-16: Version 3.15.4
79
80 Fixed Array.prototype.join evaluation order. (issue 2263)
81
82 Perform CPU sampling by CPU sampling thread only iff processing thread
83 is not running. (issue 2364)
84
85 When using an Object as a set in Object.getOwnPropertyNames, null out
86 the proto. (issue 2410)
87
88 Disabled EXTRA_CHECKS in Release build.
89
90 Heap explorer: Show representation of strings.
91
92 Removed 'type' and 'arguments' properties from Error object.
93 (issue 2397)
94
95 Added atomics implementation for ThreadSanitizer v2.
96 (Chromium issue 128314)
97
98 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
99
100 Performance and stability improvements on all platforms.
101
102
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00001032012-11-13: Version 3.15.3
104
105 Changed sample shell to send non-JS output (e.g. errors) to stderr
106 instead of stdout.
107
108 Correctly check for stack overflow even when interrupt is pending.
109 (issue 214)
110
111 Collect stack trace on stack overflow. (issue 2394)
112
113 Performance and stability improvements on all platforms.
114
115
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00001162012-11-12: Version 3.15.2
117
118 Function::GetScriptOrigin supplies sourceURL when script name is
119 not available. (Chromium issue 159413)
120
121 Made formatting error message side-effect-free. (issue 2398)
122
123 Fixed length check in JSON.stringify. (Chromium issue 160010)
124
125 ES6: Added support for Set and Map clear method (issue 2400)
126
127 Fixed slack tracking when instance prototype changes.
128 (Chromium issue 157019)
129
130 Fixed disabling of code flusher while marking. (Chromium issue 159140)
131
132 Added a test case for object grouping in a scavenger GC (issue 2077)
133
134 Support shared library build of Android for v8.
135 (Chromium issue 158821)
136
137 ES6: Added support for size to Set and Map (issue 2395)
138
139 Performance and stability improvements on all platforms.
140
141
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00001422012-11-06: Version 3.15.1
143
144 Put incremental code flushing behind a flag. (Chromium issue 159140)
145
146 Performance and stability improvements on all platforms.
147
148
danno@chromium.org72204d52012-10-31 10:02:10 +00001492012-10-31: Version 3.15.0
150
151 Loosened aligned code target requirement on ARM (issue 2380)
152
153 Fixed JSON.parse to treat leading zeros correctly.
154 (Chromium issue 158185)
155
156 Performance and stability improvements on all platforms.
157
158
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00001592012-10-22: Version 3.14.5
160
161 Killed off the SCons based build.
162
163 Added a faster API for creating v8::Integer objects.
164
165 Speeded up function deoptimization by avoiding quadratic pass over
166 optimized function list. (Chromium issue 155270)
167
168 Always invoke the default Array.sort functions from builtin functions.
169 (issue 2372)
170
171 Reverted recent CPU profiler changes because they broke --prof.
172 (issue 2364)
173
174 Switched code flushing to use different JSFunction field.
175 (issue 1609)
176
177 Performance and stability improvements on all platforms.
178
179
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00001802012-10-15: Version 3.14.4
181
182 Allow evals for debugger even if they are prohibited in the debugee
183 context. (Chromium issue 154733)
184
185 Enabled --verify-heap in release mode (issue 2120)
186
187 Performance and stability improvements on all platforms.
188
189
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00001902012-10-11: Version 3.14.3
191
192 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
193 (Chromium issue 155076).
194
195 Bumped variable limit further to 2^17 (Chromium issue 151625).
196
197 Performance and stability improvements on all platforms.
198
199
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00002002012-10-10: Version 3.14.2
201
202 ARM: allowed VFP3 instructions when hardfloat is enabled.
203 (Chromium issue 152506)
204
205 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
206 (Chromium issue 151749)
207
208 Made GDBJIT interface compile again. (issue 1804)
209
210 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
211 (Chromium issue 143967)
212
213 Made sure that names of temporaries do not clash with real variables.
214 (issue 2322)
215
216 Rejected local module declarations. (Chromium issue 150628)
217
218 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
219
220 Fixed slot recording of code target patches.
221 (Chromium issue 152615,chromium:144230)
222
223 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
224
225 Performance and stability improvements on all platforms.
226
227
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00002282012-10-01: Version 3.14.1
229
230 Don't set -m32 flag when compiling with Android ARM compiler.
231 (Chromium issue 143889)
232
233 Restore the descriptor array before returning allocation failure.
234 (Chromium issue 151750)
235
236 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
237 128252).
238
239 Pull more recent gyp in 'make dependencies'.
240
241 Made sure that the generic KeyedStoreIC changes length and element_kind
242 atomically (issue 2346).
243
244 Bumped number of allowed variables per scope to 65535, to address GWT.
245 (Chromium issue 151625)
246
247 Support sourceURL for dynamically inserted scripts (issue 2342).
248
249 Performance and stability improvements on all platforms.
250
251
ulan@chromium.org56c14af2012-09-20 12:51:09 +00002522012-09-20: Version 3.14.0
253
254 Fixed missing slot recording during clearing of CallICs.
255 (Chromium issue 144230)
256
257 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
258 (Chromium issue 150729)
259
260 Fixed minus zero test. (Issue 2133)
261
262 Fixed setting array length to zero for slow elements.
263 (Chromium issue 146910)
264
265 Fixed lost arguments dropping in HLeaveInlined.
266 (Chromium issue 150545)
267
268 Fixed casting error for receiver of interceptors.
269 (Chromium issue 149912)
270
271 Throw a more descriptive exception when blocking 'eval' via CSP.
272 (Chromium issue 140191)
273
274 Fixed debugger's eval when close to stack overflow. (issue 2318)
275
276 Added checks to live edit. (issue 2297)
277
278 Switched on code compaction on incremental GCs.
279
280 Fixed caching of optimized code for OSR. (issue 2326)
281
282 Not mask exception thrown by toString in String::UtfValue etc.
283 (issue 2317)
284
285 Fixed API check for length of external arrays. (Chromium issue 148896)
286
287 Ensure correct enumeration indices in the dict (Chromium issue 148376)
288
289 Correctly initialize regexp global cache. (Chromium issue 148378)
290
291 Fixed arguments object materialization during deopt. (issue 2261)
292
293 Introduced new API to expose external string resource regardless of
294 encoding.
295
296 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
297 --deopt-every-n-times flag is present
298 (Chromium issue 148389)
299
300 Fixed edge case of extension with NULL as source string.
301 (Chromium issue 144649)
302
303 Fixed array index dehoisting. (Chromium issue 141395)
304
305 Performance and stability improvements on all platforms.
306
307
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00003082012-09-11: Version 3.13.7
309
310 Enable/disable LiveEdit using the (C++) debug API.
311
312 Performance and stability improvements on all platforms.
313
314
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00003152012-09-06: Version 3.13.6
316
317 Added validity checking to API functions and calls.
318
319 Disabled accessor inlining (Chromium issue 134609).
320
321 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
322
323 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
324
325 Fixed VS2005 build (issue 2313).
326
327 Activated fixed ES5 readonly semantics by default.
328
329 Added hardfp flag to the Makefile.
330
331 Performance and stability improvements on all platforms.
332
333
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00003342012-08-29: Version 3.13.5
335
336 Release stack trace data after firing Error.stack accessor.
337 (issue 2308)
338
339 Added a new API V8::SetJitCodeEventHandler to push code name and
340 location to users such as profilers.
341
342 Allocate block-scoped global bindings to global context.
343
344 Performance and stability improvements on all platforms.
345
346
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00003472012-08-28: Version 3.13.4
348
349 Print reason for disabling optimization. Kill --trace-bailout flag.
350
351 Provided option to disable full DEBUG build on Android.
352
353 Introduced global contexts to represent lexical global scope(s).
354
355 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
356
357 Performance and stability improvements on all platforms.
358
359
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00003602012-08-21: Version 3.13.3
361
362 Performance and stability improvements on all platforms.
363
364
3652012-08-20: Version 3.13.2
366
367 Performance and stability improvements on all platforms.
368
369
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00003702012-08-16: Version 3.13.1
371
372 Performance and stability improvements on all platforms.
373
374
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00003752012-08-10: Version 3.13.0
376
377 Added histograms for total allocated/live heap size, as well as
378 allocated size and percentage of total for map and cell space.
379
380 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
381 (issue 1645)
382
383 Added checks for interceptors to negative lookup code in Crankshaft.
384 (Chromium issue 140473)
385
386 Made incremental marking clear ICs and type feedback cells.
387
388 Performance and stability improvements on all platforms.
389
390
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00003912012-08-01: Version 3.12.19
392
393 Performance and stability improvements on all platforms.
394
395
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00003962012-07-30: Version 3.12.18
397
398 Forced using bit-pattern for signed zero double. (issue 2239)
399
400 Made sure double to int conversion is correct. (issue 2260)
401
402 Performance and stability improvements on all platforms.
403
404
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00004052012-07-27: Version 3.12.17
406
407 Always set the callee's context when calling a function from optimized
408 code.
409 (Chromium issue 138887)
410
411 Fixed building with GCC 3.x
412 (issue 2016, 2017)
413
414 Improved API calls that return empty handles.
415 (issue 2245)
416
417 Performance and stability improvements on all platforms.
418
419
danno@chromium.org129d3982012-07-25 15:01:47 +00004202012-07-25: Version 3.12.16
421
422 Performance and stability improvements on all platforms.
423
424
yangguo@chromium.org304cc332012-07-24 07:59:48 +00004252012-07-24: Version 3.12.15
426
427 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
428 (issue 2252)
429
430 Added dependency to HLoadKeyed* instructions to prevent invalid
431 hoisting. (Chromium issue 137768)
432
433 Enabled building d8 for Android on Mac.
434
435 Interpret negative hexadecimal literals as NaN.
436 (issue 2240)
437
438 Expose counters in javascript when using --track-gc-object-stats.
439
440 Enabled building and testing V8 on Android IA.
441
442 Added --trace-parse flag to parser.
443
444 Performance and stability improvements on all platforms.
445
446
verwaest@chromium.org178fb152012-07-18 11:21:48 +00004472012-07-18: Version 3.12.14
448
449 Deactivated optimization of packed arrays.
450 (Chromium issue 137768)
451
452 Fixed broken accessor transition.
453 (Chromium issue 137689)
454
455 Performance and stability improvements on all platforms.
456
457
verwaest@chromium.org753aee42012-07-17 16:15:42 +00004582012-07-17: Version 3.12.13
459
460 Fixed missing tagging of stack value in finally block.
461 (Chromium issue 137496)
462
463 Added more support for heap analysis.
464
465 Performance and stability improvements on all platforms.
466
467
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00004682012-07-16: Version 3.12.12
469
470 Added an option to the tickprocessor to specify the directory for lib
471 lookup.
472
473 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
474
475 Fixed transcendental cache on ARM in optimized code (issue 2234).
476
477 New heap inspection tools: counters for object sizes and counts,
478 histograms for external fragmentation.
479
480 Incorporated constness into inferred interfaces (in preparation for
481 handling imports) (issue 1569).
482
483 Performance and stability improvements on all platforms.
484
485
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00004862012-07-12: Version 3.12.11
487
488 Renamed "mips" arch to "mipsel" in the GYP build.
489
490 Fixed computation of call targets on prototypes in Crankshaft.
491 (Chromium issue 125148)
492
493 Removed use of __lookupGetter__ when generating stack trace.
494 (issue 1591)
495
496 Turned on ES 5.2 globals semantics by default.
497 (issue 1991, Chromium issue 80591)
498
499 Synced preparser and parser wrt syntax error in switch..case.
500 (issue 2210)
501
502 Fixed reporting of octal literals in strict mode when preparsing.
503 (issue 2220)
504
505 Fixed inline constructors for Harmony Proxy prototypes.
506 (issue 2225)
507
508 Performance and stability improvements on all platforms.
509
510
danno@chromium.org81cac2b2012-07-10 11:28:27 +00005112012-07-10: Version 3.12.10
512
513 Re-enabled and fixed issue with array bounds check elimination
514 (Chromium issue 132114).
515
516 Fixed Debug::Break crash. (Chromium issue 131642)
517
518 Added optimizing compiler support for JavaScript getters.
519
520 Performance and stability improvements on all platforms.
521
522
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00005232012-07-06: Version 3.12.9
524
525 Correctly advance the scanner when scanning unicode regexp flag.
526 (Chromium issue 136084)
527
528 Fixed unhandlified code calling Harmony Proxy traps.
529 (issue 2219)
530
531 Performance and stability improvements on all platforms.
532
533
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00005342012-07-05: Version 3.12.8
535
536 Implemented TypedArray.set and ArrayBuffer.slice in d8.
537
538 Performance and stability improvements on all platforms.
539
540
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00005412012-07-03: Version 3.12.7
542
543 Fixed lazy compilation for strict eval scopes.
544 (Chromium issue 135066)
545
546 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
547 (issue 2151)
548
549 Report "hidden properties" in heap profiler for properties case.
550 (issue 2212)
551
552 Activated optimization of packed arrays by default.
553
554 Performance and stability improvements on all platforms.
555
556
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00005572012-06-29: Version 3.12.6
558
559 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
560
561 Extended TypedArray support in d8.
562
563
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00005642012-06-28: Version 3.12.5
565
566 Fixed lazy parsing heuristics to respect outer scope.
567 (Chromium issue 135008)
568
569 Allow using test-wrapper-gypbuild.py on Windows when no python
570 interpreter is registered.
571
572 Performance and stability improvements on all platforms.
573
574
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00005752012-06-27: Version 3.12.4
576
577 Removed -fomit-frame-pointer flag from Release builds to make
578 the stack walkable by TCMalloc (Chromium issue 133723).
579
580 Ported r7868 (constant masking) to x64 (issue 1374).
581
582 Expose more detailed memory statistics (issue 2201).
583
584 Fixed Harmony Maps and WeakMaps for undefined values
585 (Chromium issue 132744).
586
587 Correctly throw reference error in strict mode with ICs disabled
588 (issue 2119).
589
590 Performance and stability improvements on all platforms.
591
592
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00005932012-06-25: Version 3.12.3
594
595 Reverted r11835 'Unify promotion and allocation limit computation' due
596 to V8 Splay performance regression on Mac. (Chromium issue 134183)
597
598 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
599
600 Performance and stability improvements on all platforms.
601
602
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00006032012-06-22: Version 3.12.2
604
605 Made near-jump check more strict in LoadNamedFieldPolymorphic on
606 ia32/x64. (Chromium issue 134055)
607
608 Fixed lazy sweeping heuristics to prevent old-space expansion.
609 (issue 2194)
610
611 Performance and stability improvements on all platforms.
612
613
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00006142012-06-21: Version 3.12.1
615
616 Performance and stability improvements on all platforms.
617
618
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00006192012-06-20: Version 3.12.0
620
621 Fixed Chromium issues:
622 115100, 129628, 131994, 132727, 132741, 132742, 133211
623
624 Fixed V8 issues:
625 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
626
627 Added --extra-code flag to mksnapshot to load JS code into the VM
628 before creating the snapshot.
629
630 Support 'restart call frame' command in the debugger.
631
632 Performance and stability improvements on all platforms.
633
634
mmassi@chromium.org7028c052012-06-13 11:51:58 +00006352012-06-13: Version 3.11.10
636
637 Implemented heap profiler memory usage reporting.
638
639 Preserved error message during finally block in try..finally.
640 (Chromium issue 129171)
641
642 Fixed EnsureCanContainElements to properly handle double values.
643 (issue 2170)
644
645 Improved heuristics to keep objects in fast mode with inherited
646 constructors.
647
648 Performance and stability improvements on all platforms.
649
650
rossberg@chromium.org400388e2012-06-06 09:29:22 +00006512012-06-06: Version 3.11.9
652
653 Implemented ES5-conformant semantics for inherited setters and read-only
654 properties. Currently behind --es5_readonly flag, because it breaks
655 WebKit bindings.
656
657 Exposed last seen heap object id via v8 public api.
658
659 Performance and stability improvements on all platforms.
660
661
verwaest@chromium.org37141392012-05-31 13:27:02 +00006622012-05-31: Version 3.11.8
663
664 Avoid overdeep recursion in regexp where a guarded expression with a
665 minimum repetition count is inside another quantifier.
666 (Chromium issue 129926)
667
668 Fixed missing write barrier in store field stub.
669 (issues 2143, 1465, Chromium issue 129355)
670
671 Proxies: Fixed receiver for setters inherited from proxies.
672 Proxies: Fixed ToStringArray function so that it does not reject some
673 keys.
674 (issue 1543)
675
676 Performance and stability improvements on all platforms.
677
678
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00006792012-05-29: Version 3.11.7
680
681 Get better function names in stack traces.
682
683 Performance and stability improvements on all platforms.
684
685
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00006862012-05-24: Version 3.11.6
687
688 Fixed RegExp.prototype.toString for incompatible receivers
689 (issue 1981).
690
691 Performance and stability improvements on all platforms.
692
693
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +00006942012-05-23: Version 3.11.5
695
696 Performance and stability improvements on all platforms.
697
698
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +00006992012-05-22: Version 3.11.4
700
701 Some cleanup to common.gypi. This fixes some host/target combinations
702 that weren't working in the Make build on Mac.
703
704 Handle EINTR in socket functions and continue incomplete sends.
705 (issue 2098)
706
707 Fixed python deprecations. (issue 1391)
708
709 Made socket send and receive more robust and return 0 on failure.
710 (Chromium issue 15719)
711
712 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
713
714 Set '-m32' option for host and target platforms
715
716 Performance and stability improvements on all platforms.
717
718
ulan@chromium.orgd6899c32012-05-18 14:12:25 +00007192012-05-18: Version 3.11.3
720
721 Disable optimization for functions that have scopes that cannot be
722 reconstructed from the context chain. (issue 2071)
723
724 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
725
726 Correctly check for native error objects. (Chromium issue 2138)
727
728 Performance and stability improvements on all platforms.
729
730
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +00007312012-05-16: Version 3.11.2
732
733 Revert r11496. (Chromium issue 128146)
734
735 Implement map collection for incremental marking. (issue 1465)
736
737 Add toString method to CallSite (which describes a frame of the
738 stack trace).
739
740
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +00007412012-05-15: Version 3.11.1
742
743 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
744
745 Fix freebsd build. (V8 issue 2126)
746
747 Performance and stability improvements on all platforms.
748
749
jkummerow@chromium.org212d9642012-05-11 15:02:09 +00007502012-05-11: Version 3.11.0
751
752 Fixed compose-discard crasher from r11524 (issue 2123).
753
754 Activated new global semantics by default. Global variables can
755 now shadow properties of the global object (ES5.1 erratum).
756
757 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
758 transitioning (Chromium issue 117409).
759
760 Made Error.prototype.name writable again, as required by the spec and
761 the web (Chromium issue 69187).
762
763 Implemented map collection with incremental marking (issue 1465).
764
765 Regexp: Fixed overflow in min-match-length calculation
766 (Chromium issue 126412).
767
768 MIPS: Fixed illegal instruction use on Loongson in code for
769 Math.random() (issue 2115).
770
771 Fixed crash bug in VisitChoice (Chromium issue 126272).
772
773 Fixed unsigned-Smi check in MappedArgumentsLookup
774 (Chromium issue 126414).
775
776 Fixed LiveEdit for function with no locals (issue 825).
777
778 Fixed register clobbering in LoadIC for interceptors
779 (Chromium issue 125988).
780
781 Implemented clearing of CompareICs (issue 2102).
782
783 Performance and stability improvements on all platforms.
784
785
danno@chromium.org2c26cb12012-05-03 09:06:43 +00007862012-05-03: Version 3.10.8
787
788 Enabled MIPS cross-compilation.
789
790 Ensured reload of elements pointer in StoreFastDoubleElement stub.
791 (Chromium issue 125515)
792
793 Fixed corner cases in truncation behavior when storing to
794 TypedArrays. (issue 2110)
795
796 Fixed failure to properly recognize and report out-of-memory
797 conditions when allocating code space pages. (Chromium issue
798 118625)
799
800 Fixed idle notifications to perform a round of incremental GCs
801 after context disposal. (issue 2107)
802
803 Fixed preparser for try statement. (issue 2109)
804
805 Performance and stability improvements on all platforms.
806
807
danno@chromium.org1044a4d2012-04-30 12:34:39 +00008082012-04-30: Version 3.10.7
809
810 Performance and stability improvements on all platforms.
811
812
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +00008132012-04-26: Version 3.10.6
814
815 Fixed some bugs in accessing details of the last regexp match.
816
817 Fixed source property of empty RegExp objects. (issue 1982)
818
819 Enabled inlining some V8 API functions.
820
821 Performance and stability improvements on all platforms.
822
823
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +00008242012-04-23: Version 3.10.5
825
826 Put new global var semantics behind a flag until WebKit tests are
827 cleaned up.
828
829 Enabled stepping into callback passed to builtins.
830 (Chromium issue 109564)
831
832 Performance and stability improvements on all platforms.
833
834
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +00008352012-04-19: Version 3.10.4
836
837 Fixed issues when stressing compaction with WeakMaps.
838
839 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
840
841 Simplify invocation sequence at monomorphic function invocation sites.
842 (issue 2079)
843
844 Performance and stability improvements on all platforms.
845
846
erik.corry@gmail.comed49e962012-04-17 11:57:53 +00008472012-04-17: Version 3.10.3
848
849 Fixed several bugs in heap profiles (including issue 2078).
850
851 Throw syntax errors on illegal escape sequences.
852
853 Implemented rudimentary module linking (behind --harmony flag)
854
855 Implemented ES5 erratum: Global declarations should shadow
856 inherited properties.
857
858 Made handling of const more consistent when combined with 'eval'
859 and 'with'.
860
861 Fixed V8 on MinGW-x64 (issue 2026).
862
863 Performance and stability improvements on all platforms.
864
865
jkummerow@chromium.org28faa982012-04-13 09:58:30 +00008662012-04-13: Version 3.10.2
867
868 Fixed native ARM build (issues 1744, 539)
869
870 Return LOOKUP variable instead of CONTEXT for non-context allocated
871 outer scope parameters (Chromium issue 119609).
872
873 Fixed regular and ElementsKind transitions interfering with each other
874 (Chromium issue 122271).
875
876 Improved performance of keyed loads/stores which have a HeapNumber
877 index (issues 1388, 1295).
878
879 Fixed WeakMap processing for evacuation candidates (issue 2060).
880
881 Bailout on possible direct eval calls (Chromium issue 122681).
882
883 Do not assume that names of function expressions are context-allocated
884 (issue 2051).
885
886 Performance and stability improvements on all platforms.
887
888
fschneider@chromium.org7d10be52012-04-10 12:30:14 +00008892012-04-10: Version 3.10.1
890
891 Fixed bug with arguments object in inlined functions (issue 2045).
892
893 Fixed performance bug with lazy initialization (Chromium issue
894 118686).
895
896 Added suppport for Mac OS X 64bit builds with GYP.
897 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
898
899 Fixed bug with hidden properties (issue 2034).
900
901 Fixed a performance bug when reloading pages (Chromium issue 117767,
902 V8 issue 1902).
903
904 Fixed bug when optimizing throw in top-level code (issue 2054).
905
906 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
907
908 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
909
910 Fixed a bug with the new runtime profiler (Chromium issue 121147).
911
912 Fixed compilation of V8 using uClibc.
913
914 Optimized boot-up memory use.
915
916 Optimized regular expressions.
917
918
jkummerow@chromium.org1456e702012-03-30 08:38:13 +00009192012-03-30: Version 3.10.0
920
921 Fixed store IC writability check in strict mode
922 (Chromium issue 120099).
923
924 Resynchronize timers if the Windows system time was changed.
925 (Chromium issue 119815)
926
927 Removed "-mfloat-abi=hard" from host compiler cflags when building for
928 hardfp ARM
929 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
930
931 Fixed edge case for case independent regexp character classes
932 (issue 2032).
933
934 Reset function info counters after context disposal.
935 (Chromium issue 117767, V8 issue 1902)
936
937 Fixed missing write barrier in CopyObjectToObjectElements.
938 (Chromium issue 119926)
939
940 Fixed missing bounds check in HasElementImpl.
941 (Chromium issue 119925)
942
943 Performance and stability improvements on all platforms.
944
945
danno@chromium.org88aa0582012-03-23 15:11:57 +00009462012-03-23: Version 3.9.24
947
948 Activated count-based profiler for ARM.
949
950 Fixed use of proxies as f.prototype properties. (issue 2021)
951
952 Enabled snapshots on MIPS.
953
954 Performance and stability improvements on all platforms.
955
956
ulan@chromium.org6ff65142012-03-21 09:52:17 +00009572012-03-21: Version 3.9.23
958
959 Use correct arguments adaptation environment when inlining function
960 containing arguments. (Issue 2014)
961
962 Performance and stability improvements on all platforms.
963
964
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +00009652012-03-20: Version 3.9.22
966
967 Enabled count-based profiler by default.
968
969 Implemented a hash based look-up to speed up address checks
970 in large object space (issue 853).
971
972 Performance and stability improvements on all platforms.
973
974
rossberg@chromium.org2c067b12012-03-19 11:01:52 +00009752012-03-19: Version 3.9.21
976
977 Fixed push-to-trunk script (and re-push).
978
979 Added API call that identifies strings that are guaranteed only to
980 contain ASCII characters.
981
982
9832012-03-19: Version 3.9.20
984
985 Fixed declarations escaping global strict eval. (Issue 1624)
986
987 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
988
989 Fixed function declarations overwriting read-only global properties.
990 (Chromium issue 115452)
991
992 Fixed --use-strict flag in combination with --harmony[-scoping].
993
994 Debugger: naive implementation of "step into Function.prototype.bind".
995
996 Debugger: added ability to set script source from within OnBeforeCompile
997
998 Added flag to always call DebugBreak on abort.
999
1000 Re-enabled constructor inlining and inline === comparison with boolean
1001 constants. (Issue 2009)
1002
1003 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1004
1005 Performance and stability improvements on all platforms.
1006
1007
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000010082012-03-14: Version 3.9.19
1009
1010 Ensure there is a smi check of the receiver for global load and call
1011 ICs (Chromium issue 117794).
1012
1013 Performance and stability improvements on all platforms.
1014
1015
yangguo@chromium.org154ff992012-03-13 08:09:54 +000010162012-03-13: Version 3.9.18
1017
1018 Ensure consistency of Math.sqrt on Intel platforms.
1019
1020 Remove static initializers in v8. (issue 1859)
1021
1022 Add explicit dependency on v8_base in the GYP-based build.
1023
1024 Performance and stability improvements on all platforms.
1025
1026
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000010272012-03-12: Version 3.9.17
1028
1029 Fixed VFP detection through compiler defines. (issue 1996)
1030
1031 Add Code-related fields to postmortem metadata.
1032
1033 Performance and stability improvements on all platforms.
1034
1035
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000010362012-03-09: Version 3.9.16
1037
1038 Added basic interface inference for modules (behind the --harmony flag).
1039
1040 Added Object.is, Number.isFinite, Number.isNaN.
1041
1042 Updated the Unicode tables to Unicode version 6.1.0.
1043
1044 Performance and stability improvements on all platforms.
1045
1046
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000010472012-03-06: Version 3.9.15
1048
1049 Fix the heap profiler crash caused by memory layout changes between
1050 passes.
1051
1052 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1053
1054 Fix double-rounding in strtod for MinGW. (issue 1062)
1055
1056 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1057
1058 Performance and stability improvements on all platforms.
1059
1060
fschneider@chromium.org35814e52012-03-01 15:43:35 +000010612012-03-01: Version 3.9.14
1062
1063 Performance and stability improvements on all platforms.
1064
1065
ulan@chromium.org812308e2012-02-29 15:58:45 +000010662012-02-29: Version 3.9.13
1067
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001068 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001069
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001070 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1071 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001072
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001073 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001074
1075 Performance and stability improvements on all platforms.
1076
1077
ulan@chromium.org967e2702012-02-28 09:49:15 +000010782012-02-28: Version 3.9.12
1079
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001080 Fixed the negative lookup stub to handle deleted entries in a
1081 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001082
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001083 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001084 callback function can resolve the location of a return address on stack
1085 to the location where a return-address rewriting profiler stashed the
1086 original return address.
1087
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001088 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1089 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001090
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001091 Fixed issue 1853: Update breakpoints set with partial file name after
1092 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001093
1094
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000010952012-02-27: Version 3.9.11
1096
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001097 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001098
1099
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000011002012-02-24: Version 3.9.10
1101
1102 Fixed V8 issues 1322, 1772 and 1969.
1103
1104 Conformance improvements.
1105
1106 Performance and stability improvements on all platforms.
1107
1108
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000011092012-02-23: Version 3.9.9
1110
1111 Supported fast case for-in in Crankshaft.
1112
1113 Sped up heap snapshot serialization and dominators construction.
1114
1115 Randomized allocation addresses on windows. (Chromium issue 115151)
1116
1117 Fixed compilation with MinGW-w64. (issue 1943)
1118
1119 Fixed incorrect value of assignments to non-extensible properties.
1120
1121 Fixed a crash bug in generated code on ia32.
1122
1123 Performance and stability improvements on all platforms.
1124
1125
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000011262012-02-21: Version 3.9.8
1127
1128 Fixed memory leak and missing #include in StartupDataDecompressor
1129 (issue 1960).
1130
1131 Renamed static methods to avoid shadowing virtual methods and fix Clang
1132 C++11 compile error.
1133
1134 Fixed sequence of element access in array builtins (issue 1790).
1135
1136 Performance and stability improvements on all platforms.
1137
1138
yangguo@chromium.org56454712012-02-16 15:33:53 +000011392012-02-16: Version 3.9.7
1140
1141 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1142
1143 Fixed GCC-4.7 warnings.
1144
1145 Added Navier-Stokes benchmark.
1146
1147 Performance and stability improvements on all platforms.
1148
1149
ulan@chromium.org65a89c22012-02-14 11:46:07 +000011502012-02-14: Version 3.9.6
1151
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001152 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001153
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001154 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001155
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001156 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001157
1158 Heap Snapshot maximum size limit is too low for really big apps. At the
1159 moment the limit is 256MB. (Chromium issue 113015)
1160
1161 Performance and stability improvements on all platforms.
1162
1163
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000011642012-02-09: Version 3.9.5
1165
1166 Removed unused command line flags.
1167
1168 Performance and stability improvements on all platforms.
1169
1170
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000011712012-02-08: Version 3.9.4
1172
1173 Properly initialize element-transitioning array literals on ARM.
1174 (issue 1930)
1175
1176 Bug fixes on all platforms.
1177
1178
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000011792012-02-07: Version 3.9.3
1180
1181 When rethrowing an exception, print the stack trace of its original
1182 site instead of rethrow site (Chromium issue 60240).
1183
1184 Increased size of small stacks from 32k to 64k to avoid hitting limits
1185 in Chromium (Chromium issue 112843).
1186
1187
rossberg@chromium.org994edf62012-02-06 10:12:55 +000011882012-02-06: Version 3.9.2
1189
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001190 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001191
1192 Heap profiler reports implicit references.
1193
1194 Optionally export metadata with libv8 to enable debuggers to inspect V8
1195 state.
1196
1197
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000011982012-02-02: Version 3.9.1
1199
1200 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1201 (Chromium issue 112315).
1202
1203 Fixed a crash in dev tools (Chromium issue 107996).
1204
1205 Added 'dependencies_traverse': 1 to v8 GYP target.
1206
1207 Performance and stability improvements on all platforms.
1208
1209
danno@chromium.orgfa458e42012-02-01 10:48:36 +000012102012-02-01: Version 3.9.0
1211
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001212 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001213
1214 Stability fixes and performance improvements on all platforms.
1215
1216
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000012172012-01-26: Version 3.8.9
1218
1219 Flush number string cache on GC (issue 1605).
1220
1221 Provide access to function inferred name with
1222 v8::Function::GetInferredName in V8 public API.
1223
1224 Fix building with Clang (issue 1912).
1225
1226 Reduce the space used by the stack for the profiling thread.
1227
1228 Fix misleading documentation of v8::Locker (issue 542).
1229
1230 Introduce readbinary function in d8 to read binary files.
1231
1232 Performance and stability improvements on all platforms.
1233
1234
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000012352012-01-23: Version 3.8.8
1236
1237 Limited number of loop iterations in Heap::ReserveSpace
1238 (Chromium issue 99027).
1239
1240 Fixed solaris build (VirtualMemory) (issue 1761).
1241
1242 Fixed strict vs. non-strict handling of function proxies in
1243 higher-order array and string methods.
1244
1245 Enabled asynchronous remote debugging with d8 (issue 1691).
1246
1247 Stability and performance improvements on all platforms.
1248
1249
ulan@chromium.org2efb9002012-01-19 15:36:35 +000012502012-01-19: Version 3.8.7
1251
1252 Ensure that LRandom restores rsi after call to the C function on x64.
1253 (Chromium issue http://crbug.com/110509)
1254
1255 Fixing include issues on *bsd when building with scons.
1256 (issue 1897)
1257
1258 Provide a switch to specify -fno-strict-aliasing
1259 (issue 1887)
1260
1261 Move WIN32 define from standalone.gypi to common.gypi
1262 (issue 1760)
1263
1264 Fix corner-case in heap size estimation.
1265 (issue 1893)
1266
1267 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1268 (issue 1903)
1269
1270 Performance improvements and bug fixes.
1271
1272
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000012732012-01-16: Version 3.8.6
1274
1275 Add primitive WebGL array support to d8.
1276
1277 Improve heap size estimation (issue 1893).
1278
1279 Hash collision DOS workaround extended from string keys
1280 to numeric keys.
1281
1282 Provide an API for iterating through all external strings referenced
1283 from the JS heap.
1284
1285 Adjust position recorded for call expressions. http://crbug.com/109195
1286
1287 Fix GC crash related to instanceof. http://crbug.com/109448
1288
1289 Performance improvements and bug fixes.
1290
1291
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000012922012-01-05: Version 3.8.5
1293
1294 Fix broken test that assumes that no GC can clear the regexp cache (GC
1295 can happen at any time due to Crankshaft).
1296
1297 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1298
1299 Add netbsd support to gyp build.
1300
1301 Determine page size at runtime on posix platforms.
1302
1303 Ensure that store buffer filtering hash sets are cleared after
1304 StoreBuffer::Filter.
1305
1306 Randomize the seed used for string hashing. This helps guard against
1307 CPU-eating DOS attacks against node.js servers. Based on code from
1308 Bert Belder. This version only solves the issue for those that compile
1309 V8 themselves or those that do not use snapshots. A snapshot-based
1310 precompiled V8 will still have predictable string hash codes.
1311
1312 Implement callback when script finishes running in V8 API.
1313
1314 Improve performance of Math.min and Math.max for the case of two
1315 arguments. (issue 1325)
1316
1317
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000013182012-01-02: Version 3.8.4
1319
1320 Performance improvements for large Smi-only arrays.
1321
1322 Fixed InternalArrays construction. (issue 1878)
1323
1324
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000013252011-12-27: Version 3.8.3
1326
1327 Avoid embedding new space objects into code objects in the lithium gap
1328 resolver. (chromium:108296)
1329
1330 Bug fixes and performance optimizations on all platforms.
1331
1332
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000013332011-12-21: Version 3.8.2
1334
1335 Add max optimization flag to v8 gyp build to ensure V8 is always built
1336 fully optimized in Chrome.
1337
1338 MIPS: Bring MIPS to parity with other platforms.
1339
1340 Optimizations and stability improvements on all platforms.
1341
1342
ricow@chromium.org7ad65222011-12-19 12:13:11 +000013432011-12-19: Version 3.8.1
1344
1345 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1346
1347 Stability improvements on all platforms.
1348
1349
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000013502011-12-13: Version 3.8.0
1351
1352 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1353
1354 Sync parser and preparser on do-while and return statements.
1355 (issue 1856)
1356
1357 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1358
1359 Stability and performance improvements on all platforms.
1360
1361
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000013622011-12-01: Version 3.7.12
1363
1364 Increase tick interval for the android platform.
1365
1366 Fix a bug in the register allocator. (chromium:105112)
1367
1368 Fix handling of recompiling code. (chromium:105375, v8:1782)
1369
1370 Start incremental marking on idle notification. (v8:1458)
1371
1372 Build fixes for various platforms.
1373
1374 Various performance improvements.
1375
1376
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000013772011-11-29: Version 3.7.11
1378
1379 Fixed bug when generating padding to ensure space for lazy
1380 deoptimization.
1381 (issue 1846)
1382
1383 Further reduced pause times due to GC.
1384
1385 Stability and performance improvements on all platforms.
1386
1387
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000013882011-11-23: Version 3.7.10
1389
1390 Set maximum length of FixedArray in terms of elements instead an
1391 absolute number of bytes.
1392 (Chromium issue 103103)
1393
1394 Stability and performance improvements on all platforms.
1395
1396
13972011-11-21: Version 3.7.9
1398
1399 Removed exit-time destructors.
1400
1401 Stability and performance improvements on all platforms.
1402
1403
ricow@chromium.org27bf2882011-11-17 08:34:43 +000014042011-11-17: Version 3.7.8
1405
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001406 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001407 function on builtins will not make the original function reappear.
1408
1409 Added NetBSD support for scons build.
1410
1411 Performance improvements on all platforms.
1412
1413
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000014142011-11-14: Version 3.7.7
1415
1416 Fix missing fast property accessors in heap snapshots.
1417 (issue 1818)
1418
1419
danno@chromium.org2c456792011-11-11 12:00:53 +000014202011-11-11: Version 3.7.6
1421
1422 Fixed filtering of store buffer for large object pages.
1423 (issue 1817)
1424
1425 Fixed generated hash function on all platforms.
1426 (issue 1808)
1427
1428 Fixed Heap::Shrink to ensure that it does not free pages that are
1429 still in use.
1430 (Chromium issue 100414)
1431
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001432 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001433
1434
danno@chromium.orgc612e022011-11-10 11:38:15 +000014352011-11-10: Version 3.7.5
1436
1437 Added initial gyp infrastructure for MIPS.
1438
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001439 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001440 collector.
1441
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001442 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001443
1444
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000014452011-11-07: Version 3.7.4
1446
1447 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1448
1449 Fix Harmony sets and maps to allow null and undefined as keys
1450 (still hidden behind --harmony flag) (issue 1622).
1451
1452 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1453
1454 Enable VFP instructions for Android.
1455
1456 Fix error handling in Date.prototype.toISOString (issue 1792).
1457
1458 Bug fixes and performance improvements for all platforms.
1459
1460 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1461
1462
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000014632011-10-28: Version 3.7.3
1464
1465 Slight deoptimization as a workaround for issue with jslint: Issue
1466 1789.
1467
1468
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000014692011-10-27: Version 3.7.2
1470
1471 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1472
1473
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000014742011-10-26: Version 3.7.1
1475
1476 Achieved 33% speedup in debug-mode tests.
1477
1478 Removed special casing of calls to RegExp test and exec methods with no
1479 argument. Now matches new JSC behaviour. crbug.com/75740.
1480
1481 Return the empty string on cyclic references in toString (ES5
1482 conformance).
1483
1484 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1485
1486 Made Math.random state per-context instead of per-process (issue 864).
1487
1488 Fixed stack traces to skip native functions.
1489
1490 Make snapshots (new contexts) smaller and faster.
1491
1492 Fixed handling of Function.apply for non-array arguments.
1493
1494 Fixed evaluation order in defineProperties to match FireFox.
1495
1496 Fixed handling of non-object receivers for array builtins,
1497 crbug.com/100702.
1498
1499 Multiple fixes to improve compliance with test262.
1500
1501 Fixed compatibility with older Android releases.
1502
1503 Fixed compilation with gcc-4.5.3.
1504
1505 Improved performance of WriteUtf8, issue 1665.
1506
1507 Made native syntax an early error in the preparser.
1508
1509 Fixed issues 793 and 893 relating to Function.prototype.bind.
1510
1511 Improved let, const, Set and Map support and other Harmony features
1512 (behind the --harmony flag).
1513
1514 Changed evaluation order for > and <= to match ES5 instead of ES3.
1515
1516 Bug fixes and performance improvements on all platforms.
1517
1518
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000015192011-10-13: Version 3.7.0
1520
1521 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1522
1523 Fixed issue 1757 (string slices of external strings).
1524
1525 Fixed issue 1759 (ARM).
1526
1527 Added flag --noclever-optimizations to disable some things that
1528 caused trouble in the past.
1529
1530 Added flag --stress-compaction for testing.
1531
1532 Added flag --harmony to activate all experimental Harmony features.
1533
1534
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000015352011-10-10: Version 3.6.6
1536
1537 Added a GC pause visualization tool.
1538
1539 Added presubmit=no and werror=no flags to Makefile.
1540
1541 ES5/Test262 conformance improvements.
1542
1543 Fixed compilation issues with GCC 4.5.x (issue 1743).
1544
1545 Bug fixes and performance improvements on all platforms.
1546
1547
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000015482011-10-05: Version 3.6.5
1549
1550 New incremental garbage collector.
1551
1552 Removed the hard heap size limit (soft heap size limit is still
1553 700/1400Mbytes by default).
1554
1555 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1556
1557 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1558
1559 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1560
1561 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1562
1563 Fixed the MinGW and Windows 2000 builds.
1564
1565 Fixed "Prototype chain is not searched if named property handler does
1566 not set a property" (Issue 1636).
1567
1568 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1569
1570 Disallowed future reserved words as labels in strict mode.
1571
1572 Fixed string split to correctly coerce the separator to a string
1573 (Issue 1711).
1574
1575 API: Added an optional source length field to the Extension
1576 constructor.
1577
1578 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1579 (Issue 1573).
1580
1581 Added "native" target to Makefile for the benefit of Linux distros.
1582
1583 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1584
1585 More work on ES-Harmony proxies. Still hidden behind a flag.
1586
1587 Bug fixes and performance improvements on all platforms.
1588
1589
lrn@chromium.org34e60782011-09-15 07:25:40 +000015902011-09-15: Version 3.6.4
1591
1592 Fixed d8's broken readline history.
1593
1594 Removed the need for code delete events in CPU profiler (Issue 1466).
1595
1596 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1597
1598 Fixing parallel execution in d8 (with -p) and some memory leaks.
1599
1600 Support for precise stepping in functions compiled before debugging was
1601 started (step 1).
1602
1603
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000016042011-09-13: Version 3.6.3
1605
1606 Implemented better support of typed arrays in the d8 shell.
1607
1608 Bug fixes and performance improvements on all platforms.
1609
1610
ricow@chromium.org55ee8072011-09-08 16:33:10 +000016112011-09-08: Version 3.6.2
1612
1613 Added "dependencies" target to top-level Makefile.
1614
1615 Added ability to turn profiler on/off in d8.
1616
1617 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1618
1619 Fixed several crash bugs.
1620
1621
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000016222011-09-07: Version 3.6.1
1623
1624 Fixed a bug in abrupt exit from with or catch inside finally.
1625
1626 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1627 issue 95113).
1628
1629 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1630
1631 Fixed a few clang warnings (which -Werror treated as errors).
1632
1633 Performance improvements on all platforms.
1634
1635
fschneider@chromium.org1805e212011-09-05 10:49:12 +000016362011-09-05: Version 3.6.0
1637
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001638 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001639
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001640 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001641
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001642 Made arguments and caller always be null on native functions
1643 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001644
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001645 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001646
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001647 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001648
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001649 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001650
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001651 Fixed a problem with large heap snapshots in Chrome DevTools
1652 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001653
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001654 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001655
1656
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000016572011-08-31: Version 3.5.10
1658
1659 Added dependency of v8_base on WinSocket2 Windows library in
1660 the GYP-build.
1661
1662 Various bugfixes.
1663
1664
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000016652011-08-29: Version 3.5.9
1666
1667 Made FromPropertyDescriptor not trigger inherited setters.
1668
1669 Fixed .gyp files to work on the ARM simulator.
1670
1671 Fixed shared library build warnings for MSVS.
1672
1673
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000016742011-08-24: Version 3.5.8
1675
1676 Added V8EXPORT attributes for v8::Array::CheckCast and
1677 v8::Number::CheckCast.
1678
1679 Made a slight API change enabling opting out from null termination
1680 in String::Write*().
1681
1682 Fixed arm build for gcc-4.6.
1683
1684
rossberg@chromium.org28a37082011-08-22 11:03:23 +000016852011-08-22: Version 3.5.7
1686
1687 Make scanner handle invalid unicode escapes in identifiers correctly.
1688
1689 Make regexp flag parsing stricter.
1690
1691 Fix several memory leaks.
1692
1693
danno@chromium.orgb6451162011-08-17 14:33:23 +000016942011-08-17: Version 3.5.6
1695
1696 Fixed issue that could cause crashes when running with --heap-stats.
1697
1698 Fixed compilation on Linux 2.6.9 and older.
1699
1700 Fixed live-object-list to work with isolates.
1701
1702 Fixed memory leaks in zones and isolates.
1703
1704 Fixed a performance regression for TypedArrays on x64.
1705
1706 Stability improvements on all platforms.
1707
1708
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000017092011-08-15: Version 3.5.5
1710
1711 Fixed bugs involving negative zero and the optimizing compiler.
1712
1713 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
1714
1715 Eliminated uses of deprecated ARM instructions.
1716
1717 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
1718
1719 Removed restriction on the size of disassembled code that is printed.
1720
1721
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000017222011-08-10: Version 3.5.4
1723
1724 Added a preliminary implementation of ES Harmony weak maps. Weak
1725 maps can be enabled by the flag --harmony-weakmaps.
1726
1727 Introduced a toplevel Makefile to support GYP-based building. GYP
1728 can be obtained from http://gyp.googlecode.com.
1729
1730 Fixed a bug in the length property of functions created by
1731 Function.prototype.bind.
1732
1733 Reduced malloc heap allocation on process startup.
1734
1735 Several important code generation bug fixes.
1736
1737 Performance improvements on all platforms.
1738
1739
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000017402011-08-03: Version 3.5.3
1741
1742 MIPS: Port of fix to ClassOf check from ARM.
1743 Patch from Paul Lind <plind44@gmail.com>.
1744
1745 Stopped using mprotect on Cygwin.
1746 Avoided uninitialized member warning on gcc 4.3.4
1747 Both patches by Bert Belder.
1748
1749 Bug fixes and performance improvements on all platforms.
1750
1751
vegorov@chromium.org7943d462011-08-01 11:41:52 +000017522011-08-01: Version 3.5.2
1753
1754 Performance improvements on all platforms.
1755
1756
ricow@chromium.org2c99e282011-07-28 09:15:17 +000017572011-07-28: Version 3.5.1
1758
1759 Fixed setting the readonly flag on the prototype property using the
1760 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
1761
1762 Changed the tools/test.py script to use d8 instead of shell for
1763 testing.
1764
1765 Fixed crash in ToBooleanStub when GC happens during invocation.
1766
1767 Enabled automatic unboxing of double arrays.
1768
1769 Performance improvements on all platforms.
1770
1771
ricow@chromium.org9fa09672011-07-25 11:05:35 +000017722011-07-25: Version 3.5.0
1773
1774 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
1775 proxies.
1776
1777 Removed logging to memory support.
1778
1779 Bugfixes and performance work.
1780
1781
rossberg@chromium.org717967f2011-07-20 13:44:42 +000017822011-07-20: Version 3.4.14
1783
1784 Fix the debugger for strict-mode functions. (Chromium issue 89236)
1785
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001786 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00001787 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00001788
1789 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
1790
1791
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000017922011-07-18: Version 3.4.13
1793
1794 Improved debugger support to allow inspection of optimized frames (issue
1795 1140).
1796
1797 Fixed a bug in prototype transitions cache clearing introduced by r8165.
1798
1799 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
1800
1801 Fixed a memory leak in sample/shell.cc (dispose semaphores).
1802
1803 Simplified HClampToUint8. Patch by Andy Wingo.
1804
1805 Exposed APIs for detecting boxed primitives, native errors. Patch by
1806 Luke Zarko.
1807
1808 Added map check for COW elements to crankshaft array handling code
1809 (issue 1560).
1810
1811 Sample shell and (a light version of) D8 links against a shared library
1812 now.
1813
1814 Fixed bug in array filter and reduce functions (issue 1559).
1815
1816 Avoid TLS load in AstNode constructor.
1817
1818 Introduced a random entropy source which can optionally be provided at
1819 initialization. (Chromium issue 89462).
1820
1821
whesse@chromium.org030d38e2011-07-13 13:23:34 +000018222011-07-13: Version 3.4.12
1823
1824 Added --prof profiling option to d8 shell.
1825
1826 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
1827
1828 Fixed a potential assertion failure in const declarations.
1829
1830 Fixed an assertion failure in descriptor arrays (issue 1526).
1831
1832 Enabled fast thread-local storage by default on supported platforms.
1833
1834 Improved reporting of source position for global variable loads
1835 (issue 1527).
1836
1837
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000018382011-07-11: Version 3.4.11
1839
1840 Fixed MinGW32 build.
1841
1842 Fixed a GC bug with RegExp code flushing.
1843
1844 Implemented Object.defineProperty for proxies.
1845
1846 Fixed a bug in for/in iteration of arguments objects (issue 1531).
1847
1848 Added debugger support for inspecting optimized frames (issue 1140).
1849
1850 Allowed JSObject::PreventExtensions to work for arguments objects.
1851
1852 Bugfixes and performance work.
1853
1854
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000018552011-07-06: Version 3.4.10
1856
1857 Fixed debugger not breaking on certain "if" statements (issue 1523).
1858
1859 Fixed assertion failure in runtime profiler when running on IA32
1860 without snapshot (issue 1522).
1861
1862 Fixed ABI for API calls on IA32 (for clang compatibility).
1863
1864 Introduced code flushing of RegExp code to free memory used by
1865 RegExps sooner.
1866
1867 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
1868
1869 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
1870
1871 Performance improvements on all platforms.
1872
1873
ricow@chromium.org4f693d62011-07-04 14:01:31 +000018742011-07-04: Version 3.4.9
1875
1876 Added support for debugger inspection of locals in optimized frames
1877 (issue 1140).
1878
1879 Fixed SConstruct to pass correct defines to samples/preparser when
1880 building with library=shared.
1881
1882 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
1883
1884 Fixed a bug in Object.defineProperty on the arguments object.
1885
1886 Performance improvements on all platforms.
1887
1888
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000018892011-06-29: Version 3.4.8
1890
1891 Ensure 16-byte stack alignment on Solaris (issue 1505).
1892
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00001893 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00001894 that is not a smi. (issue 1246).
1895
1896
ager@chromium.org04921a82011-06-27 13:21:41 +000018972011-06-27: Version 3.4.7
1898
1899 Fixed 64-bit build on FreeBSD.
1900
1901 Added API to set the property attributes for the prototype
1902 property on functions created from FunctionTemplates.
1903
1904 Bugfixes and performance work.
1905
1906
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000019072011-06-22: Version 3.4.6
1908
1909 Lowered limit on code space for systems with low memory supply.
1910
1911 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
1912
1913 Extended setBreakpoint API to accept partial script name (issue 1418).
1914
1915 Made multi-line comments not count when deciding whether the '-->'
1916 comment starter is first on a line. This matches Safari.
1917
1918 Made handling of non-array recievers in Array length setter correct
1919 (issue 1491).
1920
1921 Added ability to heap profiler to iterate over snapshot's node
1922 (issue 1481).
1923
1924
whesse@chromium.org7b260152011-06-20 15:33:18 +000019252011-06-20: Version 3.4.5
1926
1927 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
1928 1476, and 1477.
1929
1930 Improved code generation for !0 and !1.
1931
1932 Reduced memory usage for regular expressions with nested qualifiers.
1933 (issue 1472)
1934
1935 Fixed V8 to count line terminators in multi-line comments.
1936 (Chromium issue 86431)
1937
1938 Fixed disassembler=on option for release-mode builds. (issue 1473)
1939
1940 Performance improvements on all platforms.
1941
1942
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000019432011-06-15: Version 3.4.4
1944
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001945 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001946
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001947 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001948
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001949 Several GYP-related changes: Added support for building Xcode project
1950 files. Make the ARM simulator build with GYP again. Generate Makefiles
1951 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001952
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001953 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
1954 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001955
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001956 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001957
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001958 Handle 'undefined' correctly when === has been specialized for doubles.
1959 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001960
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001961 Corrected the limit of local variables in an optimized function from 64
1962 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001963
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001964 Correctly set ReadOnly flag on indexed properties when using the API Set
1965 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001966
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001967 Give the correct error message when Object.isExtensible is called on a
1968 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001969
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001970 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
1971 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001972
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001973 Do not redefine properties unneccesarily in seal and freeze. (issue
1974 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001975
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001976 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001977
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001978 Distinguish keyed loads with a symbol key from fast elements loads,
1979 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001980
1981
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000019822011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00001983
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00001984 Clear the global thread table when an isolate is disposed
1985 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00001986
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00001987 Converted time zone name to UTF8 on Windows (issue 1290).
1988
1989 Limited the number of arguments in a function call to 32766
1990 (issue 1413).
1991
1992 Compress sources of JS libraries in addition to the snapshot.
1993
1994 Fixed a bug in Lithium environment iteration.
1995
1996 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00001997
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001998
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000019992011-06-06: Version 3.4.2
2000
2001 More work on ES-Harmony proxies. Still hidden behind a flag.
2002
2003 Fixed some crash bugs and improved performance.
2004
2005 Fixed building with gdb debugging support.
2006
2007 Do not install SIGPROF handler until it is needed.
2008
2009 Added DateTimeFormat to i18n API.
2010
2011 Fixed compilation on OpenBSD.
2012
2013 Take the ulimit into account when sizing the heap. OpenBSD users
2014 may still have to increase the default ulimit to run heavy pages in
2015 the browser.
2016
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002017
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000020182011-06-01: Version 3.4.1
2019
2020 Fixed JSON stringify issue with arrays.
2021
2022 Changed calls to JS builtins to be passed undefined when called with
2023 implicit receiver.
2024
2025 Implemented the set trap for Harmony proxies. Proxies still need to
2026 be enabled with the --harmony-proxies flag.
2027
2028
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000020292011-05-30: Version 3.4.0
2030
2031 Changed calls to undefined property setters to not throw (issue 1355).
2032
2033 Made RegExp objects not callable.
2034
2035 Fixed issues on special case large JSON strings in new json parser
2036 (issues http://crbug.com/83877 and http://crbug.com/84186).
2037
2038 Performance improvements on all platforms.
2039
2040
danno@chromium.org40cb8782011-05-25 07:58:50 +000020412011-05-25: Version 3.3.10
2042
2043 Fixed calls of strict mode function with an implicit receiver.
2044
2045 Fixed fast handling of arrays to properly deal with changes to the
2046 Object prototype (issue 1403).
2047
2048 Changed strict mode poison pill to be the same type error function
2049 (issue 1387).
2050
2051 Fixed a debug crash in arguments object handling (issue 1227).
2052
2053 Fixed a bug in deoptimization on x64 (issue 1404).
2054
2055 Performance improvements and bug fixes on all platforms.
2056
2057
ager@chromium.orgea91cc52011-05-23 06:06:11 +000020582011-05-23: Version 3.3.9
2059
2060 Added DateTimeFormat class to experimental i18n API.
2061
2062 Extended preparser to give early errors for some strict mode
2063 restrictions.
2064
2065 Removed legacy execScript function from V8.
2066
2067 Extended isolate API with the ability to add embedder-specific
2068 data to an isolate.
2069
2070 Added basic support for polymorphic loads from JS and external
2071 arrays.
2072
2073 Fixed bug in handling of switch statements in the optimizing
2074 compiler.
2075
2076
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000020772011-05-18: Version 3.3.8
2078
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002079 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002080 handles are independent of all other persistent handles and can be
2081 garbage collected more frequently.
2082
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002083 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002084 with the --harmony-proxies flag.
2085
2086 Performance improvements and bug fixes on all platforms.
2087
2088
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000020892011-05-16: Version 3.3.7
2090
2091 Updated MIPS infrastructure files.
2092
2093 Performance improvements and bug fixes on all platforms.
2094
2095
karlklose@chromium.org83a47282011-05-11 11:54:09 +000020962011-05-11: Version 3.3.6
2097
2098 Updated MIPS infrastructure files.
2099
2100 Added method IsCallable for Object to the API.
2101 Patch by Peter Varga.
2102
2103
lrn@chromium.org1c092762011-05-09 09:42:16 +000021042011-05-09: Version 3.3.5
2105
2106 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2107
2108 Added check that receiver is JSObject on API calls.
2109
2110 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2111 Patch by Peter Varga.
2112
2113 Added CallAsFunction method to the Object class in the API (Issue 1336).
2114 Patch by Peter Varga.
2115
2116 Added per-isolate locking and unlocking.
2117
2118 Fixed bug in x64 >>> operator (Issue 1359).
2119
2120
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000021212011-05-04: Version 3.3.4
2122
2123 Implemented API to disallow code generation from strings for a context
2124 (issue 1258).
2125
2126 Fixed bug with whitespaces in parseInt (issue 955).
2127
2128 Fixed bug with == comparison of Date objects (issue 1356).
2129
2130 Added GYP variables for ARM code generation:
2131 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2132 and v8_use_arm_eabi_hardfloat.
2133
2134
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000021352011-05-02: Version 3.3.3
2136
2137 Added support for generating Visual Studio solution and project files
2138 using GYP.
2139
2140 Implemented support for ARM EABI calling convention variation where
2141 floating-point arguments are passed in registers (hardfloat).
2142
2143 Added Object::HasOwnProperty() to the API.
2144
2145 Added support for compressing startup data to reduce binary size. This
2146 includes build time support and an API for the embedder to decompress
2147 the startup data before initializing V8.
2148
2149 Reduced the profiling hooks overhead from >400% to 25% when using
2150 ll_prof.
2151
2152 Performance improvements and bug fixes on all platforms.
2153
2154
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000021552011-04-27: Version 3.3.2
2156
2157 Fixed crash bug on ARM with no VFP3 hardware.
2158
2159 Fixed compilation of V8 without debugger support.
2160
2161 Improved performance on JSLint.
2162
2163 Added support Float64 WebGL arrays.
2164
2165 Fixed crash bug in regexp replace.
2166
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002167
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000021682011-04-20: Version 3.3.1
2169
2170 Reduced V8 binary size by removing virtual functions from hydrogen.
2171
2172 Fixed crash bug on x64.
2173
2174 Performance improvements on ARM and IA32.
2175
2176
danno@chromium.org160a7b02011-04-18 15:51:38 +000021772011-04-18: Version 3.3.0
2178
2179 Fixed bug in floating point rounding in Crankshaft on ARM
2180 (issue 958)
2181
2182 Fixed a number of issues with running without VFPv3 support on ARM
2183 (issue 1315)
2184
2185 Introduced v8Locale.Collator, a partial implementation of Collator
2186 per last ECMAScript meeting + mailing list.
2187
2188 Minor performance improvements and bug fixes.
2189
2190
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000021912011-04-13: Version 3.2.10
2192
2193 Fixed bug in external float arrays on ARM (issue 1323).
2194
2195 Minor performance improvements and bug fixes.
2196
2197
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000021982011-04-11: Version 3.2.9
2199
2200 Removed support for ABI prior to EABI on ARM.
2201
2202 Fixed multiple crash bugs.
2203
2204 Added GCMole to the repository, a simple static analysis tool that
2205 searches for GC-unsafe evaluation order dependent callsites.
2206
2207 Made preparser API be exported in shared libraries.
2208
2209 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2210
2211 Fixed mutable __proto__ property if object is not extensible
2212 (Issue 1309).
2213
2214 Fixed auto suspension of the sampler thread.
2215
2216
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000022172011-04-06: Version 3.2.8
2218
2219 Exposed WebGL typed array constructors in the shell sample.
2220
2221 Performance improvements on all platforms.
2222
2223
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000022242011-04-04: Version 3.2.7
2225
2226 Disabled the original 'classic' V8 code generator. Crankshaft is
2227 now the default on all platforms.
2228
2229 Changed the heap profiler to use more descriptive names.
2230
2231 Performance and stability improvements to isolates on all platforms.
2232
2233
lrn@chromium.org7516f052011-03-30 08:52:27 +000022342011-03-30: Version 3.2.6
2235
2236 Fixed xcode build warning in shell.cc (out of order initialization).
2237
2238 Fixed null-pointer dereference in the compiler when running without
2239 SSE3 support (Chromium issue 77654).
2240
2241 Fixed x64 compilation error due to some dead code. (Issue 1286)
2242
2243 Introduced scons target to build the preparser stand-alone example.
2244
2245 Made FreeBSD build and pass all tests.
2246
2247
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000022482011-03-28: Version 3.2.5
2249
lrn@chromium.org7516f052011-03-30 08:52:27 +00002250 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002251
2252 Added Crankshaft support for external arrays.
2253
2254 Fixed two potential crash bugs.
2255
2256
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000022572011-03-23: Version 3.2.4
2258
2259 Added isolates which allows several V8 instances in the same process.
2260 This is controlled through the new Isolate class in the API.
2261
2262 Implemented more of EcmaScript 5 strict mode.
2263
2264 Reduced the time it takes to make detailed heap snapshot.
2265
2266 Added a number of commands to the ARM simulator and enhanced the ARM
2267 disassembler.
2268
2269
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000022702011-03-17: Version 3.2.3
2271
2272 Fixed a number of crash bugs.
2273
2274 Fixed Array::New(length) to return an array with a length (issue 1256).
2275
2276 Fixed FreeBSD build.
2277
2278 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2279
2280 Implemented more of EcmaScript 5 strict mode.
2281
2282 Improved Crankshaft performance on all platforms.
2283
2284
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000022852011-03-14: Version 3.2.2
2286
2287 Fixed a number of crash and correctness bugs.
2288
2289 Improved Crankshaft performance on all platforms.
2290
2291 Fixed Crankshaft on Solaris/Illumos.
2292
2293
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000022942011-03-10: Version 3.2.1
2295
2296 Fixed a number of crash bugs.
2297
2298 Improved Crankshaft for x64 and ARM.
2299
2300 Implemented more of EcmaScript 5 strict mode.
2301
2302
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000023032011-03-07: Version 3.2.0
2304
2305 Fixed a number of crash bugs.
2306
2307 Turned on Crankshaft by default on x64 and ARM.
2308
2309 Improved Crankshaft for x64 and ARM.
2310
2311 Implemented more of EcmaScript 5 strict mode.
2312
2313
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000023142011-03-02: Version 3.1.8
2315
2316 Fixed a number of crash bugs.
2317
2318 Improved Crankshaft for x64 and ARM.
2319
2320 Implemented more of EcmaScript 5 strict mode.
2321
2322 Fixed issue with unaligned reads and writes on ARM.
2323
2324 Improved heap profiler support.
2325
2326
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000023272011-02-28: Version 3.1.7
2328
2329 Fixed a number of crash bugs.
2330
2331 Improved Crankshaft for x64 and ARM.
2332
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002333 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002334 arrays (http://crbug.com/73940).
2335
2336 Fixed bug in map space compaction (http://crbug.com/59688).
2337
2338 Added support for direct getter accessors calls on ARM.
2339
2340
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000023412011-02-24: Version 3.1.6
2342
2343 Fixed a number of crash bugs.
2344
2345 Added support for Cygwin (issue 64).
2346
2347 Improved Crankshaft for x64 and ARM.
2348
2349 Added Crankshaft support for stores to pixel arrays.
2350
2351 Fixed issue in CPU profiler with Crankshaft.
2352
2353
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000023542011-02-16: Version 3.1.5
2355
2356 Change RegExp parsing to disallow /(*)/.
2357
2358 Added GDB JIT support for ARM.
2359
2360 Fixed several crash bugs.
2361
2362 Performance improvements on the IA32 platform.
2363
2364
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000023652011-02-14: Version 3.1.4
2366
2367 Fixed incorrect compare of prototypes of the global object (issue
2368 1082).
2369
2370 Fixed a bug in optimizing calls to global functions (issue 1106).
2371
2372 Made optimized Function.prototype.apply safe for non-JSObject first
2373 arguments (issue 1128).
2374
2375 Fixed an error related to element accessors on Object.prototype and
2376 parser errors (issue 1130).
2377
2378 Fixed a bug in sorting an array with large array indices (issue 1131).
2379
2380 Properly treat exceptions thrown while compiling (issue 1132).
2381
2382 Fixed bug in register requirements for function.apply (issue 1133).
2383
2384 Fixed a representation change bug in the Hydrogen graph construction
2385 (issue 1134).
2386
2387 Fixed the semantics of delete on parameters (issue 1136).
2388
2389 Fixed a optimizer bug related to moving instructions with side effects
2390 (issue 1138).
2391
2392 Added support for the global object in Object.keys (issue 1150).
2393
2394 Fixed incorrect value for Math.LOG10E
2395 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2396
2397 Performance improvements on the IA32 platform.
2398
2399 Implement assignment to undefined reference in ES5 Strict Mode.
2400
2401
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000024022011-02-09: Version 3.1.3
2403
2404 Fixed a bug triggered by functions with huge numbers of declared
2405 arguments.
2406
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002407 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002408
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002409 Fixed issue where Array.prototype.__proto__ had been set to null
2410 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002411
2412 Fixed stability bugs in Crankshaft for x86.
2413
2414
ricow@chromium.org83aa5492011-02-07 12:42:56 +000024152011-02-07: Version 3.1.2
2416
2417 Added better security checks when accessing properties via
2418 Object.getOwnPropertyDescriptor.
2419
2420 Fixed bug in Object.defineProperty and related access bugs (issues
2421 992, 1083 and 1092).
2422
2423 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2424 copyright notice generation for embedders.
2425
2426
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000024272011-02-02: Version 3.1.1
2428
2429 Perform security checks before fetching the value in
2430 Object.getOwnPropertyDescriptor.
2431
2432 Fixed a bug in Array.prototype.splice triggered by passing no
2433 arguments.
2434
2435 Fixed bugs in -0 in arithmetic and in Math.pow.
2436
2437 Fixed bugs in the register allocator and in switching from optimized
2438 to unoptimized code.
2439
2440
24412011-01-31: Version 3.1.0
2442
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002443 Performance improvements on all platforms.
2444
2445
ager@chromium.org378b34e2011-01-28 08:04:38 +000024462011-01-28: Version 3.0.12
2447
2448 Added support for strict mode parameter and object property
2449 validation.
2450
2451 Fixed a couple of crash bugs.
2452
2453
ager@chromium.org0ee099b2011-01-25 14:06:47 +000024542011-01-25: Version 3.0.11
2455
2456 Fixed a bug in deletion of lookup slots that could cause global
2457 variables to be accidentally deleted (http://crbug.com/70066).
2458
2459 Added support for strict mode octal literal verification.
2460
2461 Fixed a couple of crash bugs (issues 1070 and 1071).
2462
2463
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000024642011-01-24: Version 3.0.10
2465
2466 Fixed External::Wrap for 64-bit addresses (issue 1037).
2467
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002468 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002469 code generator (issue 1060).
2470
2471 Introduced partial strict mode support.
2472
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002473 Changed formatting of recursive error messages to match Firefox and
2474 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002475
2476 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002477 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002478 (issue http://crbug.com/50972).
2479
2480 Performance improvements on the IA32 platform.
2481
2482
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000024832011-01-19: Version 3.0.9
2484
2485 Added basic GDB JIT Interface integration.
2486
2487 Make invalid break/continue statements a syntax error instead of a
2488 runtime error.
2489
2490
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000024912011-01-17: Version 3.0.8
2492
2493 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002494 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002495
2496 Wrapped external pointers more carefully (issue 1037).
2497
2498 Hardened the implementation of error objects to avoid setters
2499 intercepting the properties set then throwing an error.
2500
2501 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2502
2503 Performance improvements on the IA32 platform.
2504
2505
25062011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002507
2508 Stopped calling inherited setters when creating object literals
2509 (issue 1015).
2510
2511 Changed interpretation of malformed \c? escapes in RegExp to match
2512 JSC.
2513
2514 Enhanced the command-line debugger interface and fixed some minor
2515 bugs in the debugger.
2516
2517 Performance improvements on the IA32 platform.
2518
2519
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000025202011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002521
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002522 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002523
2524 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002525 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002526
2527 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002528 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002529
2530 Added use_system_v8 option to gyp (off by default), to make it easier
2531 for Linux distributions to ship with system-provided V8 library.
2532
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002533 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002534
2535 Added labelled thread names to help with debugging (on Linux).
2536
2537
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000025382011-01-03: Version 3.0.5
2539
2540 Fixed a couple of cast errors for gcc-3.4.3.
2541
2542 Performance improvements in GC and IA32 code generator.
2543
2544
whesse@chromium.org023421e2010-12-21 12:19:12 +000025452010-12-21: Version 3.0.4
2546
2547 Added Date::ResetCache() to the API so that the cached values in the
2548 Date object can be reset to allow live DST / timezone changes.
2549
2550 Extended existing support for printing (while debugging) the contents
2551 of objects. Added support for printing objects from release builds.
2552
2553 Fixed V8 issues 989, 1006, and 1007.
2554
2555
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000025562010-12-17: Version 3.0.3
2557
2558 Reapplied all changes for version 3.0.1.
2559
2560 Improved debugger protocol for remote debugging.
2561
2562 Added experimental support for using gyp to generate build files
2563 for V8.
2564
2565 Fixed implementation of String::Write in the API (issue 975).
2566
2567
lrn@chromium.org8541d772010-12-15 12:05:09 +000025682010-12-15: Version 3.0.2
2569
2570 Revert version 3.0.1 and patch 3.0.1.1.
2571
2572
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000025732010-12-13: Version 3.0.1
2574
2575 Added support for an experimental internationalization API as an
2576 extension. This extension is disabled by default but can be enabled
2577 when building V8. The ECMAScript internationalization strawman is
2578 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2579
2580 Made RegExp character class parsing stricter. This mirrors a change
2581 to RegExp parsing in WebKit.
2582
2583 Fixed a bug in Object.defineProperty when used to change attributes
2584 of an existing property. It incorrectly set the property value to
2585 undefined (issue 965).
2586
2587 Fixed several different compilation failures on various platforms
2588 caused by the 3.0.0 release.
2589
2590 Optimized Math.pow so it can work on unboxed doubles.
2591
2592 Sped up quoting of JSON strings by removing one traversal of the
2593 string.
2594
2595
kasperl@chromium.orga5551262010-12-07 12:49:48 +000025962010-12-07: Version 3.0.0
2597
2598 Improved performance by (partially) addressing issue 957 on
2599 IA-32. Still needs more work for the other architectures.
2600
2601
ager@chromium.orgbeb25712010-11-29 08:02:25 +000026022010-11-29: Version 2.5.9
2603
2604 Fixed crashes during GC caused by partially initialize heap
2605 objects.
2606
2607 Fixed bug in process sample that caused memory leaks.
2608
2609 Improved performance on ARM by implementing missing stubs and
2610 inlining.
2611
2612 Improved heap profiler support.
2613
2614 Added separate seeding on Windows of the random number generator
2615 used internally by the compiler (issue 936).
2616
2617 Exposed API for getting the name of the function used to construct
2618 an object.
2619
2620 Fixed date parser to handle one and two digit millisecond
2621 values (issue 944).
2622
2623 Fixed number parsing to disallow space between sign and
2624 digits (issue 946).
2625
2626
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000026272010-11-23: Version 2.5.8
2628
2629 Removed dependency on Gay's dtoa.
2630
2631 Improved heap profiler precision and speed.
2632
2633 Reduced overhead of callback invocations on ARM.
2634
2635
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000026362010-11-18: Version 2.5.7
2637
2638 Fixed obscure evaluation order bug (issue 931).
2639
2640 Split the random number state between JavaScript and the private API.
2641
2642 Fixed performance bug causing GCs when generating stack traces on
2643 code from very large scripts.
2644
2645 Fixed bug in parser that allowed (foo):42 as a labelled statement
2646 (issue 918).
2647
2648 Provide more accurate results about used heap size via
2649 GetHeapStatistics.
2650
2651 Allow build-time customization of the max semispace size.
2652
2653 Made String.prototype.split honor limit when separator is empty
2654 (issue 929).
2655
2656 Added missing failure check after expecting an identifier in
2657 preparser (Chromium issue 62639).
2658
2659
ager@chromium.org01fe7df2010-11-10 11:59:11 +000026602010-11-10: Version 2.5.6
2661
2662 Added support for VFP rounding modes to the ARM simulator.
2663
2664 Fixed multiplication overflow bug (issue 927).
2665
2666 Added a limit for the amount of executable memory (issue 925).
2667
2668
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000026692010-11-08: Version 2.5.5
2670
2671 Added more aggressive GC of external objects in near out-of-memory
2672 situations.
2673
2674 Fixed a bug that gave the incorrect result for String.split called
2675 on the empty string (issue 924).
2676
2677
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000026782010-11-03: Version 2.5.4
2679
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002680 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002681
2682
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000026832010-11-01: Version 2.5.3
2684
2685 Fixed a bug that prevents constants from overwriting function values
2686 in object literals (issue 907).
2687
2688 Fixed a bug with reporting of impossible nested calls of DOM functions
2689 (issue http://crbug.com/60753).
2690
2691
lrn@chromium.org303ada72010-10-27 09:33:13 +000026922010-10-27: Version 2.5.2
2693
2694 Improved sampler resolution on Linux.
2695
2696 Allowed forcing the use of a simulator from the build script
2697 independently of the host architecture.
2698
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002699 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00002700
2701 Made windows-tick-processor respect D8_PATH.
2702
2703 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
2704
2705
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000027062010-10-20: Version 2.5.1
2707
2708 Fixed bug causing spurious out of memory exceptions
2709 (issue http://crbug.com/54580).
2710
2711 Fixed compilation error on Solaris platform (issue 901).
2712
2713 Fixed error in strtod (string to floating point number conversion)
2714 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
2715
2716 Adjusted randomized allocations of executable memory to have 64k
2717 granularity (issue http://crbug.com/56036).
2718
2719 Supported profiling using kernel perf_events on linux. Added ll_prof
2720 script to tools and --ll-prof flag to V8.
2721
2722
vegorov@chromium.org42841962010-10-18 11:18:59 +000027232010-10-18: Version 2.5.0
2724
2725 Fixed bug in cache handling of lastIndex on global regexps
2726 (issue http://crbug.com/58740).
2727
2728 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
2729 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00002730 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00002731
2732 Fixed compilation error on ARM with gcc 4.4 (issue 894).
2733
2734
27352010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00002736
2737 Fixed a bug in the handling of conditional expressions in test
2738 contexts in compiler for top-level code.
2739
2740 Added "//@ sourceURL" information to the StackTrace API.
2741
2742 Exposed RegExp construction through the API.
2743
2744
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000027452010-10-04: Version 2.4.8
2746
2747 Fixed a bug in ResumeProfilerEx causing it to not always write out the
2748 whole snapshot (issue 868).
2749
2750 Performance improvements on all platforms.
2751
2752
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000027532010-09-30: Version 2.4.7
2754
2755 Changed the command-line flag --max-new-space-size to be in kB and the
2756 flag --max-old-space-size to be in MB (previously they were in bytes).
2757
2758 Added Debug::CancelDebugBreak to the debugger API.
2759
2760 Fixed a bug in getters for negative numeric property names
2761 (https://bugs.webkit.org/show_bug.cgi?id=46689).
2762
2763 Performance improvements on all platforms.
2764
2765
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000027662010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002767
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00002768 Fixed assertion failure related to copy-on-write arrays (issue 876).
2769
2770 Fixed build failure of 64-bit V8 on Windows.
2771
2772 Fixed a bug in RegExp (issue http://crbug.com/52801).
2773
2774 Improved the profiler's coverage to cover more functions (issue 858).
2775
2776 Fixed error in shift operators on 64-bit V8
2777 (issue http://crbug.com/54521).
2778
2779
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000027802010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002781
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002782 Changed the RegExp benchmark to exercise the regexp engine on different
2783 inputs by scrambling the input strings.
2784
2785 Fixed a bug in keyed loads on strings.
2786
2787 Fixed a bug with loading global function prototypes.
2788
2789 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
2790
2791 Performance improvements on all platforms.
2792
2793
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000027942010-09-15: Version 2.4.4
2795
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002796 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002797
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002798 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002799
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002800 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002801
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002802 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002803
2804
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000028052010-09-13: Version 2.4.3
2806
2807 Made Date.parse properly handle TZ offsets (issue 857).
2808
2809 Performance improvements on all platforms.
2810
2811
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000028122010-09-08: Version 2.4.2
2813
2814 Fixed GC crash bug.
2815
2816 Fixed stack corruption bug.
2817
2818 Fixed compilation for newer C++ compilers that found Operand(0)
2819 ambiguous.
2820
2821
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000028222010-09-06: Version 2.4.1
2823
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002824 Added the ability for an embedding application to receive a callback
2825 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
2826 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002827
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002828 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002829
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002830 Fixed memory overrun crash bug triggered during V8's tick-based
2831 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002832
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002833 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002834
2835
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000028362010-09-01: Version 2.4.0
2837
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002838 Fixed bug in Object.freeze and Object.seal when Array.prototype or
2839 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002840
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002841 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002842 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002843
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002844 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002845
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002846 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002847
2848
ricow@chromium.org65fae842010-08-25 15:26:24 +000028492010-08-25: Version 2.3.11
2850
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002851 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002852
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002853 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002854 VARIANT_FLAGS that allows specification of sets of flags with which
2855 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002856
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002857 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002858
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002859 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002860
2861
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000028622010-08-23: Version 2.3.10
2863
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002864 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00002865
2866 Build fixes for unusual compilers.
2867
2868 Track high water mark for RWX memory.
2869
2870 Performance improvements on all platforms.
2871
2872
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000028732010-08-18: Version 2.3.9
2874
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002875 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002876
2877 Removed specialized handling of GCC 4.4 (issue 830).
2878
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002879 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002880 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
2881
ricow@chromium.org65fae842010-08-25 15:26:24 +00002882 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002883
2884
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000028852010-08-16: Version 2.3.8
2886
2887 Fixed build with strict aliasing on GCC 4.4 (issue 463).
2888
2889 Fixed issue with incorrect handling of custom valueOf methods on
2890 string wrappers (issue 760).
2891
2892 Fixed compilation for ARMv4 (issue 590).
2893
2894 Improved performance.
2895
2896
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000028972010-08-11: Version 2.3.7
2898
2899 Reduced size of heap snapshots produced by heap profiler (issue 783).
2900
2901 Introduced v8::Value::IsRegExp method.
2902
2903 Fixed CPU profiler crash in start / stop sequence when non-existent
2904 name is passed (issue http://crbug.com/51594).
2905
2906 Introduced new indexed property query callbacks API (issue 816). This
2907 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
2908 by default.
2909
2910 Removed support for object literal get/set with number/string
2911 property name.
2912
2913 Fixed handling of JSObject::elements in CalculateNetworkSize
2914 (issue 822).
2915
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002916 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00002917
2918
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000029192010-08-09: Version 2.3.6
2920
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00002921 RegExp literals create a new object every time they are evaluated
2922 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00002923
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00002924 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00002925
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002926 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00002927
2928
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000029292010-08-04: Version 2.3.5
2930
2931 Added support for ES5 property names. Object initialisers and
2932 dot-notation property access now allows keywords. Also allowed
2933 non-identifiers after "get" or "set" in an object initialiser.
2934
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002935 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00002936
2937
whesse@chromium.orge90029b2010-08-02 11:52:17 +000029382010-08-02: Version 2.3.4
2939
2940 Fixed problems in implementation of ES5 function.prototype.bind.
2941
2942 Fixed error when using apply with arguments object on ARM (issue 784).
2943
2944 Added setting of global flags to debugger protocol.
2945
2946 Fixed an error affecting cached results of sin and cos (issue 792).
2947
2948 Removed memory leak from a boundary case where V8 is not initialized.
2949
2950 Fixed issue where debugger could set breakpoints outside the body
2951 of a function.
2952
2953 Fixed issue in debugger when using both live edit and step in features.
2954
2955 Added Number-letter (Nl) category to Unicode tables. These characters
2956 can now be used in identifiers.
2957
2958 Fixed an assert failure on X64 (issue 806).
2959
2960 Performance improvements on all platforms.
2961
2962
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000029632010-07-26: Version 2.3.3
2964
2965 Fixed error when building the d8 shell in a fresh checkout.
2966
2967 Implemented Function.prototype.bind (ES5 15.3.4.5).
2968
2969 Fixed an error in inlined stores on ia32.
2970
2971 Fixed an error when setting a breakpoint at the end of a function
2972 that does not end with a newline character.
2973
2974 Performance improvements on all platforms.
2975
2976
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000029772010-07-21: Version 2.3.2
2978
2979 Fixed compiler warnings when building with LLVM.
2980
2981 Fixed a bug with for-in applied to strings (issue 785).
2982
2983 Performance improvements on all platforms.
2984
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00002985
ricow@chromium.org4980dff2010-07-19 08:33:45 +000029862010-07-19: Version 2.3.1
2987
2988 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
2989
2990 Fixed bug related to code flushing while compiling a lazy
2991 compilable function (issue http://crbug.com/49099).
2992
2993 Performance improvements on all platforms.
2994
2995
ager@chromium.orgb5737492010-07-15 09:29:43 +000029962010-07-15: Version 2.3.0
2997
2998 Added ES5 Object.seal and Object.isSealed.
2999
3000 Added debugger API for scheduling debugger commands from a
3001 separate thread.
3002
3003
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000030042010-07-14: Version 2.2.24
3005
3006 Added API for capturing stack traces for uncaught exceptions.
3007
3008 Fixed crash bug when preparsing from a non-external V8 string
3009 (issue 775).
3010
3011 Fixed JSON.parse bug causing input not to be converted to string
3012 (issue 764).
3013
3014 Added ES5 Object.freeze and Object.isFrozen.
3015
3016 Performance improvements on all platforms.
3017
3018
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000030192010-07-07: Version 2.2.23
3020
3021 API change: Convert Unicode code points outside the basic multilingual
3022 plane to the replacement character. Previous behavior was to silently
3023 truncate the value to 16 bits.
3024
3025 Fixed crash: handle all flat string types in regexp replace.
3026
3027 Prevent invalid pre-parsing data passed in through the API from
3028 crashing V8.
3029
3030 Performance improvements on all platforms.
3031
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003032
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000030332010-07-05: Version 2.2.22
3034
3035 Added ES5 Object.isExtensible and Object.preventExtensions.
3036
3037 Enabled building V8 as a DLL.
3038
3039 Fixed a bug in date code where -0 was not interpreted as 0
3040 (issue 736).
3041
3042 Performance improvements on all platforms.
3043
3044
lrn@chromium.org32d961d2010-06-30 09:09:34 +000030452010-06-30: Version 2.2.21
3046
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003047 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003048
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003049 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003050
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003051 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003052
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003053 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003054
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003055 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003056
3057 Provide actual breakpoints locations in response to setBreakpoint
3058 and listBreakpoints requests.
3059
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003060
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000030612010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003062
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003063 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003064
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003065 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003066
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003067 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003068
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003069 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003070 miscalculated for some inputs.
3071
3072 Performance improvements on all platforms.
3073
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003074
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000030752010-06-23: Version 2.2.19
3076
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003077 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003078 (issue 738).
3079
3080 Added expose-externalize-string flag for testing extensions.
3081
3082 Resolve linker issues with using V8 as a DLL causing a number of
3083 problems with unresolved symbols.
3084
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003085 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003086 defined.
3087
3088 Performance improvements on all platforms.
3089
3090
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000030912010-06-16: Version 2.2.18
3092
3093 Added API functions to retrieve information on indexed properties
3094 managed by the embedding layer. Fixes bug 737.
3095
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003096 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003097
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003098 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003099
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003100 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003101
3102 Incremental performance improvements.
3103
3104
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000031052010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003106
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003107 Improved debugger support for stepping out of functions.
3108
3109 Incremental performance improvements.
3110
3111
31122010-06-09: Version 2.2.16
3113
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003114 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003115 disposal of external string resources to call a virtual Dispose
3116 method on the resource.
3117
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003118 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003119 stepping.
3120
3121 Memory usage improvements on all platforms.
3122
3123
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000031242010-06-07: Version 2.2.15
3125
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003126 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003127
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003128 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003129 some compilers complaint when compiling with -Werror.
3130
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003131 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003132
3133
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000031342010-06-02: Version 2.2.14
3135
3136 Fixed a crash in code generated for String.charCodeAt.
3137
3138 Fixed a compilation issue with some GCC versions (issue 727).
3139
3140 Performance optimizations on x64 and ARM platforms.
3141
3142
ricow@chromium.org30ce4112010-05-31 10:38:25 +000031432010-05-31: Version 2.2.13
3144
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003145 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003146 strings (issue 599).
3147
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003148 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003149
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003150 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003151
3152 Performance improvements on all platforms.
3153
3154
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000031552010-05-26: Version 2.2.12
3156
3157 Allowed accessors to be defined on objects rather than just object
3158 templates.
3159
3160 Changed the ScriptData API.
3161
3162
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000031632010-05-21: Version 2.2.11
3164
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003165 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003166
3167 Use 'full compiler' when debugging is active. This should increase
3168 the density of possible break points, making single step more fine
3169 grained. This will only take effect for functions compiled after
3170 debugging has been started, so recompilation of all functions is
3171 required to get the full effect. IA32 and x64 only for now.
3172
3173 Misc. fixes to the Solaris build.
3174
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003175 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003176
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003177 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003178
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003179 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003180
3181 Incremental performance improvements in all backends.
3182
3183
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000031842010-05-17: Version 2.2.10
3185
3186 Performance improvements in the x64 and ARM backends.
3187
3188
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000031892010-05-10: Version 2.2.9
3190
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003191 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003192
3193 Fixed bug with Date.parse returning a non-NaN value when called on a
3194 non date string (issue 696).
3195
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003196 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003197 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003198
3199 C++ API for retrieving JavaScript stack trace information.
3200
3201
ager@chromium.orgac091b72010-05-05 07:34:42 +000032022010-05-05: Version 2.2.8
3203
3204 Performance improvements in the x64 and ARM backends.
3205
3206
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000032072010-05-03: Version 2.2.7
3208
3209 Added support for ES5 date time string format to Date.parse.
3210
3211 Performance improvements in the x64 backend.
3212
3213
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000032142010-04-28: Version 2.2.6
3215
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003216 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003217 (by Ryan Dahl <coldredlemur@gmail.com>).
3218
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003219 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003220
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003221 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003222
3223 Performance improvements on all platforms.
3224
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003225
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000032262010-04-26: Version 2.2.5
3227
3228 Various performance improvements (especially for ARM and x64)
3229
3230 Fixed bug in CPU profiling (http://crbug.com/42137)
3231
3232 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003233
3234 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003235 wrong calculations.
3236
3237 Fixed a bug that may cause a wrong result for shift operations.
3238
3239
32402010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003241
3242 Fixed warnings on arm on newer GCC versions.
3243
3244 Fixed a number of minor bugs.
3245
3246 Performance improvements on all platforms.
3247
3248
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000032492010-04-14: Version 2.2.3
3250
3251 Added stack command and mem command to ARM simulator debugger.
3252
3253 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3254
3255 Performance improvements on all platforms.
3256
3257
ager@chromium.org357bf652010-04-12 11:30:10 +000032582010-04-12: Version 2.2.2
3259
3260 Introduced new profiler API.
3261
3262 Fixed random number generator to produce full 32 random bits.
3263
3264
lrn@chromium.org25156de2010-04-06 13:10:27 +000032652010-04-06: Version 2.2.1
3266
3267 Debugger improvements.
3268
3269 Fixed minor bugs.
3270
3271
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000032722010-03-29: Version 2.2.0
3273
3274 Fixed a few minor bugs.
3275
3276 Performance improvements for string operations.
3277
3278
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000032792010-03-26: Version 2.1.10
3280
3281 Fixed scons build issues.
3282
3283 Fixed a couple of minor bugs.
3284
3285
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000032862010-03-25: Version 2.1.9
3287
3288 Added API support for reattaching a global object to a context.
3289
3290 Extended debugger API with access to the internal debugger context.
3291
3292 Fixed Chromium crashes (issues http://crbug.com/39128 and
3293 http://crbug.com/39160)
3294
3295
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000032962010-03-24: Version 2.1.8
3297
3298 Added fine-grained garbage collection callbacks to the API.
3299
3300 Performance improvements on all platforms.
3301
3302
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000033032010-03-22: Version 2.1.7
3304
3305 Fixed issue 650.
3306
3307 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003308
3309 Performance improvements for arithmetic operations.
3310
3311 Performance improvements for string operations.
3312
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003313 Print script name and line number information in stack trace.
3314
3315
33162010-03-17: Version 2.1.6
3317
3318 Performance improvements for arithmetic operations.
3319
3320 Performance improvements for string operations.
3321
3322
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000033232010-03-10: Version 2.1.4
3324
3325 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3326
3327 Performance improvements on all platforms.
3328
3329
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000033302010-03-10: Version 2.1.3
3331
3332 Added API method for context-disposal notifications.
3333
3334 Added API method for accessing elements by integer index.
3335
3336 Added missing implementation of Uint32::Value and Value::IsUint32
3337 API methods.
3338
3339 Added IsExecutionTerminating API method.
3340
3341 Disabled strict aliasing for GCC 4.4.
3342
3343 Fixed string-concatenation bug (issue 636).
3344
3345 Performance improvements on all platforms.
3346
3347
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000033482010-02-23: Version 2.1.2
3349
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003350 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003351
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003352 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003353
3354 Performance improvements on all platforms.
3355
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003356
ager@chromium.org5c838252010-02-19 08:53:10 +000033572010-02-19: Version 2.1.1
3358
3359 [ES5] Implemented Object.defineProperty.
3360
3361 Improved profiler support.
3362
3363 Added SetPrototype method in the public V8 API.
3364
3365 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3366 objects in the API.
3367
3368 Performance improvements on all platforms.
3369
3370
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000033712010-02-03: Version 2.1.0
3372
3373 Values are now always wrapped in objects when used as a receiver.
3374 (issue 223).
3375
3376 [ES5] Implemented Object.getOwnPropertyNames.
3377
3378 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3379 JSON grammar.
3380
3381 Improvement of debugger agent (issue 549 and 554).
3382
3383 Fixed problem with skipped stack frame in profiles (issue 553).
3384
3385 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3386 <ry@tinyclouds.org>.
3387
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003388 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003389 integers.
3390
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003391 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003392 functions (isue http://crbug.com/3867).
3393
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003394 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003395
3396 Numerous performance improvements including porting of previous IA-32
3397 optimizations to x64 and ARM architectures.
3398
3399
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000034002010-01-14: Version 2.0.6
3401
3402 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3403 GetOwnProperty, FromPropertyDescriptor.
3404
3405 Fixed Mac x64 build errors.
3406
3407 Improved performance of some math and string operations.
3408
3409 Improved performance of some regexp operations.
3410
3411 Improved performance of context creation.
3412
3413 Improved performance of hash tables.
3414
3415
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000034162009-12-18: Version 2.0.5
3417
3418 Extended to upper limit of map space to allow for 7 times as many map
3419 to be allocated (issue 524).
3420
3421 Improved performance of code using closures.
3422
3423 Improved performance of some binary operations involving doubles.
3424
3425
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000034262009-12-16: Version 2.0.4
3427
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003428 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003429
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003430 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003431
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003432 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003433
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003434 Improved handling of external strings by using a separate table
3435 instead of weak handles. This improves garbage collection
3436 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003437
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003438 Changed code generation for object and array literals in toplevel
3439 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003440
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003441 Fixed a crash bug triggered when garbage collection happened during
3442 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003443
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003444 Fixed crash bug sometimes triggered when local variables shadowed
3445 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003446
3447
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000034482009-12-03: Version 2.0.3
3449
3450 Optimized handling and adding of strings, for-in and Array.join.
3451
3452 Heap serialization is now non-destructive.
3453
3454 Improved profiler support with information on time spend in C++
3455 callbacks registered through the API.
3456
3457 Added commands to the debugger protocol for starting/stopping
3458 profiling.
3459
3460 Enabled the non-optimizing compiler for top-level code.
3461
3462 Changed the API to only allow strings to be set as data objects on
3463 Contexts and scripts to avoid potentially keeping global objects
3464 around for too long (issue 528).
3465
3466 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3467
3468 Fixed bugs.
3469
3470
ager@chromium.org01beca72009-11-24 14:29:16 +000034712009-11-24: Version 2.0.2
3472
3473 Improved profiler support.
3474
3475 Fixed bug that broke compilation of d8 with readline support.
3476
3477
ager@chromium.org6141cbe2009-11-20 12:14:52 +000034782009-11-20: Version 2.0.1
3479
3480 Fixed crash bug in String.prototype.replace.
3481
3482 Reverted a change which caused Chromium interactive ui test
3483 failures.
3484
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003485
ager@chromium.orgc4c92722009-11-18 14:12:51 +000034862009-11-18: Version 2.0.0
3487
3488 Added support for VFP on ARM.
3489
3490 Added TryCatch::ReThrow method to the API.
3491
3492 Reduced the size of snapshots and improved the snapshot load time.
3493
3494 Improved heap profiler support.
3495
3496 64-bit version now supported on Windows.
3497
3498 Fixed a number of debugger issues.
3499
3500 Fixed bugs.
3501
3502
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000035032009-10-29: Version 1.3.18
3504
3505 Reverted a change which caused crashes in RegExp replace.
3506
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003507 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003508
3509
ager@chromium.org3811b432009-10-28 14:53:37 +000035102009-10-28: Version 1.3.17
3511
3512 Added API method to get simple heap statistics.
3513
3514 Improved heap profiler support.
3515
3516 Fixed the implementation of the resource constraint API so it
3517 works when using snapshots.
3518
3519 Fixed a number of issues in the Windows 64-bit version.
3520
3521 Optimized calls to API getters.
3522
3523 Added valgrind notification on code modification to the 64-bit version.
3524
3525 Fixed issue where we logged shared library addresses on Windows at
3526 startup and never used them.
3527
3528
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000035292009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003530
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003531 X64: Convert smis to holding 32 bits of payload.
3532
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003533 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003534
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003535 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003536
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003537 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003538 Patch by Jan de Mooij <jandemooij@gmail.com>
3539
3540 Implement ES5 Array.isArray
3541 Patch by Jan de Mooij <jandemooij@gmail.com>
3542
3543 Skip access checks for hidden properties.
3544
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003545 Added String::Concat(Handle<String> left, Handle<String> right) to the
3546 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003547
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003548 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003549
3550
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000035512009-10-07: Version 1.3.15
3552
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003553 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003554
3555 Fixed a crash bug happening when starting profiling (issue
3556 http://crbug.com/23768).
3557
3558
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000035592009-10-07: Version 1.3.14
3560
3561 Added GetRealNamedProperty to the API to lookup real properties
3562 located on the object or in the prototype chain skipping any
3563 interceptors.
3564
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003565 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003566 stack limit now needs to be set to each thread thich is used with V8.
3567
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003568 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003569
3570 Ensure V8 is initialized before locking and unlocking threads.
3571
3572 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003573 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003574 Crockford from the project.
3575
3576 Added a missing optimization in StringCharAt.
3577
3578 Fixed some flaky socket tests.
3579
3580 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3581 in 64-bit mode.
3582
3583 Fixed memory leaks in the thread management code.
3584
3585 Fixed the result of assignment to a pixel array. The assigned value
3586 is now the result.
3587
3588 Error reporting for invalid left-hand sides in for-in statements, pre-
3589 and postfix count expressions, and assignments now matches the JSC
3590 behavior in Safari 4.
3591
3592 Follow the spec in disallowing function declarations without a name.
3593
3594 Always allocate code objects within a 2 GB range. On x64 architecture
3595 this is used to use near calls (32-bit displacement) in Code objects.
3596
3597 Optimized array construction ported to x64 and ARM architectures.
3598
3599 [ES5] Changed Object.keys to return strings for element indices.
3600
3601
ager@chromium.org68e7ab72009-09-23 09:40:39 +000036022009-09-23: Version 1.3.13
3603
3604 Fixed uninitialized memory problem.
3605
3606 Improved heap profiler support.
3607
3608
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000036092009-09-22: Version 1.3.12
3610
3611 Changed behavior of |function|.toString() on built-in functions to
3612 be compatible with other implementations. Patch by Jan de Mooij.
3613
3614 Added Object::IsDirty in the API.
3615
3616 Optimized array construction; it is now handled purely in native
3617 code.
3618
3619 [ES5] Made properties of the arguments array enumerable.
3620
3621 [ES5] Added test suite adapter for the es5conform test suite.
3622
3623 [ES5] Added Object.keys function.
3624
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003625
ager@chromium.org4af710e2009-09-15 12:20:11 +000036262009-09-15: Version 1.3.11
3627
3628 Fixed crash in error reporting during bootstrapping.
3629
3630 Optimized generated IA32 math code by using SSE2 instructions when
3631 available.
3632
3633 Implemented missing pieces of debugger infrastructure on ARM. The
3634 debugger is now fully functional on ARM.
3635
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003636 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003637
3638
ager@chromium.orga1645e22009-09-09 19:27:10 +000036392009-09-09: Version 1.3.10
3640
3641 Fixed profiler on Mac in 64-bit mode.
3642
3643 Optimized creation of objects from simple constructor functions on
3644 ARM.
3645
3646 Fixed a number of debugger issues.
3647
3648 Reduced the amount of memory consumed by V8.
3649
3650
ager@chromium.org18ad94b2009-09-02 08:22:29 +000036512009-09-02: Version 1.3.9
3652
3653 Optimized stack guard checks on ARM.
3654
3655 Optimized API operations by inlining more in the API.
3656
3657 Optimized creation of objects from simple constructor functions.
3658
3659 Enabled a number of missing optimizations in the 64-bit port.
3660
3661 Implemented native-code support for regular expressions on ARM.
3662
3663 Stopped using the 'sahf' instruction on 64-bit machines that do
3664 not support it.
3665
3666 Fixed a bug in the support for forceful termination of JavaScript
3667 execution.
3668
3669
ager@chromium.org96c75b52009-08-26 09:13:16 +000036702009-08-26: Version 1.3.8
3671
3672 Changed the handling of idle notifications to allow idle
3673 notifications when V8 has not yet been initialized.
3674
3675 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003676
ager@chromium.org96c75b52009-08-26 09:13:16 +00003677
ager@chromium.orgab99eea2009-08-25 07:05:41 +000036782009-08-25: Version 1.3.7
3679
3680 Reduced the size of generated code on ARM platforms by reducing
3681 the size of constant pools.
3682
3683 Changed build files to not include the 'ENV' user environment
3684 variable in the build environment.
3685
3686 Changed the handling of idle notifications.
3687
3688
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000036892009-08-21: Version 1.3.6
3690
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003691 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003692
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003693 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003694 a low memory situation to V8.
3695
3696 Changed the handling of global handles (persistent handles in the API
3697 sense) to avoid issues regarding allocation of new global handles
3698 during weak handle callbacks.
3699
3700 Changed the growth policy of the young space.
3701
3702 Fixed a GC issue introduced in version 1.3.5.
3703
3704
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000037052009-08-19: Version 1.3.5
3706
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003707 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003708
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003709 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003710
3711 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
3712
3713 Changed typeof RegExp from 'object' to 'function' for compatibility.
3714 Fixed bug where regexps were not callable across contexts.
3715
3716 Added context independent script compilation to the API.
3717
3718 Added API call to get the stack trace for an exception.
3719
3720 Added API for getting object mirrors.
3721
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003722 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003723 running off a snapshot generated without using SSE3 instructions.
3724
3725 Tweaked the handling of the initial size and growth policy of the heap.
3726
3727 Added native code generation for RegExp to 64-bit version.
3728
3729 Added JavaScript debugger support to 64-bit version.
3730
3731
ager@chromium.orgadd848f2009-08-13 12:44:13 +000037322009-08-13: Version 1.3.4
3733
3734 Added a readline() command to the d8 shell.
3735
3736 Fixed bug in json parsing.
3737
3738 Added idle notification to the API and reduced memory on idle
3739 notifications.
3740
3741
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000037422009-08-12: Version 1.3.3
3743
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003744 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003745
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003746 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003747
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003748 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003749
3750 API: added function to find instance of template in prototype
3751 chain. Inlined Object::IsInstanceOf.
3752
3753 Land change to notify valgrind when we modify code on x86.
3754
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003755 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003756
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003757 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003758
3759
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000037602009-08-05: Version 1.3.2
3761
3762 Started new compiler infrastructure for two-pass compilation using a
3763 control flow graph constructed from the AST.
3764
3765 Profiler stack sampling for X64.
3766
3767 Safe handling of NaN to Posix platform-dependent time functions.
3768
3769 Added a new profiler control API to unify controlling various aspects
3770 of profiling.
3771
3772 Fixed issue 392.
3773
3774
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000037752009-07-30: Version 1.3.1
3776
3777 Speed improvements to accessors and interceptors.
3778
3779 Added support for capturing stack information on custom errors.
3780
3781 Added support for morphing an object into a pixel array where its
3782 indexed properties are stored in an external byte array. Values written
3783 are always clamped to the 0..255 interval.
3784
3785 Profiler on x64 now handles C/C++ functions from shared libraries.
3786
3787 Changed the debugger to avoid stepping into function.call/apply if the
3788 function is a built-in.
3789
3790 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003791
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003792 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003793
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003794 Optimized the called as constructor check for API calls.
3795
3796
kasperl@chromium.orge959c182009-07-27 08:59:04 +000037972009-07-27: Version 1.3.0
3798
3799 Allowed RegExp objects to be called as functions (issue 132).
3800
3801 Fixed issue where global property cells would escape after
3802 detaching the global object; see http://crbug.com/16276.
3803
3804 Added support for stepping into setters and getters in the
3805 debugger.
3806
3807 Changed the debugger to avoid stopping in its own JavaScript code
3808 and in the code of built-in functions.
3809
3810 Fixed issue 345 by avoiding duplicate escaping labels.
3811
3812 Fixed ARM code generator crash in short-circuited boolean
3813 expressions and added regression tests.
3814
3815 Added an external allocation limit to avoid issues where small V8
3816 objects would hold on to large amounts of external memory without
3817 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003818
3819 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00003820
3821
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000038222009-07-13: Version 1.2.14
3823
3824 Added separate paged heap space for global property cells and
3825 avoid updating the write barrier when storing into them.
3826
3827 Improved peep-hole optimization on ARM platforms by not emitting
3828 unnecessary debug information.
3829
3830 Re-enabled ICs for loads and calls that skip a global object
3831 during lookup through the prototype chain.
3832
3833 Allowed access through global proxies to use ICs.
3834
3835 Fixed issue 401.
3836
3837
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000038382009-07-09: Version 1.2.13
3839
3840 Fixed issue 397, issue 398, and issue 399.
3841
3842 Added support for breakpoint groups.
3843
3844 Fixed bugs introduced with the new global object representation.
3845
3846 Fixed a few bugs in the ARM code generator.
3847
3848
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000038492009-07-06: Version 1.2.12
3850
3851 Added stack traces collection to Error objects accessible through
3852 the e.stack property.
3853
3854 Changed RegExp parser to use a recursive data structure instead of
3855 stack-based recursion.
3856
3857 Optimized Date object construction and string concatenation.
3858
3859 Improved performance of div, mod, and mul on ARM platforms.
3860
3861
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000038622009-07-02: Version 1.2.11
3863
3864 Improved performance on IA-32 and ARM.
3865
3866 Fixed profiler sampler implementation on Mac OS X.
3867
3868 Changed the representation of global objects to improve
3869 performance of adding a lot of new properties.
3870
3871
ager@chromium.org3e875802009-06-29 08:26:34 +000038722009-06-29: Version 1.2.10
3873
3874 Improved debugger support.
3875
3876 Fixed bug in exception message reporting (issue 390).
3877
3878 Improved overall performance.
3879
3880
ager@chromium.org5aa501c2009-06-23 07:57:28 +000038812009-06-23: Version 1.2.9
3882
3883 Improved math performance on ARM.
3884
3885 Fixed profiler name-inference bug.
3886
3887 Fixed handling of shared libraries in the profiler tick processor
3888 scripts.
3889
3890 Fixed handling of tests that time out in the test scripts.
3891
3892 Fixed compilation on MacOS X version 10.4.
3893
3894 Fixed two bugs in the regular expression engine.
3895
3896 Fixed a bug in the string type inference.
3897
3898 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003899
ager@chromium.org5aa501c2009-06-23 07:57:28 +00003900 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003901
ager@chromium.org5aa501c2009-06-23 07:57:28 +00003902
ager@chromium.orgeadaf222009-06-16 09:43:10 +000039032009-06-16: Version 1.2.8
3904
3905 Optimized math on ARM platforms.
3906
3907 Fixed two crash bugs in the handling of getters and setters.
3908
3909 Improved the debugger support by adding scope chain information.
3910
3911 Improved the profiler support by compressing log data transmitted
3912 to clients.
3913
3914 Improved overall performance.
3915
3916
ager@chromium.orge2902be2009-06-08 12:21:35 +000039172009-06-08: Version 1.2.7
3918
3919 Improved debugger and profiler support.
3920
3921 Reduced compilation time by improving the handling of deferred
3922 code.
3923
3924 Optimized interceptor accesses where the property is on the object
3925 on which the interceptors is attached.
3926
3927 Fixed compilation problem on GCC 4.4 by changing the stack
3928 alignment to 16 bytes.
3929
3930 Fixed handle creation to follow stric aliasing rules.
3931
3932 Fixed compilation on FreeBSD.
3933
3934 Introduced API for forcing the deletion of a property ignoring
3935 interceptors and attributes.
3936
3937
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000039382009-05-29: Version 1.2.6
3939
3940 Added a histogram recording hit rates at different levels of the
3941 compilation cache.
3942
3943 Added stack overflow check for the RegExp analysis phase. Previously a
3944 very long regexp graph could overflow the stack with recursive calls.
3945
3946 Use a dynamic buffer when collecting log events in memory.
3947
3948 Added start/stop events to the profiler log.
3949
3950 Fixed infinite loop which could happen when setting a debug break while
3951 executing a RegExp compiled to native code.
3952
3953 Fixed handling of lastIndexOf called with negative index (issue 351).
3954
3955 Fixed irregular crash in profiler test (issue 358).
3956
3957 Fixed compilation issues with some versions of gcc.
3958
3959
kasperl@chromium.org71affb52009-05-26 05:44:31 +000039602009-05-26: Version 1.2.5
3961
3962 Fixed bug in initial boundary check for Boyer-Moore text
3963 search (issue 349).
3964
3965 Fixed compilation issues with MinGW and gcc 4.3+ and added support
3966 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
3967 Craig Schlenter.
3968
3969 Added a script cache to the debugger.
3970
3971 Optimized compilation performance by improving internal data
3972 structures and avoiding expensive property load optimizations for
3973 code that's infrequently executed.
3974
3975 Exposed the calling JavaScript context through the static API
3976 function Context::GetCalling().
3977
3978
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000039792009-05-18: Version 1.2.4
3980
3981 Improved performance of floating point number allocation for ARM
3982 platforms.
3983
3984 Fixed crash when using the instanceof operator on functions with
3985 number values in their prototype chain (issue 341).
3986
3987 Optimized virtual frame operations in the code generator to speed
3988 up compilation time and allocated the frames in the zone.
3989
3990 Made the representation of virtual frames and jump targets in the
3991 code generator much more compact.
3992
3993 Avoided linear search for non-locals in scope code when resolving
3994 variables inside with and eval scopes.
3995
3996 Optimized lexical scanner by dealing with whitespace as part of
3997 the token scanning instead of as a separate step before it.
3998
3999 Changed the scavenging collector so that promoted objects do not
4000 reside in the old generation while their remembered set is being
4001 swept for pointers into the young generation.
4002
4003 Fixed numeric overflow handling when compiling count operations.
4004
4005
ager@chromium.org9085a012009-05-11 19:22:57 +000040062009-05-11: Version 1.2.3
4007
4008 Fixed bug in reporting of out-of-memory situations.
4009
4010 Introduced hidden prototypes on certain builtin prototype objects
4011 such as String.prototype to emulate JSC's behavior of restoring
4012 the original function when deleting functions from those prototype
4013 objects.
4014
4015 Fixed crash bug in the register allocator.
4016
4017
ager@chromium.org5ec48922009-05-05 07:25:34 +000040182009-05-04: Version 1.2.2
4019
4020 Fixed bug in array sorting for sparse arrays (issue 326).
4021
4022 Added support for adding a soname when building a shared library
4023 on Linux (issue 151).
4024
4025 Fixed bug caused by morphing internal ASCII strings to external
4026 two-byte strings. Slices over ASCII strings have to forward ASCII
4027 checks to the underlying buffer string.
4028
4029 Allowed API call-as-function handlers to be called as
4030 constructors.
4031
4032 Fixed a crash bug where an external string was disposed but a
4033 slice of the external string survived as a symbol.
4034
4035
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000040362009-04-27: Version 1.2.1
4037
4038 Added EcmaScript 5 JSON object.
4039
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004040 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004041
4042
ager@chromium.org65dad4b2009-04-23 08:48:43 +000040432009-04-23: Version 1.2.0
4044
4045 Optimized floating-point operations on ARM.
4046
4047 Added a number of extensions to the debugger API.
4048
4049 Changed the enumeration order for unsigned integer keys to always
4050 be numerical order.
4051
4052 Added a "read" extension to the shell sample.
4053
4054 Added support for Array.prototype.reduce and
4055 Array.prototype.reduceRight.
4056
4057 Added an option to the SCons build to control Microsoft Visual C++
4058 link-time code generation.
4059
4060 Fixed a number of bugs (in particular issue 315, issue 316,
4061 issue 317 and issue 318).
4062
4063
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000040642009-04-15: Version 1.1.10
4065
4066 Fixed crash bug that occurred when loading a const variable in the
4067 presence of eval.
4068
4069 Allowed using with and eval in registered extensions in debug mode
4070 by fixing bogus assert.
4071
4072 Fixed the source position for function returns to enable the
4073 debugger to break there.
4074
4075
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000040762009-04-14: Version 1.1.9
4077
4078 Made the stack traversal code in the profiler robust by avoiding
4079 to look into the heap.
4080
4081 Added name inferencing for anonymous functions to facilitate
4082 debugging and profiling.
4083
4084 Re-enabled stats timers in the developer shell (d8).
4085
4086 Fixed issue 303 by avoiding to shortcut cons-symbols.
4087
4088
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000040892009-04-11: Version 1.1.8
4090
4091 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4092
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004093 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004094 the debugger (issue 269).
4095
4096 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4097 are no hidden properties.
4098
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004099 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004100 entries with deleted resources would lead to NPEs when looking
4101 up in the symbol table.
4102
4103
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000041042009-04-07: Version 1.1.7
4105
4106 Added support for easily importing additional environment
4107 variables into the SCons build.
4108
4109 Optimized strict equality checks.
4110
4111 Fixed crash in indexed setters on objects without a corresponding
4112 getter (issue 298).
4113
4114 Re-enabled script compilation cache.
4115
4116
ager@chromium.org8682a592009-04-01 10:47:14 +000041172009-04-01: Version 1.1.6
4118
4119 Reverted an unsafe code generator change.
4120
4121
ager@chromium.org71daaf62009-04-01 07:22:49 +000041222009-04-01: Version 1.1.5
4123
4124 Fixed bug that caused function literals to not be optimized as
4125 much as other functions.
4126
4127 Improved profiler support.
4128
4129 Fixed a crash bug in connection with debugger unloading.
4130
4131 Fixed a crash bug in the code generator caused by losing the
4132 information that a frame element was copied.
4133
4134 Fixed an exception propagation bug that could cause non-null
4135 return values when exceptions were thrown.
4136
4137
ager@chromium.org41826e72009-03-30 13:30:57 +000041382009-03-30: Version 1.1.4
4139
4140 Optimized String.prototype.match.
4141
4142 Improved the stack information in profiles.
4143
4144 Fixed bug in ARM port making it possible to compile the runtime
4145 system for thumb mode again.
4146
4147 Implemented a number of optimizations in the code generator.
4148
4149 Fixed a number of memory leaks in tests.
4150
4151 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004152 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004153
4154
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000041552009-03-24: Version 1.1.3
4156
4157 Fixed assertion failures in compilation of loop conditions.
4158
4159 Removed STL dependency from developer shell (d8).
4160
4161 Added infrastructure for protecting the V8 heap from corruption
4162 caused by memory modifications from the outside.
4163
4164
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000041652009-03-24: Version 1.1.2
4166
4167 Improved frame merge code generated by the code generator.
4168
4169 Optimized String.prototype.replace.
4170
4171 Implemented __defineGetter__ and __defineSetter__ for properties
4172 with integer keys on non-array objects.
4173
4174 Improved debugger and profiler support.
4175
4176 Fixed a number of portability issues to allow compilation for
4177 smaller ARM devices.
4178
4179 Exposed object cloning through the API.
4180
4181 Implemented hidden properties. This is used to expose an identity
4182 hash for objects through the API.
4183
4184 Implemented restarting of regular expressions if their input
4185 string changes representation during preemption.
4186
4187 Fixed a code generator bug that could cause assignments in loops
4188 to be ignored if using continue to break out of the loop (issue
4189 284).
4190
4191
ager@chromium.org3a6061e2009-03-12 14:24:36 +000041922009-03-12: Version 1.1.1
4193
4194 Fixed an assertion in the new compiler to take stack overflow
4195 exceptions into account.
4196
4197 Removed exception propagation code that could cause crashes.
4198
4199 Fixed minor bug in debugger line number computations.
4200
4201 8-byte align the C stack on Linux and Windows to speed up floating
4202 point computations.
4203
4204
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000042052009-03-12: Version 1.1.0
4206
4207 Improved code generation infrastructure by doing simple register
4208 allocation and constant folding and propagation.
4209
4210 Optimized regular expression matching by avoiding to create
4211 intermediate string arrays and by flattening nested array
4212 representations of RegExp data.
4213
4214 Traverse a few stack frames when recording profiler samples to
4215 include partial call graphs in the profiling output.
4216
4217 Added support for using OProfile to profile generated code.
4218
4219 Added remote debugging support to the D8 developer shell.
4220
4221 Optimized creation of nested literals like JSON objects.
4222
4223 Fixed a bug in garbage collecting unused maps and turned it on by
4224 default (--collect-maps).
4225
4226 Added support for running tests under Valgrind.
4227
4228
kasperl@chromium.org061ef742009-02-27 12:16:20 +000042292009-02-27: Version 1.0.3
4230
4231 Optimized double-to-integer conversions in bit operations by using
4232 SSE3 instructions if available.
4233
4234 Optimized initialization sequences that store to multiple
4235 properties of the same object.
4236
4237 Changed the D8 debugger frontend to use JSON messages.
4238
4239 Force garbage collections when disposing contexts.
4240
4241 Align code objects at 32-byte boundaries.
4242
4243
ager@chromium.org381abbb2009-02-25 13:23:22 +000042442009-02-25: Version 1.0.2
4245
4246 Improved profiling support by performing simple call stack
4247 sampling for ticks and by fixing a bug in the logging of code
4248 addresses.
4249
4250 Fixed a number of debugger issues.
4251
4252 Optimized code that uses eval.
4253
4254 Fixed a couple of bugs in the regular expression engine.
4255
4256 Reduced the size of generated code for certain regular expressions.
4257
4258 Removed JSCRE completely.
4259
4260 Fixed issue where test could not be run if there was a dot in the
4261 checkout path.
4262
4263
ager@chromium.org6f10e412009-02-13 10:11:16 +000042642009-02-13: Version 1.0.1
4265
4266 Fixed two crash-bugs in irregexp (issue 231 and 233).
4267
4268 Fixed a number of minor bugs (issue 87, 227 and 228).
4269
4270 Added support for morphing strings to external strings on demand
4271 to avoid having to create copies in the embedding code.
4272
4273 Removed experimental support for external symbol callbacks.
4274
4275
iposva@chromium.org245aa852009-02-10 00:49:54 +000042762009-02-09: Version 1.0.0
4277
4278 Fixed crash-bug in the code generation for case independent 16 bit
4279 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004280
iposva@chromium.org245aa852009-02-10 00:49:54 +00004281 Made shells more robust in the presence of string conversion
4282 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004283
iposva@chromium.org245aa852009-02-10 00:49:54 +00004284 Fixed a potential infinite loop when attempting to resolve
4285 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004286
iposva@chromium.org245aa852009-02-10 00:49:54 +00004287 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004288
iposva@chromium.org245aa852009-02-10 00:49:54 +00004289 Reduced binary by stripping unneeded text from JavaScript library and
4290 minifying some JavaScript files.
4291
4292
ager@chromium.orgddb913d2009-01-27 10:01:48 +000042932009-01-27: Version 0.4.9
4294
4295 Enabled new regular expression engine.
4296
4297 Made a number of changes to the debugger protocol.
4298
4299 Fixed a number of bugs in the preemption support.
4300
4301 Added -p option to the developer shell to run files in parallel
4302 using preemption.
4303
4304 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4305 193, 198 and 201).
4306
4307 Fixed a number of bugs in the serialization/deserialization
4308 support for the ARM platform.
4309
4310
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000043112009-01-19: Version 0.4.8.1
4312
4313 Minor patch to debugger support.
4314
4315
ager@chromium.org32912102009-01-16 10:38:43 +000043162009-01-16: Version 0.4.8
4317
4318 Fixed string length bug on ARM (issue 171).
4319
4320 Made most methods in the API const.
4321
4322 Optimized object literals by improving data locality.
4323
4324 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004325 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004326
4327 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004328 eval to behave incorrectly when using accessors (issues 186, 190
4329 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004330
4331
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000043322009-01-06: Version 0.4.7
4333
ager@chromium.org32912102009-01-16 10:38:43 +00004334 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004335
ager@chromium.org32912102009-01-16 10:38:43 +00004336 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004337
ager@chromium.org32912102009-01-16 10:38:43 +00004338 Fixed subtle bug that caused the wrong 'this' to be used when
4339 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004340
ager@chromium.org32912102009-01-16 10:38:43 +00004341 Inline array loads within loops directly in the code instead of
4342 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004343
ager@chromium.org32912102009-01-16 10:38:43 +00004344
ager@chromium.org8bb60582008-12-11 12:02:20 +000043452008-12-11: Version 0.4.6
4346
4347 Fixed exception reporting bug where certain exceptions were
4348 incorrectly reported as uncaught.
4349
4350 Improved the memory allocation strategy used during compilation to
4351 make running out of memory when compiling huge scripts less
4352 likely.
4353
4354 Optimized String.replace by avoiding the construction of certain
4355 sub strings.
4356
4357 Fixed bug in code generation for large switch statements on ARM.
4358
4359 Fixed bug that caused V8 to change the global object template
4360 passed in by the user.
4361
4362 Changed the API for creating object groups used during garbage
4363 collection. Entire object groups are now passed to V8 instead of
4364 individual members of the groups.
4365
ager@chromium.org32912102009-01-16 10:38:43 +00004366
ager@chromium.orga74f0da2008-12-03 16:05:52 +000043672008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004368
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004369 Added experimental API support for allocating V8 symbols as
4370 external strings.
4371
4372 Fixed bugs in debugging support on ARM.
4373
4374 Changed eval implementation to correctly detect whether or not a
4375 call to eval is aliased.
4376
4377 Fixed bug caused by a combination of the compilation cache and
4378 dictionary probing in native code. The bug caused us to sometimes
4379 call functions that had not yet been compiled.
4380
4381 Added platform support for FreeBSD.
4382
4383 Added support for building V8 on Windows with either the shared or
4384 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004385
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004386 Added the v8::jscre namespace around the jscre functions to avoid
4387 link errors (duplicate symbols) when building Google Chrome.
4388
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004389 Added support for calling a JavaScript function with the current
4390 debugger execution context as its argument to the debugger
4391 interface.
4392
4393 Changed the type of names of counters from wchar_t to char.
4394
4395 Changed the Windows system call used to compute daylight savings
4396 time. The system call that we used to use became four times
4397 slower on WinXP SP3.
4398
4399 Added support in the d8 developer shell for memory-mapped counters
4400 and added a stats-viewer tool.
4401
4402 Fixed bug in upper/lower case mappings (issue 149).
4403
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004404
ager@chromium.org3bf7b912008-11-17 09:09:45 +000044052008-11-17: Version 0.4.4
4406
4407 Reduced code size by using shorter instruction encoding when
4408 possible.
4409
4410 Added a --help option to the shell sample and to the d8 shell.
4411
4412 Added visual studio project files for building the ARM simulator.
4413
4414 Fixed a number of ARM simulator issues.
4415
4416 Fixed bug in out-of-memory handling on ARM.
4417
4418 Implemented shell support for passing arguments to a script from
4419 the command line.
4420
4421 Fixed bug in date code that made certain date functions return -0
4422 instead of 0 for dates before the epoch.
4423
4424 Restricted applications of eval so it can only be used in the
4425 context of the associated global object.
4426
4427 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004428
4429
ager@chromium.org870a0b62008-11-04 11:43:05 +000044302008-11-04: Version 0.4.3
4431
4432 Added support for API accessors that prohibit overwriting by
4433 accessors defined in JavaScript code by using __defineGetter__ and
4434 __defineSetter__.
4435
4436 Improved handling of conditionals in test status files.
4437
4438 Introduced access control in propertyIsEnumerable.
4439
4440 Improved performance of some string operations by caching
4441 information about the type of the string between operations.
4442
4443 Fixed bug in fast-case code for switch statements that only have
4444 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004445
ager@chromium.org870a0b62008-11-04 11:43:05 +00004446
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000044472008-10-30: Version 0.4.2
4448
4449 Improved performance of Array.prototype.concat by moving the
4450 implementation to C++ (issue 123).
4451
4452 Fixed heap growth policy to avoid growing old space to its maximum
4453 capacity before doing a garbage collection and fixed issue that
4454 would lead to artificial out of memory situations (issue 129).
4455
4456 Fixed Date.prototype.toLocaleDateString to return the date in the
4457 same format as WebKit.
4458
4459 Added missing initialization checks to debugger API.
4460
4461 Added removing of unused maps during GC.
4462
4463
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000044642008-10-28: Version 0.4.1
4465
4466 Added caching of RegExp data in compilation cache.
4467
4468 Added Visual Studio project file for d8 shell.
4469
4470 Fixed function call performance regression introduced in version
4471 0.4.0 when splitting the global object in two parts (issue 120).
4472
4473 Fixed issue 131 by checking for empty handles before throwing and
4474 reporting exceptions.
4475
4476
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000044772008-10-23: Version 0.4.0
4478
4479 Split the global object into two parts: The state holding global
4480 object and the global object proxy.
4481
4482 Fixed bug that affected the value of an assignment to an element
4483 in certain cases (issue 116).
4484
4485 Added GetPropertyNames functionality (issue 33) and extra Date
4486 functions (issue 77) to the API.
4487
4488 Changed WeakReferenceCallback to take a Persistent<Value> instead
4489 of a Persistent<Object> (issue 101).
4490
4491 Fixed issues with message reporting for exceptions in try-finally
4492 blocks (issues 73 and 75).
4493
ager@chromium.org32912102009-01-16 10:38:43 +00004494 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004495
4496 Improved Boyer-Moore implementation for faster indexOf operations.
4497
4498 Added development shell (d8) which includes counters and
4499 completion support.
4500
4501 Fixed problem with the receiver passed to functions called from
4502 eval (issue 124).
4503
4504
ager@chromium.org7c537e22008-10-16 08:43:32 +000045052008-10-16: Version 0.3.5
4506
4507 Improved string hash-code distribution by excluding bit-field bits
4508 from the hash-code.
4509
4510 Changed string search algorithm used in indexOf from KMP to
4511 Boyer-Moore.
4512
4513 Improved the generated code for the instanceof operator.
4514
4515 Improved performance of slow-case string equality checks by
4516 specializing the code based on the string representation.
4517
4518 Improve the handling of out-of-memory situations (issue 70).
4519
4520 Improved performance of strict equality checks.
4521
4522 Improved profiler output to make it easier to see anonymous
4523 functions.
4524
4525 Improved performance of slow-case keyed loads.
4526
4527 Improved property access performance by allocating a number of
4528 properties in the front object.
4529
4530 Changed the toString behavior on the built-in object constructors
4531 to print [native code] instead of the actual source. Some web
4532 applications do not like constructors with complex toString
4533 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004534
ager@chromium.org7c537e22008-10-16 08:43:32 +00004535
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000045362008-10-06: Version 0.3.4
4537
4538 Changed Array.prototype.sort to use quick sort.
4539
4540 Fixed code generation issue where leaving a finally block with
4541 break or continue would accumulate elements on the expression
4542 stack (issue 86).
4543
4544 Made sure that the name accessor on functions returns the expected
4545 names for builtin JavaScript functions and C++ callback functions.
4546
4547 Added fast case code for extending the property storage array of
4548 JavaScript objects.
4549
4550 Ported switch statement optimizations introduced in version 0.3.3
4551 to the ARM code generator.
4552
4553 Allowed GCC to use strict-aliasing rules when compiling.
4554
4555 Improved performance of arguments object allocation by taking care
4556 of arguments adaptor frames in the generated code.
4557
4558 Updated the V8 benchmark suite to version 2.
4559
4560
ager@chromium.org236ad962008-09-25 09:45:57 +000045612008-09-25: Version 0.3.3
4562
4563 Improved handling of relocation information to enable more
4564 peep-hole optimizations.
4565
4566 Optimized switch statements where all labels are constant small
4567 integers.
4568
4569 Optimized String.prototype.indexOf for common cases.
4570
4571 Fixed more build issues (issue 80).
4572
4573 Fixed a couple of profiler issues.
4574
4575 Fixed bug where the body of a function created using the Function
4576 constructor was not allowed to end with a single-line comment
4577 (issue 85).
4578
4579 Improved handling of object literals by canonicalizing object
4580 literal maps. This will allow JSON objects with the same set of
4581 properties to share the same map making inline caching work better
4582 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004583
ager@chromium.org236ad962008-09-25 09:45:57 +00004584
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000045852008-09-17: Version 0.3.2
4586
4587 Generalized the EvalCache into a CompilationCache and enabled it
4588 for scripts too. The current strategy is to retire all entries
4589 whenever a mark-sweep collection is started.
4590
4591 Fixed bug where switch statements containing only a default case
4592 would lead to an unbalanced stack (issue 69).
4593
4594 Fixed bug that made access to the function in a named function
4595 expression impossible in certain situations (issue 24).
4596
4597 Fixed even more build issues.
4598
4599 Optimized calling conventions on ARM. The conventions on ARM and
4600 IA-32 now match.
4601
4602 Removed static initializers for flags and counters.
4603
4604 Improved inline caching behavior for uncommon cases where lazily
4605 loading Date and RegExp code could force certain code paths go
4606 megamorphic.
4607
4608 Removed arguments adaption for builtins written in C++. This
4609 makes Array.prototype.push and Array.prototype.pop slightly
4610 faster.
4611
4612
ager@chromium.org9258b6b2008-09-11 09:11:10 +000046132008-09-11: Version 0.3.1
4614
4615 Fixed a number of build issues.
4616
4617 Fixed problem with missing I-cache flusing on ARM.
4618
4619 Changed space layout in memory management by splitting up
4620 code space into old data space and code space.
4621
4622 Added utf-8 conversion support to the API (issue 57).
4623
4624 Optimized repeated calls to eval with the same strings. These
4625 repeated calls are common in web applications.
4626
4627 Added Xcode project file.
4628
4629 Optimized a couple of Array operation.
4630
4631 Fixed parser bug by checking for end-of-string when parsing break
4632 and continue (issue 35).
4633
4634 Fixed problem where asian characters were not categorized as
4635 letters.
4636
4637 Fixed bug that disallowed calling functions fetched from an array
4638 using a string as an array index (issue 32).
4639
4640 Fixed bug where the internal field count on object templates were
4641 sometimes ignored (issue 54).
4642
4643 Added -f option to the shell sample for compatibility with other
4644 engines (issue 18).
4645
4646 Added source info to TryCatches in the API.
4647
4648 Fixed problem where the seed for the random number generator was
4649 clipped in a double to unsigned int conversion.
4650
4651 Fixed bug where cons string symbols were sometimes converted to
4652 non-symbol flat strings during GC.
4653
4654 Fixed bug in error reporting when attempting to convert null to an
4655 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004656
4657
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000046582008-09-04: Version 0.3.0
4659
4660 Added support for running tests on the ARM simulator.
4661
4662 Fixed bug in the 'in' operator where negative indices were not
4663 treated correctly.
4664
4665 Fixed build issues on gcc-4.3.1.
4666
4667 Changed Date.prototype.toLocaleTimeString to not print the
4668 timezone part of the time.
4669
4670 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4671 with user code.
4672
4673
v8.team.kasperl727e9952008-09-02 14:56:44 +000046742008-09-02: Version 0.2.5
4675
4676 Renamed the top level directory 'public' to 'include'.
4677
4678 Added 'env' option to the SCons build scripts to support
4679 overriding the ENV part of the build environment. This is mostly
4680 to support Windows builds in cases where SCons cannot find the
4681 correct paths to the Windows SDK, as these paths cannot be passed
4682 through shell environment variables.
4683
4684 Enabled "Buffer Security Check" on for the Windows SCons build and
4685 added the linker option /OPT:ICF as an optimization.
4686
4687 Added the V8 benchmark suite to the repository.
4688
4689
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000046902008-09-01: Version 0.2.4
4691
4692 Included mjsunit JavaScript test suite and C++ unit tests.
4693
4694 Changed the shell sample to not print the result of executing a
4695 script provided on the command line.
4696
4697 Fixed issue when building samples on Windows using a shared V8
4698 library. Added visibility option on Linux build which makes the
4699 generated library 18% smaller.
4700
4701 Changed build system to accept multiple build modes in one build
4702 and generate separate objects, libraries and executables for each
4703 mode.
4704
4705 Removed deferred negation optimization (a * -b => -(a * b)) since
4706 this visibly changes operand conversion order.
4707
4708 Improved parsing performance by introducing stack guard in
4709 preparsing. Without a stack guard preparsing always bails out
4710 with stack overflow.
4711
4712 Changed shell sample to take flags directly from the command-line.
4713 Added API call that implements this.
4714
4715 Added load, quit and version functions to the shell sample so it's
4716 easier to run benchmarks and tests.
4717
4718 Fixed issue with building samples and cctests on 64-bit machines.
4719
4720 Fixed bug in the runtime system where the prototype chain was not
4721 always searched for a setter when setting a property that does not
4722 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00004723
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00004724
mads.s.agercbaa0602008-08-14 13:41:48 +000047252008-08-14: Version 0.2.3
4726
4727 Improved performance of garbage collection by moving the
4728 function that updates pointers during compacting collection
4729 into the updating visitor. This gives the compiler a better
4730 chance to inline and avoid a function call per (potential)
4731 pointer.
4732
4733 Extended the shell sample with a --runtime-flags option.
4734
4735 Added Visual Studio project files for the shell.cc and
4736 process.cc samples.
4737
4738
47392008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00004740
4741 Improved performance of garbage collection by changing the way
4742 we use the marking stack in the event of stack overflow during
4743 full garbage collection and by changing the way we mark roots.
4744
4745 Cleaned up ARM version by removing top of stack caching and by
4746 introducing push/pop elimination.
4747
4748 Cleaned up the way runtime functions are called to allow
4749 runtime calls with no arguments.
4750
4751 Changed Windows build options to make sure that exceptions are
4752 disabled and that optimization flags are enabled.
4753
4754 Added first version of Visual Studio project files.
4755
4756
mads.s.agercbaa0602008-08-14 13:41:48 +000047572008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00004758
4759 Improved performance of unary addition by avoiding runtime calls.
4760
4761 Fixed the handling of '>' and '<=' to use right-to-left conversion
4762 and left-to-right evaluation as specified by ECMA-262.
4763
4764 Fixed a branch elimination bug on the ARM platform where incorrect
4765 code was generated because of overly aggressive branch
4766 elimination.
4767
4768 Improved performance of code that repeatedly assigns the same
4769 function to the same property of different objects with the same
4770 map.
4771
4772 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
4773 no longer expects DEBUG to be defined.
4774
4775 Added platform-nullos.cc to serve as the basis for new platform
4776 implementations.
4777
mads.s.ager31e71382008-08-13 09:32:07 +00004778
mads.s.agercbaa0602008-08-14 13:41:48 +000047792008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00004780
4781 Changed all text files to have native svn:eol-style.
4782
4783 Added a few samples and support for building them. The samples
4784 include a simple shell that can be used to benchmark and test V8.
4785
4786 Changed V8::GetVersion to return the version as a string.
4787
4788 Added source for lazily loaded scripts to snapshots and made
4789 serialization non-destructive.
4790
4791 Improved ARM support by fixing the write barrier code to use
4792 aligned loads and stores and by removing premature locals
4793 optimization that relied on broken support for callee-saved
4794 registers (removed).
4795
4796 Refactored the code for marking live objects during garbage
4797 collection and the code for allocating objects in paged
4798 spaces. Introduced an abstraction for the map word of a heap-
4799 allocated object and changed the memory allocator to allocate
4800 executable memory only for spaces that may contain code objects.
4801
4802 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
4803 they can be used by debugging and logging modules. Added
4804 thread-safe message queues for dealing with debugger events.
4805
4806 Fixed the source code reported by toString for certain builtin
4807 empty functions and made sure that the prototype property of a
4808 function is enumerable.
4809
4810 Improved performance of converting values to condition flags in
4811 generated code.
4812
4813 Merged disassembler-{arch} files.
4814
4815
mads.s.agercbaa0602008-08-14 13:41:48 +000048162008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00004817
4818 Added support for storing JavaScript stack traces in a stack
4819 allocated buffer to make it visible in shallow core dumps.
4820 Controlled by the --preallocate-message-memory flag which is
4821 disabled by default.
4822
4823
mads.s.agercbaa0602008-08-14 13:41:48 +000048242008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00004825
4826 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
4827 map transitions would count as properties.
4828
4829 Allowed aliased eval invocations by treating them as evals in the
4830 global context. This may change in the future.
4831
4832 Added support for accessing the last entered context through the
4833 API and renamed Context::Current to Context::GetCurrent and
4834 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
4835
4836 Fixed bug in the debugger that would cause the debugger scripts to
4837 be recursively loaded and changed all disabling of interrupts to
4838 be block-structured.
4839
4840 Made snapshot data read-only to allow it to be more easily shared
4841 across multiple users of V8 when linked as a shared library.
4842
4843
mads.s.agercbaa0602008-08-14 13:41:48 +000048442008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00004845
4846 Fixed building on Mac OS X by recognizing i386 and friends as
4847 IA-32 platforms.
4848
4849 Added propagation of stack overflow exceptions that occur while
4850 compiling nested functions.
4851
4852 Improved debugger with support for recursive break points and
4853 handling of exceptions that occur in the debugger JavaScript code.
4854
4855 Renamed GetInternal to GetInternalField and SetInternal to
4856 SetInternalField in the API and moved InternalFieldCount and
4857 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
4858
4859
mads.s.agercbaa0602008-08-14 13:41:48 +000048602008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00004861
4862 Fixed bug in stack overflow check code for IA-32 targets where a
4863 non-tagged value in register eax was pushed to the stack.
4864
4865 Fixed potential quadratic behavior when converting strings to
4866 numbers.
4867
4868 Fixed bug where the return value from Object::SetProperty could
4869 end up being the property holder instead of the written value.
4870
4871 Improved debugger support by allowing nested break points and by
4872 dealing with stack-overflows when compiling functions before
4873 setting break points in them.
4874
4875
mads.s.agercbaa0602008-08-14 13:41:48 +000048762008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00004877
kasper.lundbd3ec4e2008-07-09 11:06:54 +00004878 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00004879
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00004880# Local Variables:
4881# mode:text
4882# End: