blob: d07c4586d51e5aa1b905854dde97f6f91fdda966 [file] [log] [blame]
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000012009-10-07: Version 1.3.15
2
3 Expand the maximum size of the code space to 512MB for 64-bit mode.
4
5 Fixed a crash bug happening when starting profiling (issue
6 http://crbug.com/23768).
7
8
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000092009-10-07: Version 1.3.14
10
11 Added GetRealNamedProperty to the API to lookup real properties
12 located on the object or in the prototype chain skipping any
13 interceptors.
14
15 Fix the stack limits setting API to work correctly with threads. The
16 stack limit now needs to be set to each thread thich is used with V8.
17
18 Remove the high-priority flag from IdleNotification()
19
20 Ensure V8 is initialized before locking and unlocking threads.
21
22 Implemented a new JavaScript minifier for compressing the source of
23 the built-in JavaScript. This Remove non-Open Source code from Douglas
24 Crockford from the project.
25
26 Added a missing optimization in StringCharAt.
27
28 Fixed some flaky socket tests.
29
30 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
31 in 64-bit mode.
32
33 Fixed memory leaks in the thread management code.
34
35 Fixed the result of assignment to a pixel array. The assigned value
36 is now the result.
37
38 Error reporting for invalid left-hand sides in for-in statements, pre-
39 and postfix count expressions, and assignments now matches the JSC
40 behavior in Safari 4.
41
42 Follow the spec in disallowing function declarations without a name.
43
44 Always allocate code objects within a 2 GB range. On x64 architecture
45 this is used to use near calls (32-bit displacement) in Code objects.
46
47 Optimized array construction ported to x64 and ARM architectures.
48
49 [ES5] Changed Object.keys to return strings for element indices.
50
51
ager@chromium.org68e7ab72009-09-23 09:40:39 +0000522009-09-23: Version 1.3.13
53
54 Fixed uninitialized memory problem.
55
56 Improved heap profiler support.
57
58
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +0000592009-09-22: Version 1.3.12
60
61 Changed behavior of |function|.toString() on built-in functions to
62 be compatible with other implementations. Patch by Jan de Mooij.
63
64 Added Object::IsDirty in the API.
65
66 Optimized array construction; it is now handled purely in native
67 code.
68
69 [ES5] Made properties of the arguments array enumerable.
70
71 [ES5] Added test suite adapter for the es5conform test suite.
72
73 [ES5] Added Object.keys function.
74
ager@chromium.org68e7ab72009-09-23 09:40:39 +000075
ager@chromium.org4af710e2009-09-15 12:20:11 +0000762009-09-15: Version 1.3.11
77
78 Fixed crash in error reporting during bootstrapping.
79
80 Optimized generated IA32 math code by using SSE2 instructions when
81 available.
82
83 Implemented missing pieces of debugger infrastructure on ARM. The
84 debugger is now fully functional on ARM.
85
86 Make 'hidden' the default visibility for gcc.
87
88
ager@chromium.orga1645e22009-09-09 19:27:10 +0000892009-09-09: Version 1.3.10
90
91 Fixed profiler on Mac in 64-bit mode.
92
93 Optimized creation of objects from simple constructor functions on
94 ARM.
95
96 Fixed a number of debugger issues.
97
98 Reduced the amount of memory consumed by V8.
99
100
ager@chromium.org18ad94b2009-09-02 08:22:29 +00001012009-09-02: Version 1.3.9
102
103 Optimized stack guard checks on ARM.
104
105 Optimized API operations by inlining more in the API.
106
107 Optimized creation of objects from simple constructor functions.
108
109 Enabled a number of missing optimizations in the 64-bit port.
110
111 Implemented native-code support for regular expressions on ARM.
112
113 Stopped using the 'sahf' instruction on 64-bit machines that do
114 not support it.
115
116 Fixed a bug in the support for forceful termination of JavaScript
117 execution.
118
119
ager@chromium.org96c75b52009-08-26 09:13:16 +00001202009-08-26: Version 1.3.8
121
122 Changed the handling of idle notifications to allow idle
123 notifications when V8 has not yet been initialized.
124
125 Fixed ARM simulator compilation problem on Windows.
126
127
ager@chromium.orgab99eea2009-08-25 07:05:41 +00001282009-08-25: Version 1.3.7
129
130 Reduced the size of generated code on ARM platforms by reducing
131 the size of constant pools.
132
133 Changed build files to not include the 'ENV' user environment
134 variable in the build environment.
135
136 Changed the handling of idle notifications.
137
138
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00001392009-08-21: Version 1.3.6
140
141 Add support for forceful termination of JavaScript execution.
142
143 Add low memory notification to the API. The embedding host can signal
144 a low memory situation to V8.
145
146 Changed the handling of global handles (persistent handles in the API
147 sense) to avoid issues regarding allocation of new global handles
148 during weak handle callbacks.
149
150 Changed the growth policy of the young space.
151
152 Fixed a GC issue introduced in version 1.3.5.
153
154
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00001552009-08-19: Version 1.3.5
156
157 Optimize initialization of some arrays in the builtins.
158
159 Fix mac-nm script to support filenames with spaces.
160
161 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
162
163 Changed typeof RegExp from 'object' to 'function' for compatibility.
164 Fixed bug where regexps were not callable across contexts.
165
166 Added context independent script compilation to the API.
167
168 Added API call to get the stack trace for an exception.
169
170 Added API for getting object mirrors.
171
172 Make sure that SSE3 instructions are used whenever possible even when
173 running off a snapshot generated without using SSE3 instructions.
174
175 Tweaked the handling of the initial size and growth policy of the heap.
176
177 Added native code generation for RegExp to 64-bit version.
178
179 Added JavaScript debugger support to 64-bit version.
180
181
ager@chromium.orgadd848f2009-08-13 12:44:13 +00001822009-08-13: Version 1.3.4
183
184 Added a readline() command to the d8 shell.
185
186 Fixed bug in json parsing.
187
188 Added idle notification to the API and reduced memory on idle
189 notifications.
190
191
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00001922009-08-12: Version 1.3.3
193
194 Fix issue 417: incorrect %t placeholder expansion.
195
196 Add .gitignore file similar to Chromium's one.
197
198 Fix SConstruct file to build with new logging code for Android.
199
200 API: added function to find instance of template in prototype
201 chain. Inlined Object::IsInstanceOf.
202
203 Land change to notify valgrind when we modify code on x86.
204
205 Add api call to determine whether a string can be externalized.
206
207 Add a write() command to d8.
208
209
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +00002102009-08-05: Version 1.3.2
211
212 Started new compiler infrastructure for two-pass compilation using a
213 control flow graph constructed from the AST.
214
215 Profiler stack sampling for X64.
216
217 Safe handling of NaN to Posix platform-dependent time functions.
218
219 Added a new profiler control API to unify controlling various aspects
220 of profiling.
221
222 Fixed issue 392.
223
224
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00002252009-07-30: Version 1.3.1
226
227 Speed improvements to accessors and interceptors.
228
229 Added support for capturing stack information on custom errors.
230
231 Added support for morphing an object into a pixel array where its
232 indexed properties are stored in an external byte array. Values written
233 are always clamped to the 0..255 interval.
234
235 Profiler on x64 now handles C/C++ functions from shared libraries.
236
237 Changed the debugger to avoid stepping into function.call/apply if the
238 function is a built-in.
239
240 Initial implementation of constructor heap profile for JS objects.
241
242 More fine grained control of profiling aspects through the API.
243
244 Optimized the called as constructor check for API calls.
245
246
kasperl@chromium.orge959c182009-07-27 08:59:04 +00002472009-07-27: Version 1.3.0
248
249 Allowed RegExp objects to be called as functions (issue 132).
250
251 Fixed issue where global property cells would escape after
252 detaching the global object; see http://crbug.com/16276.
253
254 Added support for stepping into setters and getters in the
255 debugger.
256
257 Changed the debugger to avoid stopping in its own JavaScript code
258 and in the code of built-in functions.
259
260 Fixed issue 345 by avoiding duplicate escaping labels.
261
262 Fixed ARM code generator crash in short-circuited boolean
263 expressions and added regression tests.
264
265 Added an external allocation limit to avoid issues where small V8
266 objects would hold on to large amounts of external memory without
267 causing garbage collections.
268
269 Finished more of the inline caching stubs for x64 targets.
270
271
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +00002722009-07-13: Version 1.2.14
273
274 Added separate paged heap space for global property cells and
275 avoid updating the write barrier when storing into them.
276
277 Improved peep-hole optimization on ARM platforms by not emitting
278 unnecessary debug information.
279
280 Re-enabled ICs for loads and calls that skip a global object
281 during lookup through the prototype chain.
282
283 Allowed access through global proxies to use ICs.
284
285 Fixed issue 401.
286
287
kasperl@chromium.org68ac0092009-07-09 06:00:35 +00002882009-07-09: Version 1.2.13
289
290 Fixed issue 397, issue 398, and issue 399.
291
292 Added support for breakpoint groups.
293
294 Fixed bugs introduced with the new global object representation.
295
296 Fixed a few bugs in the ARM code generator.
297
298
kasperl@chromium.org86f77b72009-07-06 08:21:57 +00002992009-07-06: Version 1.2.12
300
301 Added stack traces collection to Error objects accessible through
302 the e.stack property.
303
304 Changed RegExp parser to use a recursive data structure instead of
305 stack-based recursion.
306
307 Optimized Date object construction and string concatenation.
308
309 Improved performance of div, mod, and mul on ARM platforms.
310
311
kasperl@chromium.org2abc4502009-07-02 07:00:29 +00003122009-07-02: Version 1.2.11
313
314 Improved performance on IA-32 and ARM.
315
316 Fixed profiler sampler implementation on Mac OS X.
317
318 Changed the representation of global objects to improve
319 performance of adding a lot of new properties.
320
321
ager@chromium.org3e875802009-06-29 08:26:34 +00003222009-06-29: Version 1.2.10
323
324 Improved debugger support.
325
326 Fixed bug in exception message reporting (issue 390).
327
328 Improved overall performance.
329
330
ager@chromium.org5aa501c2009-06-23 07:57:28 +00003312009-06-23: Version 1.2.9
332
333 Improved math performance on ARM.
334
335 Fixed profiler name-inference bug.
336
337 Fixed handling of shared libraries in the profiler tick processor
338 scripts.
339
340 Fixed handling of tests that time out in the test scripts.
341
342 Fixed compilation on MacOS X version 10.4.
343
344 Fixed two bugs in the regular expression engine.
345
346 Fixed a bug in the string type inference.
347
348 Fixed a bug in the handling of 'constant function' properties.
349
350 Improved overall performance.
351
352
ager@chromium.orgeadaf222009-06-16 09:43:10 +00003532009-06-16: Version 1.2.8
354
355 Optimized math on ARM platforms.
356
357 Fixed two crash bugs in the handling of getters and setters.
358
359 Improved the debugger support by adding scope chain information.
360
361 Improved the profiler support by compressing log data transmitted
362 to clients.
363
364 Improved overall performance.
365
366
ager@chromium.orge2902be2009-06-08 12:21:35 +00003672009-06-08: Version 1.2.7
368
369 Improved debugger and profiler support.
370
371 Reduced compilation time by improving the handling of deferred
372 code.
373
374 Optimized interceptor accesses where the property is on the object
375 on which the interceptors is attached.
376
377 Fixed compilation problem on GCC 4.4 by changing the stack
378 alignment to 16 bytes.
379
380 Fixed handle creation to follow stric aliasing rules.
381
382 Fixed compilation on FreeBSD.
383
384 Introduced API for forcing the deletion of a property ignoring
385 interceptors and attributes.
386
387
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +00003882009-05-29: Version 1.2.6
389
390 Added a histogram recording hit rates at different levels of the
391 compilation cache.
392
393 Added stack overflow check for the RegExp analysis phase. Previously a
394 very long regexp graph could overflow the stack with recursive calls.
395
396 Use a dynamic buffer when collecting log events in memory.
397
398 Added start/stop events to the profiler log.
399
400 Fixed infinite loop which could happen when setting a debug break while
401 executing a RegExp compiled to native code.
402
403 Fixed handling of lastIndexOf called with negative index (issue 351).
404
405 Fixed irregular crash in profiler test (issue 358).
406
407 Fixed compilation issues with some versions of gcc.
408
409
kasperl@chromium.org71affb52009-05-26 05:44:31 +00004102009-05-26: Version 1.2.5
411
412 Fixed bug in initial boundary check for Boyer-Moore text
413 search (issue 349).
414
415 Fixed compilation issues with MinGW and gcc 4.3+ and added support
416 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
417 Craig Schlenter.
418
419 Added a script cache to the debugger.
420
421 Optimized compilation performance by improving internal data
422 structures and avoiding expensive property load optimizations for
423 code that's infrequently executed.
424
425 Exposed the calling JavaScript context through the static API
426 function Context::GetCalling().
427
428
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +00004292009-05-18: Version 1.2.4
430
431 Improved performance of floating point number allocation for ARM
432 platforms.
433
434 Fixed crash when using the instanceof operator on functions with
435 number values in their prototype chain (issue 341).
436
437 Optimized virtual frame operations in the code generator to speed
438 up compilation time and allocated the frames in the zone.
439
440 Made the representation of virtual frames and jump targets in the
441 code generator much more compact.
442
443 Avoided linear search for non-locals in scope code when resolving
444 variables inside with and eval scopes.
445
446 Optimized lexical scanner by dealing with whitespace as part of
447 the token scanning instead of as a separate step before it.
448
449 Changed the scavenging collector so that promoted objects do not
450 reside in the old generation while their remembered set is being
451 swept for pointers into the young generation.
452
453 Fixed numeric overflow handling when compiling count operations.
454
455
ager@chromium.org9085a012009-05-11 19:22:57 +00004562009-05-11: Version 1.2.3
457
458 Fixed bug in reporting of out-of-memory situations.
459
460 Introduced hidden prototypes on certain builtin prototype objects
461 such as String.prototype to emulate JSC's behavior of restoring
462 the original function when deleting functions from those prototype
463 objects.
464
465 Fixed crash bug in the register allocator.
466
467
ager@chromium.org5ec48922009-05-05 07:25:34 +00004682009-05-04: Version 1.2.2
469
470 Fixed bug in array sorting for sparse arrays (issue 326).
471
472 Added support for adding a soname when building a shared library
473 on Linux (issue 151).
474
475 Fixed bug caused by morphing internal ASCII strings to external
476 two-byte strings. Slices over ASCII strings have to forward ASCII
477 checks to the underlying buffer string.
478
479 Allowed API call-as-function handlers to be called as
480 constructors.
481
482 Fixed a crash bug where an external string was disposed but a
483 slice of the external string survived as a symbol.
484
485
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004862009-04-27: Version 1.2.1
487
488 Added EcmaScript 5 JSON object.
489
490 Fix bug in preemption support on ARM.
491
492
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004932009-04-23: Version 1.2.0
494
495 Optimized floating-point operations on ARM.
496
497 Added a number of extensions to the debugger API.
498
499 Changed the enumeration order for unsigned integer keys to always
500 be numerical order.
501
502 Added a "read" extension to the shell sample.
503
504 Added support for Array.prototype.reduce and
505 Array.prototype.reduceRight.
506
507 Added an option to the SCons build to control Microsoft Visual C++
508 link-time code generation.
509
510 Fixed a number of bugs (in particular issue 315, issue 316,
511 issue 317 and issue 318).
512
513
kasperl@chromium.org2d18d102009-04-15 13:27:32 +00005142009-04-15: Version 1.1.10
515
516 Fixed crash bug that occurred when loading a const variable in the
517 presence of eval.
518
519 Allowed using with and eval in registered extensions in debug mode
520 by fixing bogus assert.
521
522 Fixed the source position for function returns to enable the
523 debugger to break there.
524
525
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +00005262009-04-14: Version 1.1.9
527
528 Made the stack traversal code in the profiler robust by avoiding
529 to look into the heap.
530
531 Added name inferencing for anonymous functions to facilitate
532 debugging and profiling.
533
534 Re-enabled stats timers in the developer shell (d8).
535
536 Fixed issue 303 by avoiding to shortcut cons-symbols.
537
538
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00005392009-04-11: Version 1.1.8
540
541 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
542
ager@chromium.org65dad4b2009-04-23 08:48:43 +0000543 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +0000544 the debugger (issue 269).
545
546 Fixed v8::Object::DeleteHiddenValue to not bail out when there
547 are no hidden properties.
548
ager@chromium.org65dad4b2009-04-23 08:48:43 +0000549 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +0000550 entries with deleted resources would lead to NPEs when looking
551 up in the symbol table.
552
553
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00005542009-04-07: Version 1.1.7
555
556 Added support for easily importing additional environment
557 variables into the SCons build.
558
559 Optimized strict equality checks.
560
561 Fixed crash in indexed setters on objects without a corresponding
562 getter (issue 298).
563
564 Re-enabled script compilation cache.
565
566
ager@chromium.org8682a592009-04-01 10:47:14 +00005672009-04-01: Version 1.1.6
568
569 Reverted an unsafe code generator change.
570
571
ager@chromium.org71daaf62009-04-01 07:22:49 +00005722009-04-01: Version 1.1.5
573
574 Fixed bug that caused function literals to not be optimized as
575 much as other functions.
576
577 Improved profiler support.
578
579 Fixed a crash bug in connection with debugger unloading.
580
581 Fixed a crash bug in the code generator caused by losing the
582 information that a frame element was copied.
583
584 Fixed an exception propagation bug that could cause non-null
585 return values when exceptions were thrown.
586
587
ager@chromium.org41826e72009-03-30 13:30:57 +00005882009-03-30: Version 1.1.4
589
590 Optimized String.prototype.match.
591
592 Improved the stack information in profiles.
593
594 Fixed bug in ARM port making it possible to compile the runtime
595 system for thumb mode again.
596
597 Implemented a number of optimizations in the code generator.
598
599 Fixed a number of memory leaks in tests.
600
601 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +0000602 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +0000603
604
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +00006052009-03-24: Version 1.1.3
606
607 Fixed assertion failures in compilation of loop conditions.
608
609 Removed STL dependency from developer shell (d8).
610
611 Added infrastructure for protecting the V8 heap from corruption
612 caused by memory modifications from the outside.
613
614
ager@chromium.orgbb29dc92009-03-24 13:25:23 +00006152009-03-24: Version 1.1.2
616
617 Improved frame merge code generated by the code generator.
618
619 Optimized String.prototype.replace.
620
621 Implemented __defineGetter__ and __defineSetter__ for properties
622 with integer keys on non-array objects.
623
624 Improved debugger and profiler support.
625
626 Fixed a number of portability issues to allow compilation for
627 smaller ARM devices.
628
629 Exposed object cloning through the API.
630
631 Implemented hidden properties. This is used to expose an identity
632 hash for objects through the API.
633
634 Implemented restarting of regular expressions if their input
635 string changes representation during preemption.
636
637 Fixed a code generator bug that could cause assignments in loops
638 to be ignored if using continue to break out of the loop (issue
639 284).
640
641
ager@chromium.org3a6061e2009-03-12 14:24:36 +00006422009-03-12: Version 1.1.1
643
644 Fixed an assertion in the new compiler to take stack overflow
645 exceptions into account.
646
647 Removed exception propagation code that could cause crashes.
648
649 Fixed minor bug in debugger line number computations.
650
651 8-byte align the C stack on Linux and Windows to speed up floating
652 point computations.
653
654
kasperl@chromium.org7be3c992009-03-12 07:19:55 +00006552009-03-12: Version 1.1.0
656
657 Improved code generation infrastructure by doing simple register
658 allocation and constant folding and propagation.
659
660 Optimized regular expression matching by avoiding to create
661 intermediate string arrays and by flattening nested array
662 representations of RegExp data.
663
664 Traverse a few stack frames when recording profiler samples to
665 include partial call graphs in the profiling output.
666
667 Added support for using OProfile to profile generated code.
668
669 Added remote debugging support to the D8 developer shell.
670
671 Optimized creation of nested literals like JSON objects.
672
673 Fixed a bug in garbage collecting unused maps and turned it on by
674 default (--collect-maps).
675
676 Added support for running tests under Valgrind.
677
678
kasperl@chromium.org061ef742009-02-27 12:16:20 +00006792009-02-27: Version 1.0.3
680
681 Optimized double-to-integer conversions in bit operations by using
682 SSE3 instructions if available.
683
684 Optimized initialization sequences that store to multiple
685 properties of the same object.
686
687 Changed the D8 debugger frontend to use JSON messages.
688
689 Force garbage collections when disposing contexts.
690
691 Align code objects at 32-byte boundaries.
692
693
ager@chromium.org381abbb2009-02-25 13:23:22 +00006942009-02-25: Version 1.0.2
695
696 Improved profiling support by performing simple call stack
697 sampling for ticks and by fixing a bug in the logging of code
698 addresses.
699
700 Fixed a number of debugger issues.
701
702 Optimized code that uses eval.
703
704 Fixed a couple of bugs in the regular expression engine.
705
706 Reduced the size of generated code for certain regular expressions.
707
708 Removed JSCRE completely.
709
710 Fixed issue where test could not be run if there was a dot in the
711 checkout path.
712
713
ager@chromium.org6f10e412009-02-13 10:11:16 +00007142009-02-13: Version 1.0.1
715
716 Fixed two crash-bugs in irregexp (issue 231 and 233).
717
718 Fixed a number of minor bugs (issue 87, 227 and 228).
719
720 Added support for morphing strings to external strings on demand
721 to avoid having to create copies in the embedding code.
722
723 Removed experimental support for external symbol callbacks.
724
725
iposva@chromium.org245aa852009-02-10 00:49:54 +00007262009-02-09: Version 1.0.0
727
728 Fixed crash-bug in the code generation for case independent 16 bit
729 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +0000730
iposva@chromium.org245aa852009-02-10 00:49:54 +0000731 Made shells more robust in the presence of string conversion
732 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +0000733
iposva@chromium.org245aa852009-02-10 00:49:54 +0000734 Fixed a potential infinite loop when attempting to resolve
735 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +0000736
iposva@chromium.org245aa852009-02-10 00:49:54 +0000737 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +0000738
iposva@chromium.org245aa852009-02-10 00:49:54 +0000739 Reduced binary by stripping unneeded text from JavaScript library and
740 minifying some JavaScript files.
741
742
ager@chromium.orgddb913d2009-01-27 10:01:48 +00007432009-01-27: Version 0.4.9
744
745 Enabled new regular expression engine.
746
747 Made a number of changes to the debugger protocol.
748
749 Fixed a number of bugs in the preemption support.
750
751 Added -p option to the developer shell to run files in parallel
752 using preemption.
753
754 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
755 193, 198 and 201).
756
757 Fixed a number of bugs in the serialization/deserialization
758 support for the ARM platform.
759
760
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00007612009-01-19: Version 0.4.8.1
762
763 Minor patch to debugger support.
764
765
ager@chromium.org32912102009-01-16 10:38:43 +00007662009-01-16: Version 0.4.8
767
768 Fixed string length bug on ARM (issue 171).
769
770 Made most methods in the API const.
771
772 Optimized object literals by improving data locality.
773
774 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +0000775 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +0000776
777 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +0000778 eval to behave incorrectly when using accessors (issues 186, 190
779 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +0000780
781
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00007822009-01-06: Version 0.4.7
783
ager@chromium.org32912102009-01-16 10:38:43 +0000784 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +0000785
ager@chromium.org32912102009-01-16 10:38:43 +0000786 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +0000787
ager@chromium.org32912102009-01-16 10:38:43 +0000788 Fixed subtle bug that caused the wrong 'this' to be used when
789 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +0000790
ager@chromium.org32912102009-01-16 10:38:43 +0000791 Inline array loads within loops directly in the code instead of
792 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +0000793
ager@chromium.org32912102009-01-16 10:38:43 +0000794
ager@chromium.org8bb60582008-12-11 12:02:20 +00007952008-12-11: Version 0.4.6
796
797 Fixed exception reporting bug where certain exceptions were
798 incorrectly reported as uncaught.
799
800 Improved the memory allocation strategy used during compilation to
801 make running out of memory when compiling huge scripts less
802 likely.
803
804 Optimized String.replace by avoiding the construction of certain
805 sub strings.
806
807 Fixed bug in code generation for large switch statements on ARM.
808
809 Fixed bug that caused V8 to change the global object template
810 passed in by the user.
811
812 Changed the API for creating object groups used during garbage
813 collection. Entire object groups are now passed to V8 instead of
814 individual members of the groups.
815
ager@chromium.org32912102009-01-16 10:38:43 +0000816
ager@chromium.orga74f0da2008-12-03 16:05:52 +00008172008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +0000818
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000819 Added experimental API support for allocating V8 symbols as
820 external strings.
821
822 Fixed bugs in debugging support on ARM.
823
824 Changed eval implementation to correctly detect whether or not a
825 call to eval is aliased.
826
827 Fixed bug caused by a combination of the compilation cache and
828 dictionary probing in native code. The bug caused us to sometimes
829 call functions that had not yet been compiled.
830
831 Added platform support for FreeBSD.
832
833 Added support for building V8 on Windows with either the shared or
834 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +0000835
iposva@chromium.org96f667e2008-11-26 23:48:02 +0000836 Added the v8::jscre namespace around the jscre functions to avoid
837 link errors (duplicate symbols) when building Google Chrome.
838
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000839 Added support for calling a JavaScript function with the current
840 debugger execution context as its argument to the debugger
841 interface.
842
843 Changed the type of names of counters from wchar_t to char.
844
845 Changed the Windows system call used to compute daylight savings
846 time. The system call that we used to use became four times
847 slower on WinXP SP3.
848
849 Added support in the d8 developer shell for memory-mapped counters
850 and added a stats-viewer tool.
851
852 Fixed bug in upper/lower case mappings (issue 149).
853
iposva@chromium.org96f667e2008-11-26 23:48:02 +0000854
ager@chromium.org3bf7b912008-11-17 09:09:45 +00008552008-11-17: Version 0.4.4
856
857 Reduced code size by using shorter instruction encoding when
858 possible.
859
860 Added a --help option to the shell sample and to the d8 shell.
861
862 Added visual studio project files for building the ARM simulator.
863
864 Fixed a number of ARM simulator issues.
865
866 Fixed bug in out-of-memory handling on ARM.
867
868 Implemented shell support for passing arguments to a script from
869 the command line.
870
871 Fixed bug in date code that made certain date functions return -0
872 instead of 0 for dates before the epoch.
873
874 Restricted applications of eval so it can only be used in the
875 context of the associated global object.
876
877 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +0000878
879
ager@chromium.org870a0b62008-11-04 11:43:05 +00008802008-11-04: Version 0.4.3
881
882 Added support for API accessors that prohibit overwriting by
883 accessors defined in JavaScript code by using __defineGetter__ and
884 __defineSetter__.
885
886 Improved handling of conditionals in test status files.
887
888 Introduced access control in propertyIsEnumerable.
889
890 Improved performance of some string operations by caching
891 information about the type of the string between operations.
892
893 Fixed bug in fast-case code for switch statements that only have
894 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +0000895
ager@chromium.org870a0b62008-11-04 11:43:05 +0000896
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +00008972008-10-30: Version 0.4.2
898
899 Improved performance of Array.prototype.concat by moving the
900 implementation to C++ (issue 123).
901
902 Fixed heap growth policy to avoid growing old space to its maximum
903 capacity before doing a garbage collection and fixed issue that
904 would lead to artificial out of memory situations (issue 129).
905
906 Fixed Date.prototype.toLocaleDateString to return the date in the
907 same format as WebKit.
908
909 Added missing initialization checks to debugger API.
910
911 Added removing of unused maps during GC.
912
913
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +00009142008-10-28: Version 0.4.1
915
916 Added caching of RegExp data in compilation cache.
917
918 Added Visual Studio project file for d8 shell.
919
920 Fixed function call performance regression introduced in version
921 0.4.0 when splitting the global object in two parts (issue 120).
922
923 Fixed issue 131 by checking for empty handles before throwing and
924 reporting exceptions.
925
926
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00009272008-10-23: Version 0.4.0
928
929 Split the global object into two parts: The state holding global
930 object and the global object proxy.
931
932 Fixed bug that affected the value of an assignment to an element
933 in certain cases (issue 116).
934
935 Added GetPropertyNames functionality (issue 33) and extra Date
936 functions (issue 77) to the API.
937
938 Changed WeakReferenceCallback to take a Persistent<Value> instead
939 of a Persistent<Object> (issue 101).
940
941 Fixed issues with message reporting for exceptions in try-finally
942 blocks (issues 73 and 75).
943
ager@chromium.org32912102009-01-16 10:38:43 +0000944 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +0000945
946 Improved Boyer-Moore implementation for faster indexOf operations.
947
948 Added development shell (d8) which includes counters and
949 completion support.
950
951 Fixed problem with the receiver passed to functions called from
952 eval (issue 124).
953
954
ager@chromium.org7c537e22008-10-16 08:43:32 +00009552008-10-16: Version 0.3.5
956
957 Improved string hash-code distribution by excluding bit-field bits
958 from the hash-code.
959
960 Changed string search algorithm used in indexOf from KMP to
961 Boyer-Moore.
962
963 Improved the generated code for the instanceof operator.
964
965 Improved performance of slow-case string equality checks by
966 specializing the code based on the string representation.
967
968 Improve the handling of out-of-memory situations (issue 70).
969
970 Improved performance of strict equality checks.
971
972 Improved profiler output to make it easier to see anonymous
973 functions.
974
975 Improved performance of slow-case keyed loads.
976
977 Improved property access performance by allocating a number of
978 properties in the front object.
979
980 Changed the toString behavior on the built-in object constructors
981 to print [native code] instead of the actual source. Some web
982 applications do not like constructors with complex toString
983 results.
ager@chromium.org32912102009-01-16 10:38:43 +0000984
ager@chromium.org7c537e22008-10-16 08:43:32 +0000985
kasperl@chromium.org41044eb2008-10-06 08:24:46 +00009862008-10-06: Version 0.3.4
987
988 Changed Array.prototype.sort to use quick sort.
989
990 Fixed code generation issue where leaving a finally block with
991 break or continue would accumulate elements on the expression
992 stack (issue 86).
993
994 Made sure that the name accessor on functions returns the expected
995 names for builtin JavaScript functions and C++ callback functions.
996
997 Added fast case code for extending the property storage array of
998 JavaScript objects.
999
1000 Ported switch statement optimizations introduced in version 0.3.3
1001 to the ARM code generator.
1002
1003 Allowed GCC to use strict-aliasing rules when compiling.
1004
1005 Improved performance of arguments object allocation by taking care
1006 of arguments adaptor frames in the generated code.
1007
1008 Updated the V8 benchmark suite to version 2.
1009
1010
ager@chromium.org236ad962008-09-25 09:45:57 +000010112008-09-25: Version 0.3.3
1012
1013 Improved handling of relocation information to enable more
1014 peep-hole optimizations.
1015
1016 Optimized switch statements where all labels are constant small
1017 integers.
1018
1019 Optimized String.prototype.indexOf for common cases.
1020
1021 Fixed more build issues (issue 80).
1022
1023 Fixed a couple of profiler issues.
1024
1025 Fixed bug where the body of a function created using the Function
1026 constructor was not allowed to end with a single-line comment
1027 (issue 85).
1028
1029 Improved handling of object literals by canonicalizing object
1030 literal maps. This will allow JSON objects with the same set of
1031 properties to share the same map making inline caching work better
1032 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00001033
ager@chromium.org236ad962008-09-25 09:45:57 +00001034
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000010352008-09-17: Version 0.3.2
1036
1037 Generalized the EvalCache into a CompilationCache and enabled it
1038 for scripts too. The current strategy is to retire all entries
1039 whenever a mark-sweep collection is started.
1040
1041 Fixed bug where switch statements containing only a default case
1042 would lead to an unbalanced stack (issue 69).
1043
1044 Fixed bug that made access to the function in a named function
1045 expression impossible in certain situations (issue 24).
1046
1047 Fixed even more build issues.
1048
1049 Optimized calling conventions on ARM. The conventions on ARM and
1050 IA-32 now match.
1051
1052 Removed static initializers for flags and counters.
1053
1054 Improved inline caching behavior for uncommon cases where lazily
1055 loading Date and RegExp code could force certain code paths go
1056 megamorphic.
1057
1058 Removed arguments adaption for builtins written in C++. This
1059 makes Array.prototype.push and Array.prototype.pop slightly
1060 faster.
1061
1062
ager@chromium.org9258b6b2008-09-11 09:11:10 +000010632008-09-11: Version 0.3.1
1064
1065 Fixed a number of build issues.
1066
1067 Fixed problem with missing I-cache flusing on ARM.
1068
1069 Changed space layout in memory management by splitting up
1070 code space into old data space and code space.
1071
1072 Added utf-8 conversion support to the API (issue 57).
1073
1074 Optimized repeated calls to eval with the same strings. These
1075 repeated calls are common in web applications.
1076
1077 Added Xcode project file.
1078
1079 Optimized a couple of Array operation.
1080
1081 Fixed parser bug by checking for end-of-string when parsing break
1082 and continue (issue 35).
1083
1084 Fixed problem where asian characters were not categorized as
1085 letters.
1086
1087 Fixed bug that disallowed calling functions fetched from an array
1088 using a string as an array index (issue 32).
1089
1090 Fixed bug where the internal field count on object templates were
1091 sometimes ignored (issue 54).
1092
1093 Added -f option to the shell sample for compatibility with other
1094 engines (issue 18).
1095
1096 Added source info to TryCatches in the API.
1097
1098 Fixed problem where the seed for the random number generator was
1099 clipped in a double to unsigned int conversion.
1100
1101 Fixed bug where cons string symbols were sometimes converted to
1102 non-symbol flat strings during GC.
1103
1104 Fixed bug in error reporting when attempting to convert null to an
1105 object.
ager@chromium.org32912102009-01-16 10:38:43 +00001106
1107
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000011082008-09-04: Version 0.3.0
1109
1110 Added support for running tests on the ARM simulator.
1111
1112 Fixed bug in the 'in' operator where negative indices were not
1113 treated correctly.
1114
1115 Fixed build issues on gcc-4.3.1.
1116
1117 Changed Date.prototype.toLocaleTimeString to not print the
1118 timezone part of the time.
1119
1120 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
1121 with user code.
1122
1123
v8.team.kasperl727e9952008-09-02 14:56:44 +000011242008-09-02: Version 0.2.5
1125
1126 Renamed the top level directory 'public' to 'include'.
1127
1128 Added 'env' option to the SCons build scripts to support
1129 overriding the ENV part of the build environment. This is mostly
1130 to support Windows builds in cases where SCons cannot find the
1131 correct paths to the Windows SDK, as these paths cannot be passed
1132 through shell environment variables.
1133
1134 Enabled "Buffer Security Check" on for the Windows SCons build and
1135 added the linker option /OPT:ICF as an optimization.
1136
1137 Added the V8 benchmark suite to the repository.
1138
1139
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000011402008-09-01: Version 0.2.4
1141
1142 Included mjsunit JavaScript test suite and C++ unit tests.
1143
1144 Changed the shell sample to not print the result of executing a
1145 script provided on the command line.
1146
1147 Fixed issue when building samples on Windows using a shared V8
1148 library. Added visibility option on Linux build which makes the
1149 generated library 18% smaller.
1150
1151 Changed build system to accept multiple build modes in one build
1152 and generate separate objects, libraries and executables for each
1153 mode.
1154
1155 Removed deferred negation optimization (a * -b => -(a * b)) since
1156 this visibly changes operand conversion order.
1157
1158 Improved parsing performance by introducing stack guard in
1159 preparsing. Without a stack guard preparsing always bails out
1160 with stack overflow.
1161
1162 Changed shell sample to take flags directly from the command-line.
1163 Added API call that implements this.
1164
1165 Added load, quit and version functions to the shell sample so it's
1166 easier to run benchmarks and tests.
1167
1168 Fixed issue with building samples and cctests on 64-bit machines.
1169
1170 Fixed bug in the runtime system where the prototype chain was not
1171 always searched for a setter when setting a property that does not
1172 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00001173
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00001174
mads.s.agercbaa0602008-08-14 13:41:48 +000011752008-08-14: Version 0.2.3
1176
1177 Improved performance of garbage collection by moving the
1178 function that updates pointers during compacting collection
1179 into the updating visitor. This gives the compiler a better
1180 chance to inline and avoid a function call per (potential)
1181 pointer.
1182
1183 Extended the shell sample with a --runtime-flags option.
1184
1185 Added Visual Studio project files for the shell.cc and
1186 process.cc samples.
1187
1188
11892008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00001190
1191 Improved performance of garbage collection by changing the way
1192 we use the marking stack in the event of stack overflow during
1193 full garbage collection and by changing the way we mark roots.
1194
1195 Cleaned up ARM version by removing top of stack caching and by
1196 introducing push/pop elimination.
1197
1198 Cleaned up the way runtime functions are called to allow
1199 runtime calls with no arguments.
1200
1201 Changed Windows build options to make sure that exceptions are
1202 disabled and that optimization flags are enabled.
1203
1204 Added first version of Visual Studio project files.
1205
1206
mads.s.agercbaa0602008-08-14 13:41:48 +000012072008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00001208
1209 Improved performance of unary addition by avoiding runtime calls.
1210
1211 Fixed the handling of '>' and '<=' to use right-to-left conversion
1212 and left-to-right evaluation as specified by ECMA-262.
1213
1214 Fixed a branch elimination bug on the ARM platform where incorrect
1215 code was generated because of overly aggressive branch
1216 elimination.
1217
1218 Improved performance of code that repeatedly assigns the same
1219 function to the same property of different objects with the same
1220 map.
1221
1222 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
1223 no longer expects DEBUG to be defined.
1224
1225 Added platform-nullos.cc to serve as the basis for new platform
1226 implementations.
1227
mads.s.ager31e71382008-08-13 09:32:07 +00001228
mads.s.agercbaa0602008-08-14 13:41:48 +000012292008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00001230
1231 Changed all text files to have native svn:eol-style.
1232
1233 Added a few samples and support for building them. The samples
1234 include a simple shell that can be used to benchmark and test V8.
1235
1236 Changed V8::GetVersion to return the version as a string.
1237
1238 Added source for lazily loaded scripts to snapshots and made
1239 serialization non-destructive.
1240
1241 Improved ARM support by fixing the write barrier code to use
1242 aligned loads and stores and by removing premature locals
1243 optimization that relied on broken support for callee-saved
1244 registers (removed).
1245
1246 Refactored the code for marking live objects during garbage
1247 collection and the code for allocating objects in paged
1248 spaces. Introduced an abstraction for the map word of a heap-
1249 allocated object and changed the memory allocator to allocate
1250 executable memory only for spaces that may contain code objects.
1251
1252 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
1253 they can be used by debugging and logging modules. Added
1254 thread-safe message queues for dealing with debugger events.
1255
1256 Fixed the source code reported by toString for certain builtin
1257 empty functions and made sure that the prototype property of a
1258 function is enumerable.
1259
1260 Improved performance of converting values to condition flags in
1261 generated code.
1262
1263 Merged disassembler-{arch} files.
1264
1265
mads.s.agercbaa0602008-08-14 13:41:48 +000012662008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00001267
1268 Added support for storing JavaScript stack traces in a stack
1269 allocated buffer to make it visible in shallow core dumps.
1270 Controlled by the --preallocate-message-memory flag which is
1271 disabled by default.
1272
1273
mads.s.agercbaa0602008-08-14 13:41:48 +000012742008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00001275
1276 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
1277 map transitions would count as properties.
1278
1279 Allowed aliased eval invocations by treating them as evals in the
1280 global context. This may change in the future.
1281
1282 Added support for accessing the last entered context through the
1283 API and renamed Context::Current to Context::GetCurrent and
1284 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
1285
1286 Fixed bug in the debugger that would cause the debugger scripts to
1287 be recursively loaded and changed all disabling of interrupts to
1288 be block-structured.
1289
1290 Made snapshot data read-only to allow it to be more easily shared
1291 across multiple users of V8 when linked as a shared library.
1292
1293
mads.s.agercbaa0602008-08-14 13:41:48 +000012942008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00001295
1296 Fixed building on Mac OS X by recognizing i386 and friends as
1297 IA-32 platforms.
1298
1299 Added propagation of stack overflow exceptions that occur while
1300 compiling nested functions.
1301
1302 Improved debugger with support for recursive break points and
1303 handling of exceptions that occur in the debugger JavaScript code.
1304
1305 Renamed GetInternal to GetInternalField and SetInternal to
1306 SetInternalField in the API and moved InternalFieldCount and
1307 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
1308
1309
mads.s.agercbaa0602008-08-14 13:41:48 +000013102008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00001311
1312 Fixed bug in stack overflow check code for IA-32 targets where a
1313 non-tagged value in register eax was pushed to the stack.
1314
1315 Fixed potential quadratic behavior when converting strings to
1316 numbers.
1317
1318 Fixed bug where the return value from Object::SetProperty could
1319 end up being the property holder instead of the written value.
1320
1321 Improved debugger support by allowing nested break points and by
1322 dealing with stack-overflows when compiling functions before
1323 setting break points in them.
1324
1325
mads.s.agercbaa0602008-08-14 13:41:48 +000013262008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00001327
kasper.lundbd3ec4e2008-07-09 11:06:54 +00001328 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00001329