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