blob: 3df6885a213ae24bae29a39d96a50423ea1cdd74 [file] [log] [blame]
ager@chromium.orge2902be2009-06-08 12:21:35 +000012009-06-08: Version 1.2.7
2
3 Improved debugger and profiler support.
4
5 Reduced compilation time by improving the handling of deferred
6 code.
7
8 Optimized interceptor accesses where the property is on the object
9 on which the interceptors is attached.
10
11 Fixed compilation problem on GCC 4.4 by changing the stack
12 alignment to 16 bytes.
13
14 Fixed handle creation to follow stric aliasing rules.
15
16 Fixed compilation on FreeBSD.
17
18 Introduced API for forcing the deletion of a property ignoring
19 interceptors and attributes.
20
21
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +0000222009-05-29: Version 1.2.6
23
24 Added a histogram recording hit rates at different levels of the
25 compilation cache.
26
27 Added stack overflow check for the RegExp analysis phase. Previously a
28 very long regexp graph could overflow the stack with recursive calls.
29
30 Use a dynamic buffer when collecting log events in memory.
31
32 Added start/stop events to the profiler log.
33
34 Fixed infinite loop which could happen when setting a debug break while
35 executing a RegExp compiled to native code.
36
37 Fixed handling of lastIndexOf called with negative index (issue 351).
38
39 Fixed irregular crash in profiler test (issue 358).
40
41 Fixed compilation issues with some versions of gcc.
42
43
kasperl@chromium.org71affb52009-05-26 05:44:31 +0000442009-05-26: Version 1.2.5
45
46 Fixed bug in initial boundary check for Boyer-Moore text
47 search (issue 349).
48
49 Fixed compilation issues with MinGW and gcc 4.3+ and added support
50 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
51 Craig Schlenter.
52
53 Added a script cache to the debugger.
54
55 Optimized compilation performance by improving internal data
56 structures and avoiding expensive property load optimizations for
57 code that's infrequently executed.
58
59 Exposed the calling JavaScript context through the static API
60 function Context::GetCalling().
61
62
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +0000632009-05-18: Version 1.2.4
64
65 Improved performance of floating point number allocation for ARM
66 platforms.
67
68 Fixed crash when using the instanceof operator on functions with
69 number values in their prototype chain (issue 341).
70
71 Optimized virtual frame operations in the code generator to speed
72 up compilation time and allocated the frames in the zone.
73
74 Made the representation of virtual frames and jump targets in the
75 code generator much more compact.
76
77 Avoided linear search for non-locals in scope code when resolving
78 variables inside with and eval scopes.
79
80 Optimized lexical scanner by dealing with whitespace as part of
81 the token scanning instead of as a separate step before it.
82
83 Changed the scavenging collector so that promoted objects do not
84 reside in the old generation while their remembered set is being
85 swept for pointers into the young generation.
86
87 Fixed numeric overflow handling when compiling count operations.
88
89
ager@chromium.org9085a012009-05-11 19:22:57 +0000902009-05-11: Version 1.2.3
91
92 Fixed bug in reporting of out-of-memory situations.
93
94 Introduced hidden prototypes on certain builtin prototype objects
95 such as String.prototype to emulate JSC's behavior of restoring
96 the original function when deleting functions from those prototype
97 objects.
98
99 Fixed crash bug in the register allocator.
100
101
ager@chromium.org5ec48922009-05-05 07:25:34 +00001022009-05-04: Version 1.2.2
103
104 Fixed bug in array sorting for sparse arrays (issue 326).
105
106 Added support for adding a soname when building a shared library
107 on Linux (issue 151).
108
109 Fixed bug caused by morphing internal ASCII strings to external
110 two-byte strings. Slices over ASCII strings have to forward ASCII
111 checks to the underlying buffer string.
112
113 Allowed API call-as-function handlers to be called as
114 constructors.
115
116 Fixed a crash bug where an external string was disposed but a
117 slice of the external string survived as a symbol.
118
119
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00001202009-04-27: Version 1.2.1
121
122 Added EcmaScript 5 JSON object.
123
124 Fix bug in preemption support on ARM.
125
126
ager@chromium.org65dad4b2009-04-23 08:48:43 +00001272009-04-23: Version 1.2.0
128
129 Optimized floating-point operations on ARM.
130
131 Added a number of extensions to the debugger API.
132
133 Changed the enumeration order for unsigned integer keys to always
134 be numerical order.
135
136 Added a "read" extension to the shell sample.
137
138 Added support for Array.prototype.reduce and
139 Array.prototype.reduceRight.
140
141 Added an option to the SCons build to control Microsoft Visual C++
142 link-time code generation.
143
144 Fixed a number of bugs (in particular issue 315, issue 316,
145 issue 317 and issue 318).
146
147
kasperl@chromium.org2d18d102009-04-15 13:27:32 +00001482009-04-15: Version 1.1.10
149
150 Fixed crash bug that occurred when loading a const variable in the
151 presence of eval.
152
153 Allowed using with and eval in registered extensions in debug mode
154 by fixing bogus assert.
155
156 Fixed the source position for function returns to enable the
157 debugger to break there.
158
159
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +00001602009-04-14: Version 1.1.9
161
162 Made the stack traversal code in the profiler robust by avoiding
163 to look into the heap.
164
165 Added name inferencing for anonymous functions to facilitate
166 debugging and profiling.
167
168 Re-enabled stats timers in the developer shell (d8).
169
170 Fixed issue 303 by avoiding to shortcut cons-symbols.
171
172
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00001732009-04-11: Version 1.1.8
174
175 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
176
ager@chromium.org65dad4b2009-04-23 08:48:43 +0000177 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +0000178 the debugger (issue 269).
179
180 Fixed v8::Object::DeleteHiddenValue to not bail out when there
181 are no hidden properties.
182
ager@chromium.org65dad4b2009-04-23 08:48:43 +0000183 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +0000184 entries with deleted resources would lead to NPEs when looking
185 up in the symbol table.
186
187
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00001882009-04-07: Version 1.1.7
189
190 Added support for easily importing additional environment
191 variables into the SCons build.
192
193 Optimized strict equality checks.
194
195 Fixed crash in indexed setters on objects without a corresponding
196 getter (issue 298).
197
198 Re-enabled script compilation cache.
199
200
ager@chromium.org8682a592009-04-01 10:47:14 +00002012009-04-01: Version 1.1.6
202
203 Reverted an unsafe code generator change.
204
205
ager@chromium.org71daaf62009-04-01 07:22:49 +00002062009-04-01: Version 1.1.5
207
208 Fixed bug that caused function literals to not be optimized as
209 much as other functions.
210
211 Improved profiler support.
212
213 Fixed a crash bug in connection with debugger unloading.
214
215 Fixed a crash bug in the code generator caused by losing the
216 information that a frame element was copied.
217
218 Fixed an exception propagation bug that could cause non-null
219 return values when exceptions were thrown.
220
221
ager@chromium.org41826e72009-03-30 13:30:57 +00002222009-03-30: Version 1.1.4
223
224 Optimized String.prototype.match.
225
226 Improved the stack information in profiles.
227
228 Fixed bug in ARM port making it possible to compile the runtime
229 system for thumb mode again.
230
231 Implemented a number of optimizations in the code generator.
232
233 Fixed a number of memory leaks in tests.
234
235 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +0000236 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +0000237
238
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +00002392009-03-24: Version 1.1.3
240
241 Fixed assertion failures in compilation of loop conditions.
242
243 Removed STL dependency from developer shell (d8).
244
245 Added infrastructure for protecting the V8 heap from corruption
246 caused by memory modifications from the outside.
247
248
ager@chromium.orgbb29dc92009-03-24 13:25:23 +00002492009-03-24: Version 1.1.2
250
251 Improved frame merge code generated by the code generator.
252
253 Optimized String.prototype.replace.
254
255 Implemented __defineGetter__ and __defineSetter__ for properties
256 with integer keys on non-array objects.
257
258 Improved debugger and profiler support.
259
260 Fixed a number of portability issues to allow compilation for
261 smaller ARM devices.
262
263 Exposed object cloning through the API.
264
265 Implemented hidden properties. This is used to expose an identity
266 hash for objects through the API.
267
268 Implemented restarting of regular expressions if their input
269 string changes representation during preemption.
270
271 Fixed a code generator bug that could cause assignments in loops
272 to be ignored if using continue to break out of the loop (issue
273 284).
274
275
ager@chromium.org3a6061e2009-03-12 14:24:36 +00002762009-03-12: Version 1.1.1
277
278 Fixed an assertion in the new compiler to take stack overflow
279 exceptions into account.
280
281 Removed exception propagation code that could cause crashes.
282
283 Fixed minor bug in debugger line number computations.
284
285 8-byte align the C stack on Linux and Windows to speed up floating
286 point computations.
287
288
kasperl@chromium.org7be3c992009-03-12 07:19:55 +00002892009-03-12: Version 1.1.0
290
291 Improved code generation infrastructure by doing simple register
292 allocation and constant folding and propagation.
293
294 Optimized regular expression matching by avoiding to create
295 intermediate string arrays and by flattening nested array
296 representations of RegExp data.
297
298 Traverse a few stack frames when recording profiler samples to
299 include partial call graphs in the profiling output.
300
301 Added support for using OProfile to profile generated code.
302
303 Added remote debugging support to the D8 developer shell.
304
305 Optimized creation of nested literals like JSON objects.
306
307 Fixed a bug in garbage collecting unused maps and turned it on by
308 default (--collect-maps).
309
310 Added support for running tests under Valgrind.
311
312
kasperl@chromium.org061ef742009-02-27 12:16:20 +00003132009-02-27: Version 1.0.3
314
315 Optimized double-to-integer conversions in bit operations by using
316 SSE3 instructions if available.
317
318 Optimized initialization sequences that store to multiple
319 properties of the same object.
320
321 Changed the D8 debugger frontend to use JSON messages.
322
323 Force garbage collections when disposing contexts.
324
325 Align code objects at 32-byte boundaries.
326
327
ager@chromium.org381abbb2009-02-25 13:23:22 +00003282009-02-25: Version 1.0.2
329
330 Improved profiling support by performing simple call stack
331 sampling for ticks and by fixing a bug in the logging of code
332 addresses.
333
334 Fixed a number of debugger issues.
335
336 Optimized code that uses eval.
337
338 Fixed a couple of bugs in the regular expression engine.
339
340 Reduced the size of generated code for certain regular expressions.
341
342 Removed JSCRE completely.
343
344 Fixed issue where test could not be run if there was a dot in the
345 checkout path.
346
347
ager@chromium.org6f10e412009-02-13 10:11:16 +00003482009-02-13: Version 1.0.1
349
350 Fixed two crash-bugs in irregexp (issue 231 and 233).
351
352 Fixed a number of minor bugs (issue 87, 227 and 228).
353
354 Added support for morphing strings to external strings on demand
355 to avoid having to create copies in the embedding code.
356
357 Removed experimental support for external symbol callbacks.
358
359
iposva@chromium.org245aa852009-02-10 00:49:54 +00003602009-02-09: Version 1.0.0
361
362 Fixed crash-bug in the code generation for case independent 16 bit
363 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +0000364
iposva@chromium.org245aa852009-02-10 00:49:54 +0000365 Made shells more robust in the presence of string conversion
366 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +0000367
iposva@chromium.org245aa852009-02-10 00:49:54 +0000368 Fixed a potential infinite loop when attempting to resolve
369 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +0000370
iposva@chromium.org245aa852009-02-10 00:49:54 +0000371 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +0000372
iposva@chromium.org245aa852009-02-10 00:49:54 +0000373 Reduced binary by stripping unneeded text from JavaScript library and
374 minifying some JavaScript files.
375
376
ager@chromium.orgddb913d2009-01-27 10:01:48 +00003772009-01-27: Version 0.4.9
378
379 Enabled new regular expression engine.
380
381 Made a number of changes to the debugger protocol.
382
383 Fixed a number of bugs in the preemption support.
384
385 Added -p option to the developer shell to run files in parallel
386 using preemption.
387
388 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
389 193, 198 and 201).
390
391 Fixed a number of bugs in the serialization/deserialization
392 support for the ARM platform.
393
394
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00003952009-01-19: Version 0.4.8.1
396
397 Minor patch to debugger support.
398
399
ager@chromium.org32912102009-01-16 10:38:43 +00004002009-01-16: Version 0.4.8
401
402 Fixed string length bug on ARM (issue 171).
403
404 Made most methods in the API const.
405
406 Optimized object literals by improving data locality.
407
408 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +0000409 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +0000410
411 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +0000412 eval to behave incorrectly when using accessors (issues 186, 190
413 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +0000414
415
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004162009-01-06: Version 0.4.7
417
ager@chromium.org32912102009-01-16 10:38:43 +0000418 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +0000419
ager@chromium.org32912102009-01-16 10:38:43 +0000420 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +0000421
ager@chromium.org32912102009-01-16 10:38:43 +0000422 Fixed subtle bug that caused the wrong 'this' to be used when
423 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +0000424
ager@chromium.org32912102009-01-16 10:38:43 +0000425 Inline array loads within loops directly in the code instead of
426 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +0000427
ager@chromium.org32912102009-01-16 10:38:43 +0000428
ager@chromium.org8bb60582008-12-11 12:02:20 +00004292008-12-11: Version 0.4.6
430
431 Fixed exception reporting bug where certain exceptions were
432 incorrectly reported as uncaught.
433
434 Improved the memory allocation strategy used during compilation to
435 make running out of memory when compiling huge scripts less
436 likely.
437
438 Optimized String.replace by avoiding the construction of certain
439 sub strings.
440
441 Fixed bug in code generation for large switch statements on ARM.
442
443 Fixed bug that caused V8 to change the global object template
444 passed in by the user.
445
446 Changed the API for creating object groups used during garbage
447 collection. Entire object groups are now passed to V8 instead of
448 individual members of the groups.
449
ager@chromium.org32912102009-01-16 10:38:43 +0000450
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004512008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +0000452
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000453 Added experimental API support for allocating V8 symbols as
454 external strings.
455
456 Fixed bugs in debugging support on ARM.
457
458 Changed eval implementation to correctly detect whether or not a
459 call to eval is aliased.
460
461 Fixed bug caused by a combination of the compilation cache and
462 dictionary probing in native code. The bug caused us to sometimes
463 call functions that had not yet been compiled.
464
465 Added platform support for FreeBSD.
466
467 Added support for building V8 on Windows with either the shared or
468 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +0000469
iposva@chromium.org96f667e2008-11-26 23:48:02 +0000470 Added the v8::jscre namespace around the jscre functions to avoid
471 link errors (duplicate symbols) when building Google Chrome.
472
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000473 Added support for calling a JavaScript function with the current
474 debugger execution context as its argument to the debugger
475 interface.
476
477 Changed the type of names of counters from wchar_t to char.
478
479 Changed the Windows system call used to compute daylight savings
480 time. The system call that we used to use became four times
481 slower on WinXP SP3.
482
483 Added support in the d8 developer shell for memory-mapped counters
484 and added a stats-viewer tool.
485
486 Fixed bug in upper/lower case mappings (issue 149).
487
iposva@chromium.org96f667e2008-11-26 23:48:02 +0000488
ager@chromium.org3bf7b912008-11-17 09:09:45 +00004892008-11-17: Version 0.4.4
490
491 Reduced code size by using shorter instruction encoding when
492 possible.
493
494 Added a --help option to the shell sample and to the d8 shell.
495
496 Added visual studio project files for building the ARM simulator.
497
498 Fixed a number of ARM simulator issues.
499
500 Fixed bug in out-of-memory handling on ARM.
501
502 Implemented shell support for passing arguments to a script from
503 the command line.
504
505 Fixed bug in date code that made certain date functions return -0
506 instead of 0 for dates before the epoch.
507
508 Restricted applications of eval so it can only be used in the
509 context of the associated global object.
510
511 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +0000512
513
ager@chromium.org870a0b62008-11-04 11:43:05 +00005142008-11-04: Version 0.4.3
515
516 Added support for API accessors that prohibit overwriting by
517 accessors defined in JavaScript code by using __defineGetter__ and
518 __defineSetter__.
519
520 Improved handling of conditionals in test status files.
521
522 Introduced access control in propertyIsEnumerable.
523
524 Improved performance of some string operations by caching
525 information about the type of the string between operations.
526
527 Fixed bug in fast-case code for switch statements that only have
528 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +0000529
ager@chromium.org870a0b62008-11-04 11:43:05 +0000530
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +00005312008-10-30: Version 0.4.2
532
533 Improved performance of Array.prototype.concat by moving the
534 implementation to C++ (issue 123).
535
536 Fixed heap growth policy to avoid growing old space to its maximum
537 capacity before doing a garbage collection and fixed issue that
538 would lead to artificial out of memory situations (issue 129).
539
540 Fixed Date.prototype.toLocaleDateString to return the date in the
541 same format as WebKit.
542
543 Added missing initialization checks to debugger API.
544
545 Added removing of unused maps during GC.
546
547
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +00005482008-10-28: Version 0.4.1
549
550 Added caching of RegExp data in compilation cache.
551
552 Added Visual Studio project file for d8 shell.
553
554 Fixed function call performance regression introduced in version
555 0.4.0 when splitting the global object in two parts (issue 120).
556
557 Fixed issue 131 by checking for empty handles before throwing and
558 reporting exceptions.
559
560
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00005612008-10-23: Version 0.4.0
562
563 Split the global object into two parts: The state holding global
564 object and the global object proxy.
565
566 Fixed bug that affected the value of an assignment to an element
567 in certain cases (issue 116).
568
569 Added GetPropertyNames functionality (issue 33) and extra Date
570 functions (issue 77) to the API.
571
572 Changed WeakReferenceCallback to take a Persistent<Value> instead
573 of a Persistent<Object> (issue 101).
574
575 Fixed issues with message reporting for exceptions in try-finally
576 blocks (issues 73 and 75).
577
ager@chromium.org32912102009-01-16 10:38:43 +0000578 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +0000579
580 Improved Boyer-Moore implementation for faster indexOf operations.
581
582 Added development shell (d8) which includes counters and
583 completion support.
584
585 Fixed problem with the receiver passed to functions called from
586 eval (issue 124).
587
588
ager@chromium.org7c537e22008-10-16 08:43:32 +00005892008-10-16: Version 0.3.5
590
591 Improved string hash-code distribution by excluding bit-field bits
592 from the hash-code.
593
594 Changed string search algorithm used in indexOf from KMP to
595 Boyer-Moore.
596
597 Improved the generated code for the instanceof operator.
598
599 Improved performance of slow-case string equality checks by
600 specializing the code based on the string representation.
601
602 Improve the handling of out-of-memory situations (issue 70).
603
604 Improved performance of strict equality checks.
605
606 Improved profiler output to make it easier to see anonymous
607 functions.
608
609 Improved performance of slow-case keyed loads.
610
611 Improved property access performance by allocating a number of
612 properties in the front object.
613
614 Changed the toString behavior on the built-in object constructors
615 to print [native code] instead of the actual source. Some web
616 applications do not like constructors with complex toString
617 results.
ager@chromium.org32912102009-01-16 10:38:43 +0000618
ager@chromium.org7c537e22008-10-16 08:43:32 +0000619
kasperl@chromium.org41044eb2008-10-06 08:24:46 +00006202008-10-06: Version 0.3.4
621
622 Changed Array.prototype.sort to use quick sort.
623
624 Fixed code generation issue where leaving a finally block with
625 break or continue would accumulate elements on the expression
626 stack (issue 86).
627
628 Made sure that the name accessor on functions returns the expected
629 names for builtin JavaScript functions and C++ callback functions.
630
631 Added fast case code for extending the property storage array of
632 JavaScript objects.
633
634 Ported switch statement optimizations introduced in version 0.3.3
635 to the ARM code generator.
636
637 Allowed GCC to use strict-aliasing rules when compiling.
638
639 Improved performance of arguments object allocation by taking care
640 of arguments adaptor frames in the generated code.
641
642 Updated the V8 benchmark suite to version 2.
643
644
ager@chromium.org236ad962008-09-25 09:45:57 +00006452008-09-25: Version 0.3.3
646
647 Improved handling of relocation information to enable more
648 peep-hole optimizations.
649
650 Optimized switch statements where all labels are constant small
651 integers.
652
653 Optimized String.prototype.indexOf for common cases.
654
655 Fixed more build issues (issue 80).
656
657 Fixed a couple of profiler issues.
658
659 Fixed bug where the body of a function created using the Function
660 constructor was not allowed to end with a single-line comment
661 (issue 85).
662
663 Improved handling of object literals by canonicalizing object
664 literal maps. This will allow JSON objects with the same set of
665 properties to share the same map making inline caching work better
666 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +0000667
ager@chromium.org236ad962008-09-25 09:45:57 +0000668
kasperl@chromium.orgb9123622008-09-17 14:05:56 +00006692008-09-17: Version 0.3.2
670
671 Generalized the EvalCache into a CompilationCache and enabled it
672 for scripts too. The current strategy is to retire all entries
673 whenever a mark-sweep collection is started.
674
675 Fixed bug where switch statements containing only a default case
676 would lead to an unbalanced stack (issue 69).
677
678 Fixed bug that made access to the function in a named function
679 expression impossible in certain situations (issue 24).
680
681 Fixed even more build issues.
682
683 Optimized calling conventions on ARM. The conventions on ARM and
684 IA-32 now match.
685
686 Removed static initializers for flags and counters.
687
688 Improved inline caching behavior for uncommon cases where lazily
689 loading Date and RegExp code could force certain code paths go
690 megamorphic.
691
692 Removed arguments adaption for builtins written in C++. This
693 makes Array.prototype.push and Array.prototype.pop slightly
694 faster.
695
696
ager@chromium.org9258b6b2008-09-11 09:11:10 +00006972008-09-11: Version 0.3.1
698
699 Fixed a number of build issues.
700
701 Fixed problem with missing I-cache flusing on ARM.
702
703 Changed space layout in memory management by splitting up
704 code space into old data space and code space.
705
706 Added utf-8 conversion support to the API (issue 57).
707
708 Optimized repeated calls to eval with the same strings. These
709 repeated calls are common in web applications.
710
711 Added Xcode project file.
712
713 Optimized a couple of Array operation.
714
715 Fixed parser bug by checking for end-of-string when parsing break
716 and continue (issue 35).
717
718 Fixed problem where asian characters were not categorized as
719 letters.
720
721 Fixed bug that disallowed calling functions fetched from an array
722 using a string as an array index (issue 32).
723
724 Fixed bug where the internal field count on object templates were
725 sometimes ignored (issue 54).
726
727 Added -f option to the shell sample for compatibility with other
728 engines (issue 18).
729
730 Added source info to TryCatches in the API.
731
732 Fixed problem where the seed for the random number generator was
733 clipped in a double to unsigned int conversion.
734
735 Fixed bug where cons string symbols were sometimes converted to
736 non-symbol flat strings during GC.
737
738 Fixed bug in error reporting when attempting to convert null to an
739 object.
ager@chromium.org32912102009-01-16 10:38:43 +0000740
741
ager@chromium.orgc27e4e72008-09-04 13:52:27 +00007422008-09-04: Version 0.3.0
743
744 Added support for running tests on the ARM simulator.
745
746 Fixed bug in the 'in' operator where negative indices were not
747 treated correctly.
748
749 Fixed build issues on gcc-4.3.1.
750
751 Changed Date.prototype.toLocaleTimeString to not print the
752 timezone part of the time.
753
754 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
755 with user code.
756
757
v8.team.kasperl727e9952008-09-02 14:56:44 +00007582008-09-02: Version 0.2.5
759
760 Renamed the top level directory 'public' to 'include'.
761
762 Added 'env' option to the SCons build scripts to support
763 overriding the ENV part of the build environment. This is mostly
764 to support Windows builds in cases where SCons cannot find the
765 correct paths to the Windows SDK, as these paths cannot be passed
766 through shell environment variables.
767
768 Enabled "Buffer Security Check" on for the Windows SCons build and
769 added the linker option /OPT:ICF as an optimization.
770
771 Added the V8 benchmark suite to the repository.
772
773
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00007742008-09-01: Version 0.2.4
775
776 Included mjsunit JavaScript test suite and C++ unit tests.
777
778 Changed the shell sample to not print the result of executing a
779 script provided on the command line.
780
781 Fixed issue when building samples on Windows using a shared V8
782 library. Added visibility option on Linux build which makes the
783 generated library 18% smaller.
784
785 Changed build system to accept multiple build modes in one build
786 and generate separate objects, libraries and executables for each
787 mode.
788
789 Removed deferred negation optimization (a * -b => -(a * b)) since
790 this visibly changes operand conversion order.
791
792 Improved parsing performance by introducing stack guard in
793 preparsing. Without a stack guard preparsing always bails out
794 with stack overflow.
795
796 Changed shell sample to take flags directly from the command-line.
797 Added API call that implements this.
798
799 Added load, quit and version functions to the shell sample so it's
800 easier to run benchmarks and tests.
801
802 Fixed issue with building samples and cctests on 64-bit machines.
803
804 Fixed bug in the runtime system where the prototype chain was not
805 always searched for a setter when setting a property that does not
806 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +0000807
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000808
mads.s.agercbaa0602008-08-14 13:41:48 +00008092008-08-14: Version 0.2.3
810
811 Improved performance of garbage collection by moving the
812 function that updates pointers during compacting collection
813 into the updating visitor. This gives the compiler a better
814 chance to inline and avoid a function call per (potential)
815 pointer.
816
817 Extended the shell sample with a --runtime-flags option.
818
819 Added Visual Studio project files for the shell.cc and
820 process.cc samples.
821
822
8232008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +0000824
825 Improved performance of garbage collection by changing the way
826 we use the marking stack in the event of stack overflow during
827 full garbage collection and by changing the way we mark roots.
828
829 Cleaned up ARM version by removing top of stack caching and by
830 introducing push/pop elimination.
831
832 Cleaned up the way runtime functions are called to allow
833 runtime calls with no arguments.
834
835 Changed Windows build options to make sure that exceptions are
836 disabled and that optimization flags are enabled.
837
838 Added first version of Visual Studio project files.
839
840
mads.s.agercbaa0602008-08-14 13:41:48 +00008412008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +0000842
843 Improved performance of unary addition by avoiding runtime calls.
844
845 Fixed the handling of '>' and '<=' to use right-to-left conversion
846 and left-to-right evaluation as specified by ECMA-262.
847
848 Fixed a branch elimination bug on the ARM platform where incorrect
849 code was generated because of overly aggressive branch
850 elimination.
851
852 Improved performance of code that repeatedly assigns the same
853 function to the same property of different objects with the same
854 map.
855
856 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
857 no longer expects DEBUG to be defined.
858
859 Added platform-nullos.cc to serve as the basis for new platform
860 implementations.
861
mads.s.ager31e71382008-08-13 09:32:07 +0000862
mads.s.agercbaa0602008-08-14 13:41:48 +00008632008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +0000864
865 Changed all text files to have native svn:eol-style.
866
867 Added a few samples and support for building them. The samples
868 include a simple shell that can be used to benchmark and test V8.
869
870 Changed V8::GetVersion to return the version as a string.
871
872 Added source for lazily loaded scripts to snapshots and made
873 serialization non-destructive.
874
875 Improved ARM support by fixing the write barrier code to use
876 aligned loads and stores and by removing premature locals
877 optimization that relied on broken support for callee-saved
878 registers (removed).
879
880 Refactored the code for marking live objects during garbage
881 collection and the code for allocating objects in paged
882 spaces. Introduced an abstraction for the map word of a heap-
883 allocated object and changed the memory allocator to allocate
884 executable memory only for spaces that may contain code objects.
885
886 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
887 they can be used by debugging and logging modules. Added
888 thread-safe message queues for dealing with debugger events.
889
890 Fixed the source code reported by toString for certain builtin
891 empty functions and made sure that the prototype property of a
892 function is enumerable.
893
894 Improved performance of converting values to condition flags in
895 generated code.
896
897 Merged disassembler-{arch} files.
898
899
mads.s.agercbaa0602008-08-14 13:41:48 +00009002008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +0000901
902 Added support for storing JavaScript stack traces in a stack
903 allocated buffer to make it visible in shallow core dumps.
904 Controlled by the --preallocate-message-memory flag which is
905 disabled by default.
906
907
mads.s.agercbaa0602008-08-14 13:41:48 +00009082008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +0000909
910 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
911 map transitions would count as properties.
912
913 Allowed aliased eval invocations by treating them as evals in the
914 global context. This may change in the future.
915
916 Added support for accessing the last entered context through the
917 API and renamed Context::Current to Context::GetCurrent and
918 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
919
920 Fixed bug in the debugger that would cause the debugger scripts to
921 be recursively loaded and changed all disabling of interrupts to
922 be block-structured.
923
924 Made snapshot data read-only to allow it to be more easily shared
925 across multiple users of V8 when linked as a shared library.
926
927
mads.s.agercbaa0602008-08-14 13:41:48 +00009282008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +0000929
930 Fixed building on Mac OS X by recognizing i386 and friends as
931 IA-32 platforms.
932
933 Added propagation of stack overflow exceptions that occur while
934 compiling nested functions.
935
936 Improved debugger with support for recursive break points and
937 handling of exceptions that occur in the debugger JavaScript code.
938
939 Renamed GetInternal to GetInternalField and SetInternal to
940 SetInternalField in the API and moved InternalFieldCount and
941 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
942
943
mads.s.agercbaa0602008-08-14 13:41:48 +00009442008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +0000945
946 Fixed bug in stack overflow check code for IA-32 targets where a
947 non-tagged value in register eax was pushed to the stack.
948
949 Fixed potential quadratic behavior when converting strings to
950 numbers.
951
952 Fixed bug where the return value from Object::SetProperty could
953 end up being the property holder instead of the written value.
954
955 Improved debugger support by allowing nested break points and by
956 dealing with stack-overflows when compiling functions before
957 setting break points in them.
958
959
mads.s.agercbaa0602008-08-14 13:41:48 +00009602008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +0000961
kasper.lundbd3ec4e2008-07-09 11:06:54 +0000962 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +0000963