blob: 95c113376ebb4ef191a935430f90068c641d7107 [file] [log] [blame]
Kristian Monsen9dcf7e22010-06-28 14:14:28 +010012010-06-23: Version 2.2.19
2
3 Fix bug that causes the build to break when profillingsupport=off
4 (issue 738).
5
6 Added expose-externalize-string flag for testing extensions.
7
8 Resolve linker issues with using V8 as a DLL causing a number of
9 problems with unresolved symbols.
10
11 Fix build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
12 defined.
13
14 Performance improvements on all platforms.
15
16
172010-06-16: Version 2.2.18
18
19 Added API functions to retrieve information on indexed properties
20 managed by the embedding layer. Fixes bug 737.
21
22 Make ES5 Object.defineProperty support array elements. Fixes bug 619.
23
24 Add heap profiling to the API.
25
26 Remove old named property query from the API.
27
28 Incremental performance improvements.
29
30
Ben Murdoch7f4d5bd2010-06-15 11:15:29 +0100312010-06-14: Version 2.2.17
32
33 Improved debugger support for stepping out of functions.
34
35 Incremental performance improvements.
36
37
382010-06-09: Version 2.2.16
39
40 Removed the SetExternalStringDiposeCallback API. Changed the
41 disposal of external string resources to call a virtual Dispose
42 method on the resource.
43
44 Added support for more precise break points when debugging and
45 stepping.
46
47 Memory usage improvements on all platforms.
48
49
502010-06-07: Version 2.2.15
51
52 Add an API to control the disposal of external string resources.
53
54 Add missing initialization of a couple of variables which makes
55 some compilers complaint when compiling with -Werror.
56
57 Improve performance on all platforms.
58
59
602010-06-02: Version 2.2.14
61
62 Fixed a crash in code generated for String.charCodeAt.
63
64 Fixed a compilation issue with some GCC versions (issue 727).
65
66 Performance optimizations on x64 and ARM platforms.
67
68
692010-05-31: Version 2.2.13
70
71 Implement Object.getOwnPropertyDescriptor for element indices and
72 strings (issue 599).
73
74 Fix bug for windows 64 bit C calls from generated code.
75
76 Add new scons flag unalignedaccesses for arm builds.
77
78 Performance improvements on all platforms.
79
80
Leon Clarkef7060e22010-06-03 12:02:55 +0100812010-05-26: Version 2.2.12
82
83 Allowed accessors to be defined on objects rather than just object
84 templates.
85
86 Changed the ScriptData API.
87
88
892010-05-21: Version 2.2.11
90
91 Fix crash bug in liveedit on 64 bit.
92
93 Use 'full compiler' when debugging is active. This should increase
94 the density of possible break points, making single step more fine
95 grained. This will only take effect for functions compiled after
96 debugging has been started, so recompilation of all functions is
97 required to get the full effect. IA32 and x64 only for now.
98
99 Misc. fixes to the Solaris build.
100
101 Add new flags --print-cumulative-gc-stat and --trace-gc-nvp.
102
103 Add filtering of CPU profiles by security context.
104
105 Fix crash bug on ARM when running without VFP2 or VFP3.
106
107 Incremental performance improvements in all backends.
108
109
Kristian Monsen25f61362010-05-21 11:50:48 +01001102010-05-17: Version 2.2.10
111
112 Performance improvements in the x64 and ARM backends.
113
114
1152010-05-10: Version 2.2.9
116
117 Allow Object.create to be called with a function (issue 697).
118
119 Fixed bug with Date.parse returning a non-NaN value when called on a
120 non date string (issue 696).
121
122 Allow unaligned memory accesses on ARM targets that support it (by
Leon Clarkef7060e22010-06-03 12:02:55 +0100123 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
Kristian Monsen25f61362010-05-21 11:50:48 +0100124
125 C++ API for retrieving JavaScript stack trace information.
126
127
Steve Block6ded16b2010-05-10 14:33:55 +01001282010-05-05: Version 2.2.8
129
130 Performance improvements in the x64 and ARM backends.
131
132
1332010-05-03: Version 2.2.7
134
135 Added support for ES5 date time string format to Date.parse.
136
137 Performance improvements in the x64 backend.
138
139
1402010-04-28: Version 2.2.6
141
142 Added "amd64" as recognized architecture in scons build script
143 (by Ryan Dahl <coldredlemur@gmail.com>).
144
145 Fixed bug in String search and replace with very simple RegExps.
146
147 Fixed bug in RegExp containing "\b^".
148
149 Performance improvements on all platforms.
150
151
1522010-04-26: Version 2.2.5
153
154 Various performance improvements (especially for ARM and x64)
155
156 Fixed bug in CPU profiling (http://crbug.com/42137)
157
158 Fixed a bug with the natives cache.
159
160 Fixed two bugs in the ARM code generator that can cause
161 wrong calculations.
162
163 Fixed a bug that may cause a wrong result for shift operations.
164
165
1662010-04-21: Version 2.2.4
167
168 Fixed warnings on arm on newer GCC versions.
169
170 Fixed a number of minor bugs.
171
172 Performance improvements on all platforms.
173
174
1752010-04-14: Version 2.2.3
176
177 Added stack command and mem command to ARM simulator debugger.
178
179 Fixed scons snapshot and ARM build, and Windows X64 build issues.
180
181 Performance improvements on all platforms.
182
183
1842010-04-12: Version 2.2.2
185
186 Introduced new profiler API.
187
188 Fixed random number generator to produce full 32 random bits.
189
190
1912010-04-06: Version 2.2.1
192
193 Debugger improvements.
194
195 Fixed minor bugs.
196
197
1982010-03-29: Version 2.2.0
199
200 Fixed a few minor bugs.
201
202 Performance improvements for string operations.
203
204
2052010-03-26: Version 2.1.10
206
207 Fixed scons build issues.
208
209 Fixed a couple of minor bugs.
210
211
2122010-03-25: Version 2.1.9
213
214 Added API support for reattaching a global object to a context.
215
216 Extended debugger API with access to the internal debugger context.
217
218 Fixed Chromium crashes (issues http://crbug.com/39128 and
219 http://crbug.com/39160)
220
221
2222010-03-24: Version 2.1.8
223
224 Added fine-grained garbage collection callbacks to the API.
225
226 Performance improvements on all platforms.
227
228
2292010-03-22: Version 2.1.7
230
231 Fixed issue 650.
232
233 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
234
235 Performance improvements for arithmetic operations.
236
237 Performance improvements for string operations.
238
239 Print script name and line number information in stack trace.
240
241
2422010-03-17: Version 2.1.6
243
244 Performance improvements for arithmetic operations.
245
246 Performance improvements for string operations.
247
248
2492010-03-10: Version 2.1.4
250
251 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
252
253 Performance improvements on all platforms.
254
255
2562010-03-10: Version 2.1.3
257
258 Added API method for context-disposal notifications.
259
260 Added API method for accessing elements by integer index.
261
262 Added missing implementation of Uint32::Value and Value::IsUint32
263 API methods.
264
265 Added IsExecutionTerminating API method.
266
267 Disabled strict aliasing for GCC 4.4.
268
269 Fixed string-concatenation bug (issue 636).
270
271 Performance improvements on all platforms.
272
273
Andrei Popescu402d9372010-02-26 13:31:12 +00002742010-02-23: Version 2.1.2
275
276 Fix a crash bug caused by wrong assert.
277
278 Fix a bug with register names on 64-bit V8 (issue 615).
279
280 Performance improvements on all platforms.
281
Steve Block6ded16b2010-05-10 14:33:55 +0100282
Andrei Popescu402d9372010-02-26 13:31:12 +00002832010-02-19: Version 2.1.1
284
285 [ES5] Implemented Object.defineProperty.
286
287 Improved profiler support.
288
289 Added SetPrototype method in the public V8 API.
290
291 Added GetScriptOrigin and GetScriptLineNumber methods to Function
292 objects in the API.
293
294 Performance improvements on all platforms.
295
296
Leon Clarke4515c472010-02-03 11:58:03 +00002972010-02-03: Version 2.1.0
298
299 Values are now always wrapped in objects when used as a receiver.
300 (issue 223).
301
302 [ES5] Implemented Object.getOwnPropertyNames.
303
304 [ES5] Restrict JSON.parse to only accept strings that conforms to the
305 JSON grammar.
306
307 Improvement of debugger agent (issue 549 and 554).
308
309 Fixed problem with skipped stack frame in profiles (issue 553).
310
311 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
312 <ry@tinyclouds.org>.
313
314 Fix a bug that Math.round() returns incorrect results for huge
315 integers.
316
317 Fix enumeration order for objects created from some constructor
318 functions (isue http://crbug.com/3867).
319
320 Fix arithmetic on some integer constants (issue 580).
321
322 Numerous performance improvements including porting of previous IA-32
323 optimizations to x64 and ARM architectures.
324
325
Leon Clarkee46be812010-01-19 14:06:41 +00003262010-01-14: Version 2.0.6
327
328 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
329 GetOwnProperty, FromPropertyDescriptor.
330
331 Fixed Mac x64 build errors.
332
333 Improved performance of some math and string operations.
334
335 Improved performance of some regexp operations.
336
337 Improved performance of context creation.
338
339 Improved performance of hash tables.
340
341
3422009-12-18: Version 2.0.5
343
344 Extended to upper limit of map space to allow for 7 times as many map
345 to be allocated (issue 524).
346
347 Improved performance of code using closures.
348
349 Improved performance of some binary operations involving doubles.
350
351
3522009-12-16: Version 2.0.4
353
354 Added ECMAScript 5 Object.create.
355
356 Improved performance of Math.max and Math.min.
357
358 Optimized adding of strings on 64-bit platforms.
359
360 Improved handling of external strings by using a separate table
361 instead of weak handles. This improves garbage collection
362 performance and uses less memory.
363
364 Changed code generation for object and array literals in toplevel
365 code to be more compact by doing more work in the runtime.
366
367 Fixed a crash bug triggered when garbage collection happened during
368 generation of a callback load inline cache stub.
369
370 Fixed crash bug sometimes triggered when local variables shadowed
371 parameters in functions that used the arguments object.
372
373
Steve Blockd0582a62009-12-15 09:54:21 +00003742009-12-03: Version 2.0.3
375
376 Optimized handling and adding of strings, for-in and Array.join.
377
378 Heap serialization is now non-destructive.
379
380 Improved profiler support with information on time spend in C++
381 callbacks registered through the API.
382
383 Added commands to the debugger protocol for starting/stopping
384 profiling.
385
386 Enabled the non-optimizing compiler for top-level code.
387
388 Changed the API to only allow strings to be set as data objects on
389 Contexts and scripts to avoid potentially keeping global objects
390 around for too long (issue 528).
391
392 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
393
394 Fixed bugs.
395
396
3972009-11-24: Version 2.0.2
398
399 Improved profiler support.
400
401 Fixed bug that broke compilation of d8 with readline support.
402
403
4042009-11-20: Version 2.0.1
405
406 Fixed crash bug in String.prototype.replace.
407
408 Reverted a change which caused Chromium interactive ui test
409 failures.
410
Leon Clarkee46be812010-01-19 14:06:41 +0000411
Steve Blockd0582a62009-12-15 09:54:21 +00004122009-11-18: Version 2.0.0
413
414 Added support for VFP on ARM.
415
416 Added TryCatch::ReThrow method to the API.
417
418 Reduced the size of snapshots and improved the snapshot load time.
419
420 Improved heap profiler support.
421
422 64-bit version now supported on Windows.
423
424 Fixed a number of debugger issues.
425
426 Fixed bugs.
427
428
4292009-10-29: Version 1.3.18
430
431 Reverted a change which caused crashes in RegExp replace.
432
433 Reverted a change which caused Chromium ui_tests failure.
434
435
4362009-10-28: Version 1.3.17
437
438 Added API method to get simple heap statistics.
439
440 Improved heap profiler support.
441
442 Fixed the implementation of the resource constraint API so it
443 works when using snapshots.
444
445 Fixed a number of issues in the Windows 64-bit version.
446
447 Optimized calls to API getters.
448
449 Added valgrind notification on code modification to the 64-bit version.
450
451 Fixed issue where we logged shared library addresses on Windows at
452 startup and never used them.
453
454
Steve Block3ce2e202009-11-05 08:53:23 +00004552009-10-16: Version 1.3.16
Leon Clarkee46be812010-01-19 14:06:41 +0000456
Steve Block3ce2e202009-11-05 08:53:23 +0000457 X64: Convert smis to holding 32 bits of payload.
458
459 Introduce v8::Integer::NewFromUnsigned method.
460
461 Add missing null check in Context::GetCurrent.
462
463 Add trim, trimLeft and trimRight methods to String
464 Patch by Jan de Mooij <jandemooij@gmail.com>
465
466 Implement ES5 Array.isArray
467 Patch by Jan de Mooij <jandemooij@gmail.com>
468
469 Skip access checks for hidden properties.
470
471 Add String::Concat(Handle<String> left, Handle<String> right) to the V8 API.
472
473 Fix GYP-based builds of V8.
474
475
4762009-10-07: Version 1.3.15
477
478 Expand the maximum size of the code space to 512MB for 64-bit mode.
479
480 Fixed a crash bug happening when starting profiling (issue
481 http://crbug.com/23768).
482
483
4842009-10-07: Version 1.3.14
485
486 Added GetRealNamedProperty to the API to lookup real properties
487 located on the object or in the prototype chain skipping any
488 interceptors.
489
490 Fix the stack limits setting API to work correctly with threads. The
491 stack limit now needs to be set to each thread thich is used with V8.
492
493 Remove the high-priority flag from IdleNotification()
494
495 Ensure V8 is initialized before locking and unlocking threads.
496
497 Implemented a new JavaScript minifier for compressing the source of
Steve Blockd0582a62009-12-15 09:54:21 +0000498 the built-in JavaScript. This removes non-Open Source code from Douglas
Steve Block3ce2e202009-11-05 08:53:23 +0000499 Crockford from the project.
500
501 Added a missing optimization in StringCharAt.
502
503 Fixed some flaky socket tests.
504
505 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
506 in 64-bit mode.
507
508 Fixed memory leaks in the thread management code.
509
510 Fixed the result of assignment to a pixel array. The assigned value
511 is now the result.
512
513 Error reporting for invalid left-hand sides in for-in statements, pre-
514 and postfix count expressions, and assignments now matches the JSC
515 behavior in Safari 4.
516
517 Follow the spec in disallowing function declarations without a name.
518
519 Always allocate code objects within a 2 GB range. On x64 architecture
520 this is used to use near calls (32-bit displacement) in Code objects.
521
522 Optimized array construction ported to x64 and ARM architectures.
523
524 [ES5] Changed Object.keys to return strings for element indices.
525
526
Steve Blocka7e24c12009-10-30 11:49:00 +00005272009-09-23: Version 1.3.13
528
529 Fixed uninitialized memory problem.
530
531 Improved heap profiler support.
532
533
5342009-09-22: Version 1.3.12
535
536 Changed behavior of |function|.toString() on built-in functions to
537 be compatible with other implementations. Patch by Jan de Mooij.
538
539 Added Object::IsDirty in the API.
540
541 Optimized array construction; it is now handled purely in native
542 code.
543
544 [ES5] Made properties of the arguments array enumerable.
545
546 [ES5] Added test suite adapter for the es5conform test suite.
547
548 [ES5] Added Object.keys function.
549
550
5512009-09-15: Version 1.3.11
552
553 Fixed crash in error reporting during bootstrapping.
554
555 Optimized generated IA32 math code by using SSE2 instructions when
556 available.
557
558 Implemented missing pieces of debugger infrastructure on ARM. The
559 debugger is now fully functional on ARM.
560
561 Make 'hidden' the default visibility for gcc.
562
563
5642009-09-09: Version 1.3.10
565
566 Fixed profiler on Mac in 64-bit mode.
567
568 Optimized creation of objects from simple constructor functions on
569 ARM.
570
571 Fixed a number of debugger issues.
572
573 Reduced the amount of memory consumed by V8.
574
575
5762009-09-02: Version 1.3.9
577
578 Optimized stack guard checks on ARM.
579
580 Optimized API operations by inlining more in the API.
581
582 Optimized creation of objects from simple constructor functions.
583
584 Enabled a number of missing optimizations in the 64-bit port.
585
586 Implemented native-code support for regular expressions on ARM.
587
588 Stopped using the 'sahf' instruction on 64-bit machines that do
589 not support it.
590
591 Fixed a bug in the support for forceful termination of JavaScript
592 execution.
593
594
5952009-08-26: Version 1.3.8
596
597 Changed the handling of idle notifications to allow idle
598 notifications when V8 has not yet been initialized.
599
600 Fixed ARM simulator compilation problem on Windows.
Leon Clarkee46be812010-01-19 14:06:41 +0000601
Steve Blocka7e24c12009-10-30 11:49:00 +0000602
6032009-08-25: Version 1.3.7
604
605 Reduced the size of generated code on ARM platforms by reducing
606 the size of constant pools.
607
608 Changed build files to not include the 'ENV' user environment
609 variable in the build environment.
610
611 Changed the handling of idle notifications.
612
613
6142009-08-21: Version 1.3.6
615
616 Add support for forceful termination of JavaScript execution.
617
618 Add low memory notification to the API. The embedding host can signal
619 a low memory situation to V8.
620
621 Changed the handling of global handles (persistent handles in the API
622 sense) to avoid issues regarding allocation of new global handles
623 during weak handle callbacks.
624
625 Changed the growth policy of the young space.
626
627 Fixed a GC issue introduced in version 1.3.5.
628
629
6302009-08-19: Version 1.3.5
631
632 Optimize initialization of some arrays in the builtins.
633
634 Fix mac-nm script to support filenames with spaces.
635
636 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
637
638 Changed typeof RegExp from 'object' to 'function' for compatibility.
639 Fixed bug where regexps were not callable across contexts.
640
641 Added context independent script compilation to the API.
642
643 Added API call to get the stack trace for an exception.
644
645 Added API for getting object mirrors.
646
647 Make sure that SSE3 instructions are used whenever possible even when
648 running off a snapshot generated without using SSE3 instructions.
649
650 Tweaked the handling of the initial size and growth policy of the heap.
651
652 Added native code generation for RegExp to 64-bit version.
653
654 Added JavaScript debugger support to 64-bit version.
655
656
6572009-08-13: Version 1.3.4
658
659 Added a readline() command to the d8 shell.
660
661 Fixed bug in json parsing.
662
663 Added idle notification to the API and reduced memory on idle
664 notifications.
665
666
6672009-08-12: Version 1.3.3
668
669 Fix issue 417: incorrect %t placeholder expansion.
670
671 Add .gitignore file similar to Chromium's one.
672
673 Fix SConstruct file to build with new logging code for Android.
674
675 API: added function to find instance of template in prototype
676 chain. Inlined Object::IsInstanceOf.
677
678 Land change to notify valgrind when we modify code on x86.
679
680 Add api call to determine whether a string can be externalized.
681
682 Add a write() command to d8.
683
684
6852009-08-05: Version 1.3.2
686
687 Started new compiler infrastructure for two-pass compilation using a
688 control flow graph constructed from the AST.
689
690 Profiler stack sampling for X64.
691
692 Safe handling of NaN to Posix platform-dependent time functions.
693
694 Added a new profiler control API to unify controlling various aspects
695 of profiling.
696
697 Fixed issue 392.
698
699
7002009-07-30: Version 1.3.1
701
702 Speed improvements to accessors and interceptors.
703
704 Added support for capturing stack information on custom errors.
705
706 Added support for morphing an object into a pixel array where its
707 indexed properties are stored in an external byte array. Values written
708 are always clamped to the 0..255 interval.
709
710 Profiler on x64 now handles C/C++ functions from shared libraries.
711
712 Changed the debugger to avoid stepping into function.call/apply if the
713 function is a built-in.
714
715 Initial implementation of constructor heap profile for JS objects.
Leon Clarkee46be812010-01-19 14:06:41 +0000716
Steve Blocka7e24c12009-10-30 11:49:00 +0000717 More fine grained control of profiling aspects through the API.
Leon Clarkee46be812010-01-19 14:06:41 +0000718
Steve Blocka7e24c12009-10-30 11:49:00 +0000719 Optimized the called as constructor check for API calls.
720
721
7222009-07-27: Version 1.3.0
723
724 Allowed RegExp objects to be called as functions (issue 132).
725
726 Fixed issue where global property cells would escape after
727 detaching the global object; see http://crbug.com/16276.
728
729 Added support for stepping into setters and getters in the
730 debugger.
731
732 Changed the debugger to avoid stopping in its own JavaScript code
733 and in the code of built-in functions.
734
735 Fixed issue 345 by avoiding duplicate escaping labels.
736
737 Fixed ARM code generator crash in short-circuited boolean
738 expressions and added regression tests.
739
740 Added an external allocation limit to avoid issues where small V8
741 objects would hold on to large amounts of external memory without
742 causing garbage collections.
Leon Clarkee46be812010-01-19 14:06:41 +0000743
744 Finished more of the inline caching stubs for x64 targets.
Steve Blocka7e24c12009-10-30 11:49:00 +0000745
746
7472009-07-13: Version 1.2.14
748
749 Added separate paged heap space for global property cells and
750 avoid updating the write barrier when storing into them.
751
752 Improved peep-hole optimization on ARM platforms by not emitting
753 unnecessary debug information.
754
755 Re-enabled ICs for loads and calls that skip a global object
756 during lookup through the prototype chain.
757
758 Allowed access through global proxies to use ICs.
759
760 Fixed issue 401.
761
762
7632009-07-09: Version 1.2.13
764
765 Fixed issue 397, issue 398, and issue 399.
766
767 Added support for breakpoint groups.
768
769 Fixed bugs introduced with the new global object representation.
770
771 Fixed a few bugs in the ARM code generator.
772
773
7742009-07-06: Version 1.2.12
775
776 Added stack traces collection to Error objects accessible through
777 the e.stack property.
778
779 Changed RegExp parser to use a recursive data structure instead of
780 stack-based recursion.
781
782 Optimized Date object construction and string concatenation.
783
784 Improved performance of div, mod, and mul on ARM platforms.
785
786
7872009-07-02: Version 1.2.11
788
789 Improved performance on IA-32 and ARM.
790
791 Fixed profiler sampler implementation on Mac OS X.
792
793 Changed the representation of global objects to improve
794 performance of adding a lot of new properties.
795
796
7972009-06-29: Version 1.2.10
798
799 Improved debugger support.
800
801 Fixed bug in exception message reporting (issue 390).
802
803 Improved overall performance.
804
805
8062009-06-23: Version 1.2.9
807
808 Improved math performance on ARM.
809
810 Fixed profiler name-inference bug.
811
812 Fixed handling of shared libraries in the profiler tick processor
813 scripts.
814
815 Fixed handling of tests that time out in the test scripts.
816
817 Fixed compilation on MacOS X version 10.4.
818
819 Fixed two bugs in the regular expression engine.
820
821 Fixed a bug in the string type inference.
822
823 Fixed a bug in the handling of 'constant function' properties.
Leon Clarkee46be812010-01-19 14:06:41 +0000824
Steve Blocka7e24c12009-10-30 11:49:00 +0000825 Improved overall performance.
Leon Clarkee46be812010-01-19 14:06:41 +0000826
Steve Blocka7e24c12009-10-30 11:49:00 +0000827
8282009-06-16: Version 1.2.8
829
830 Optimized math on ARM platforms.
831
832 Fixed two crash bugs in the handling of getters and setters.
833
834 Improved the debugger support by adding scope chain information.
835
836 Improved the profiler support by compressing log data transmitted
837 to clients.
838
839 Improved overall performance.
840
841
8422009-06-08: Version 1.2.7
843
844 Improved debugger and profiler support.
845
846 Reduced compilation time by improving the handling of deferred
847 code.
848
849 Optimized interceptor accesses where the property is on the object
850 on which the interceptors is attached.
851
852 Fixed compilation problem on GCC 4.4 by changing the stack
853 alignment to 16 bytes.
854
855 Fixed handle creation to follow stric aliasing rules.
856
857 Fixed compilation on FreeBSD.
858
859 Introduced API for forcing the deletion of a property ignoring
860 interceptors and attributes.
861
862
8632009-05-29: Version 1.2.6
864
865 Added a histogram recording hit rates at different levels of the
866 compilation cache.
867
868 Added stack overflow check for the RegExp analysis phase. Previously a
869 very long regexp graph could overflow the stack with recursive calls.
870
871 Use a dynamic buffer when collecting log events in memory.
872
873 Added start/stop events to the profiler log.
874
875 Fixed infinite loop which could happen when setting a debug break while
876 executing a RegExp compiled to native code.
877
878 Fixed handling of lastIndexOf called with negative index (issue 351).
879
880 Fixed irregular crash in profiler test (issue 358).
881
882 Fixed compilation issues with some versions of gcc.
883
884
8852009-05-26: Version 1.2.5
886
887 Fixed bug in initial boundary check for Boyer-Moore text
888 search (issue 349).
889
890 Fixed compilation issues with MinGW and gcc 4.3+ and added support
891 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
892 Craig Schlenter.
893
894 Added a script cache to the debugger.
895
896 Optimized compilation performance by improving internal data
897 structures and avoiding expensive property load optimizations for
898 code that's infrequently executed.
899
900 Exposed the calling JavaScript context through the static API
901 function Context::GetCalling().
902
903
9042009-05-18: Version 1.2.4
905
906 Improved performance of floating point number allocation for ARM
907 platforms.
908
909 Fixed crash when using the instanceof operator on functions with
910 number values in their prototype chain (issue 341).
911
912 Optimized virtual frame operations in the code generator to speed
913 up compilation time and allocated the frames in the zone.
914
915 Made the representation of virtual frames and jump targets in the
916 code generator much more compact.
917
918 Avoided linear search for non-locals in scope code when resolving
919 variables inside with and eval scopes.
920
921 Optimized lexical scanner by dealing with whitespace as part of
922 the token scanning instead of as a separate step before it.
923
924 Changed the scavenging collector so that promoted objects do not
925 reside in the old generation while their remembered set is being
926 swept for pointers into the young generation.
927
928 Fixed numeric overflow handling when compiling count operations.
929
930
9312009-05-11: Version 1.2.3
932
933 Fixed bug in reporting of out-of-memory situations.
934
935 Introduced hidden prototypes on certain builtin prototype objects
936 such as String.prototype to emulate JSC's behavior of restoring
937 the original function when deleting functions from those prototype
938 objects.
939
940 Fixed crash bug in the register allocator.
941
942
9432009-05-04: Version 1.2.2
944
945 Fixed bug in array sorting for sparse arrays (issue 326).
946
947 Added support for adding a soname when building a shared library
948 on Linux (issue 151).
949
950 Fixed bug caused by morphing internal ASCII strings to external
951 two-byte strings. Slices over ASCII strings have to forward ASCII
952 checks to the underlying buffer string.
953
954 Allowed API call-as-function handlers to be called as
955 constructors.
956
957 Fixed a crash bug where an external string was disposed but a
958 slice of the external string survived as a symbol.
959
960
9612009-04-27: Version 1.2.1
962
963 Added EcmaScript 5 JSON object.
964
965 Fix bug in preemption support on ARM.
966
967
9682009-04-23: Version 1.2.0
969
970 Optimized floating-point operations on ARM.
971
972 Added a number of extensions to the debugger API.
973
974 Changed the enumeration order for unsigned integer keys to always
975 be numerical order.
976
977 Added a "read" extension to the shell sample.
978
979 Added support for Array.prototype.reduce and
980 Array.prototype.reduceRight.
981
982 Added an option to the SCons build to control Microsoft Visual C++
983 link-time code generation.
984
985 Fixed a number of bugs (in particular issue 315, issue 316,
986 issue 317 and issue 318).
987
988
9892009-04-15: Version 1.1.10
990
991 Fixed crash bug that occurred when loading a const variable in the
992 presence of eval.
993
994 Allowed using with and eval in registered extensions in debug mode
995 by fixing bogus assert.
996
997 Fixed the source position for function returns to enable the
998 debugger to break there.
999
1000
10012009-04-14: Version 1.1.9
1002
1003 Made the stack traversal code in the profiler robust by avoiding
1004 to look into the heap.
1005
1006 Added name inferencing for anonymous functions to facilitate
1007 debugging and profiling.
1008
1009 Re-enabled stats timers in the developer shell (d8).
1010
1011 Fixed issue 303 by avoiding to shortcut cons-symbols.
1012
1013
10142009-04-11: Version 1.1.8
1015
1016 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
1017
1018 Fixed step-in handling for Function.prototype.apply and call in
1019 the debugger (issue 269).
1020
1021 Fixed v8::Object::DeleteHiddenValue to not bail out when there
1022 are no hidden properties.
1023
1024 Added workaround for crash bug, where external symbol table
1025 entries with deleted resources would lead to NPEs when looking
1026 up in the symbol table.
1027
1028
10292009-04-07: Version 1.1.7
1030
1031 Added support for easily importing additional environment
1032 variables into the SCons build.
1033
1034 Optimized strict equality checks.
1035
1036 Fixed crash in indexed setters on objects without a corresponding
1037 getter (issue 298).
1038
1039 Re-enabled script compilation cache.
1040
1041
10422009-04-01: Version 1.1.6
1043
1044 Reverted an unsafe code generator change.
1045
1046
10472009-04-01: Version 1.1.5
1048
1049 Fixed bug that caused function literals to not be optimized as
1050 much as other functions.
1051
1052 Improved profiler support.
1053
1054 Fixed a crash bug in connection with debugger unloading.
1055
1056 Fixed a crash bug in the code generator caused by losing the
1057 information that a frame element was copied.
1058
1059 Fixed an exception propagation bug that could cause non-null
1060 return values when exceptions were thrown.
1061
1062
10632009-03-30: Version 1.1.4
1064
1065 Optimized String.prototype.match.
1066
1067 Improved the stack information in profiles.
1068
1069 Fixed bug in ARM port making it possible to compile the runtime
1070 system for thumb mode again.
1071
1072 Implemented a number of optimizations in the code generator.
1073
1074 Fixed a number of memory leaks in tests.
1075
1076 Fixed crash bug in connection with script source code and external
1077 strings.
1078
1079
10802009-03-24: Version 1.1.3
1081
1082 Fixed assertion failures in compilation of loop conditions.
1083
1084 Removed STL dependency from developer shell (d8).
1085
1086 Added infrastructure for protecting the V8 heap from corruption
1087 caused by memory modifications from the outside.
1088
1089
10902009-03-24: Version 1.1.2
1091
1092 Improved frame merge code generated by the code generator.
1093
1094 Optimized String.prototype.replace.
1095
1096 Implemented __defineGetter__ and __defineSetter__ for properties
1097 with integer keys on non-array objects.
1098
1099 Improved debugger and profiler support.
1100
1101 Fixed a number of portability issues to allow compilation for
1102 smaller ARM devices.
1103
1104 Exposed object cloning through the API.
1105
1106 Implemented hidden properties. This is used to expose an identity
1107 hash for objects through the API.
1108
1109 Implemented restarting of regular expressions if their input
1110 string changes representation during preemption.
1111
1112 Fixed a code generator bug that could cause assignments in loops
1113 to be ignored if using continue to break out of the loop (issue
1114 284).
1115
1116
11172009-03-12: Version 1.1.1
1118
1119 Fixed an assertion in the new compiler to take stack overflow
1120 exceptions into account.
1121
1122 Removed exception propagation code that could cause crashes.
1123
1124 Fixed minor bug in debugger line number computations.
1125
1126 8-byte align the C stack on Linux and Windows to speed up floating
1127 point computations.
1128
1129
11302009-03-12: Version 1.1.0
1131
1132 Improved code generation infrastructure by doing simple register
1133 allocation and constant folding and propagation.
1134
1135 Optimized regular expression matching by avoiding to create
1136 intermediate string arrays and by flattening nested array
1137 representations of RegExp data.
1138
1139 Traverse a few stack frames when recording profiler samples to
1140 include partial call graphs in the profiling output.
1141
1142 Added support for using OProfile to profile generated code.
1143
1144 Added remote debugging support to the D8 developer shell.
1145
1146 Optimized creation of nested literals like JSON objects.
1147
1148 Fixed a bug in garbage collecting unused maps and turned it on by
1149 default (--collect-maps).
1150
1151 Added support for running tests under Valgrind.
1152
1153
11542009-02-27: Version 1.0.3
1155
1156 Optimized double-to-integer conversions in bit operations by using
1157 SSE3 instructions if available.
1158
1159 Optimized initialization sequences that store to multiple
1160 properties of the same object.
1161
1162 Changed the D8 debugger frontend to use JSON messages.
1163
1164 Force garbage collections when disposing contexts.
1165
1166 Align code objects at 32-byte boundaries.
1167
1168
11692009-02-25: Version 1.0.2
1170
1171 Improved profiling support by performing simple call stack
1172 sampling for ticks and by fixing a bug in the logging of code
1173 addresses.
1174
1175 Fixed a number of debugger issues.
1176
1177 Optimized code that uses eval.
1178
1179 Fixed a couple of bugs in the regular expression engine.
1180
1181 Reduced the size of generated code for certain regular expressions.
1182
1183 Removed JSCRE completely.
1184
1185 Fixed issue where test could not be run if there was a dot in the
1186 checkout path.
1187
1188
11892009-02-13: Version 1.0.1
1190
1191 Fixed two crash-bugs in irregexp (issue 231 and 233).
1192
1193 Fixed a number of minor bugs (issue 87, 227 and 228).
1194
1195 Added support for morphing strings to external strings on demand
1196 to avoid having to create copies in the embedding code.
1197
1198 Removed experimental support for external symbol callbacks.
1199
1200
12012009-02-09: Version 1.0.0
1202
1203 Fixed crash-bug in the code generation for case independent 16 bit
1204 backreferences.
1205
1206 Made shells more robust in the presence of string conversion
1207 failures (issue 224).
1208
1209 Fixed a potential infinite loop when attempting to resolve
1210 eval (issue 221).
1211
1212 Miscellaneous fixes to the new regular expression engine.
1213
1214 Reduced binary by stripping unneeded text from JavaScript library and
1215 minifying some JavaScript files.
1216
1217
12182009-01-27: Version 0.4.9
1219
1220 Enabled new regular expression engine.
1221
1222 Made a number of changes to the debugger protocol.
1223
1224 Fixed a number of bugs in the preemption support.
1225
1226 Added -p option to the developer shell to run files in parallel
1227 using preemption.
1228
1229 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
1230 193, 198 and 201).
1231
1232 Fixed a number of bugs in the serialization/deserialization
1233 support for the ARM platform.
1234
1235
12362009-01-19: Version 0.4.8.1
1237
1238 Minor patch to debugger support.
1239
1240
12412009-01-16: Version 0.4.8
1242
1243 Fixed string length bug on ARM (issue 171).
1244
1245 Made most methods in the API const.
1246
1247 Optimized object literals by improving data locality.
1248
1249 Fixed bug that caused incomplete functions to be cached in case of
1250 stack overflow exceptions.
1251
1252 Fixed bugs that caused catch variables and variables introduced by
1253 eval to behave incorrectly when using accessors (issues 186, 190
1254 and 191).
1255
1256
12572009-01-06: Version 0.4.7
1258
1259 Minor bugfixes and optimizations.
1260
1261 Added command line debugger to D8 shell.
1262
1263 Fixed subtle bug that caused the wrong 'this' to be used when
1264 calling a caught function in a catch clause.
1265
1266 Inline array loads within loops directly in the code instead of
1267 always calling a stub.
1268
1269
12702008-12-11: Version 0.4.6
1271
1272 Fixed exception reporting bug where certain exceptions were
1273 incorrectly reported as uncaught.
1274
1275 Improved the memory allocation strategy used during compilation to
1276 make running out of memory when compiling huge scripts less
1277 likely.
1278
1279 Optimized String.replace by avoiding the construction of certain
1280 sub strings.
1281
1282 Fixed bug in code generation for large switch statements on ARM.
1283
1284 Fixed bug that caused V8 to change the global object template
1285 passed in by the user.
1286
1287 Changed the API for creating object groups used during garbage
1288 collection. Entire object groups are now passed to V8 instead of
1289 individual members of the groups.
1290
1291
12922008-12-03: Version 0.4.5
1293
1294 Added experimental API support for allocating V8 symbols as
1295 external strings.
1296
1297 Fixed bugs in debugging support on ARM.
1298
1299 Changed eval implementation to correctly detect whether or not a
1300 call to eval is aliased.
1301
1302 Fixed bug caused by a combination of the compilation cache and
1303 dictionary probing in native code. The bug caused us to sometimes
1304 call functions that had not yet been compiled.
1305
1306 Added platform support for FreeBSD.
1307
1308 Added support for building V8 on Windows with either the shared or
1309 static version of MSVCRT
1310
1311 Added the v8::jscre namespace around the jscre functions to avoid
1312 link errors (duplicate symbols) when building Google Chrome.
1313
1314 Added support for calling a JavaScript function with the current
1315 debugger execution context as its argument to the debugger
1316 interface.
1317
1318 Changed the type of names of counters from wchar_t to char.
1319
1320 Changed the Windows system call used to compute daylight savings
1321 time. The system call that we used to use became four times
1322 slower on WinXP SP3.
1323
1324 Added support in the d8 developer shell for memory-mapped counters
1325 and added a stats-viewer tool.
1326
1327 Fixed bug in upper/lower case mappings (issue 149).
1328
1329
13302008-11-17: Version 0.4.4
1331
1332 Reduced code size by using shorter instruction encoding when
1333 possible.
1334
1335 Added a --help option to the shell sample and to the d8 shell.
1336
1337 Added visual studio project files for building the ARM simulator.
1338
1339 Fixed a number of ARM simulator issues.
1340
1341 Fixed bug in out-of-memory handling on ARM.
1342
1343 Implemented shell support for passing arguments to a script from
1344 the command line.
1345
1346 Fixed bug in date code that made certain date functions return -0
1347 instead of 0 for dates before the epoch.
1348
1349 Restricted applications of eval so it can only be used in the
1350 context of the associated global object.
1351
1352 Treat byte-order marks as whitespace characters.
1353
1354
13552008-11-04: Version 0.4.3
1356
1357 Added support for API accessors that prohibit overwriting by
1358 accessors defined in JavaScript code by using __defineGetter__ and
1359 __defineSetter__.
1360
1361 Improved handling of conditionals in test status files.
1362
1363 Introduced access control in propertyIsEnumerable.
1364
1365 Improved performance of some string operations by caching
1366 information about the type of the string between operations.
1367
1368 Fixed bug in fast-case code for switch statements that only have
1369 integer labels.
1370
1371
13722008-10-30: Version 0.4.2
1373
1374 Improved performance of Array.prototype.concat by moving the
1375 implementation to C++ (issue 123).
1376
1377 Fixed heap growth policy to avoid growing old space to its maximum
1378 capacity before doing a garbage collection and fixed issue that
1379 would lead to artificial out of memory situations (issue 129).
1380
1381 Fixed Date.prototype.toLocaleDateString to return the date in the
1382 same format as WebKit.
1383
1384 Added missing initialization checks to debugger API.
1385
1386 Added removing of unused maps during GC.
1387
1388
13892008-10-28: Version 0.4.1
1390
1391 Added caching of RegExp data in compilation cache.
1392
1393 Added Visual Studio project file for d8 shell.
1394
1395 Fixed function call performance regression introduced in version
1396 0.4.0 when splitting the global object in two parts (issue 120).
1397
1398 Fixed issue 131 by checking for empty handles before throwing and
1399 reporting exceptions.
1400
1401
14022008-10-23: Version 0.4.0
1403
1404 Split the global object into two parts: The state holding global
1405 object and the global object proxy.
1406
1407 Fixed bug that affected the value of an assignment to an element
1408 in certain cases (issue 116).
1409
1410 Added GetPropertyNames functionality (issue 33) and extra Date
1411 functions (issue 77) to the API.
1412
1413 Changed WeakReferenceCallback to take a Persistent<Value> instead
1414 of a Persistent<Object> (issue 101).
1415
1416 Fixed issues with message reporting for exceptions in try-finally
1417 blocks (issues 73 and 75).
1418
1419 Optimized flattening of strings and string equality checking.
1420
1421 Improved Boyer-Moore implementation for faster indexOf operations.
1422
1423 Added development shell (d8) which includes counters and
1424 completion support.
1425
1426 Fixed problem with the receiver passed to functions called from
1427 eval (issue 124).
1428
1429
14302008-10-16: Version 0.3.5
1431
1432 Improved string hash-code distribution by excluding bit-field bits
1433 from the hash-code.
1434
1435 Changed string search algorithm used in indexOf from KMP to
1436 Boyer-Moore.
1437
1438 Improved the generated code for the instanceof operator.
1439
1440 Improved performance of slow-case string equality checks by
1441 specializing the code based on the string representation.
1442
1443 Improve the handling of out-of-memory situations (issue 70).
1444
1445 Improved performance of strict equality checks.
1446
1447 Improved profiler output to make it easier to see anonymous
1448 functions.
1449
1450 Improved performance of slow-case keyed loads.
1451
1452 Improved property access performance by allocating a number of
1453 properties in the front object.
1454
1455 Changed the toString behavior on the built-in object constructors
1456 to print [native code] instead of the actual source. Some web
1457 applications do not like constructors with complex toString
1458 results.
1459
1460
14612008-10-06: Version 0.3.4
1462
1463 Changed Array.prototype.sort to use quick sort.
1464
1465 Fixed code generation issue where leaving a finally block with
1466 break or continue would accumulate elements on the expression
1467 stack (issue 86).
1468
1469 Made sure that the name accessor on functions returns the expected
1470 names for builtin JavaScript functions and C++ callback functions.
1471
1472 Added fast case code for extending the property storage array of
1473 JavaScript objects.
1474
1475 Ported switch statement optimizations introduced in version 0.3.3
1476 to the ARM code generator.
1477
1478 Allowed GCC to use strict-aliasing rules when compiling.
1479
1480 Improved performance of arguments object allocation by taking care
1481 of arguments adaptor frames in the generated code.
1482
1483 Updated the V8 benchmark suite to version 2.
1484
1485
14862008-09-25: Version 0.3.3
1487
1488 Improved handling of relocation information to enable more
1489 peep-hole optimizations.
1490
1491 Optimized switch statements where all labels are constant small
1492 integers.
1493
1494 Optimized String.prototype.indexOf for common cases.
1495
1496 Fixed more build issues (issue 80).
1497
1498 Fixed a couple of profiler issues.
1499
1500 Fixed bug where the body of a function created using the Function
1501 constructor was not allowed to end with a single-line comment
1502 (issue 85).
1503
1504 Improved handling of object literals by canonicalizing object
1505 literal maps. This will allow JSON objects with the same set of
1506 properties to share the same map making inline caching work better
1507 for JSON objects.
1508
1509
15102008-09-17: Version 0.3.2
1511
1512 Generalized the EvalCache into a CompilationCache and enabled it
1513 for scripts too. The current strategy is to retire all entries
1514 whenever a mark-sweep collection is started.
1515
1516 Fixed bug where switch statements containing only a default case
1517 would lead to an unbalanced stack (issue 69).
1518
1519 Fixed bug that made access to the function in a named function
1520 expression impossible in certain situations (issue 24).
1521
1522 Fixed even more build issues.
1523
1524 Optimized calling conventions on ARM. The conventions on ARM and
1525 IA-32 now match.
1526
1527 Removed static initializers for flags and counters.
1528
1529 Improved inline caching behavior for uncommon cases where lazily
1530 loading Date and RegExp code could force certain code paths go
1531 megamorphic.
1532
1533 Removed arguments adaption for builtins written in C++. This
1534 makes Array.prototype.push and Array.prototype.pop slightly
1535 faster.
1536
1537
15382008-09-11: Version 0.3.1
1539
1540 Fixed a number of build issues.
1541
1542 Fixed problem with missing I-cache flusing on ARM.
1543
1544 Changed space layout in memory management by splitting up
1545 code space into old data space and code space.
1546
1547 Added utf-8 conversion support to the API (issue 57).
1548
1549 Optimized repeated calls to eval with the same strings. These
1550 repeated calls are common in web applications.
1551
1552 Added Xcode project file.
1553
1554 Optimized a couple of Array operation.
1555
1556 Fixed parser bug by checking for end-of-string when parsing break
1557 and continue (issue 35).
1558
1559 Fixed problem where asian characters were not categorized as
1560 letters.
1561
1562 Fixed bug that disallowed calling functions fetched from an array
1563 using a string as an array index (issue 32).
1564
1565 Fixed bug where the internal field count on object templates were
1566 sometimes ignored (issue 54).
1567
1568 Added -f option to the shell sample for compatibility with other
1569 engines (issue 18).
1570
1571 Added source info to TryCatches in the API.
1572
1573 Fixed problem where the seed for the random number generator was
1574 clipped in a double to unsigned int conversion.
1575
1576 Fixed bug where cons string symbols were sometimes converted to
1577 non-symbol flat strings during GC.
1578
1579 Fixed bug in error reporting when attempting to convert null to an
1580 object.
1581
1582
15832008-09-04: Version 0.3.0
1584
1585 Added support for running tests on the ARM simulator.
1586
1587 Fixed bug in the 'in' operator where negative indices were not
1588 treated correctly.
1589
1590 Fixed build issues on gcc-4.3.1.
1591
1592 Changed Date.prototype.toLocaleTimeString to not print the
1593 timezone part of the time.
1594
1595 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
1596 with user code.
1597
1598
15992008-09-02: Version 0.2.5
1600
1601 Renamed the top level directory 'public' to 'include'.
1602
1603 Added 'env' option to the SCons build scripts to support
1604 overriding the ENV part of the build environment. This is mostly
1605 to support Windows builds in cases where SCons cannot find the
1606 correct paths to the Windows SDK, as these paths cannot be passed
1607 through shell environment variables.
1608
1609 Enabled "Buffer Security Check" on for the Windows SCons build and
1610 added the linker option /OPT:ICF as an optimization.
1611
1612 Added the V8 benchmark suite to the repository.
1613
1614
16152008-09-01: Version 0.2.4
1616
1617 Included mjsunit JavaScript test suite and C++ unit tests.
1618
1619 Changed the shell sample to not print the result of executing a
1620 script provided on the command line.
1621
1622 Fixed issue when building samples on Windows using a shared V8
1623 library. Added visibility option on Linux build which makes the
1624 generated library 18% smaller.
1625
1626 Changed build system to accept multiple build modes in one build
1627 and generate separate objects, libraries and executables for each
1628 mode.
1629
1630 Removed deferred negation optimization (a * -b => -(a * b)) since
1631 this visibly changes operand conversion order.
1632
1633 Improved parsing performance by introducing stack guard in
1634 preparsing. Without a stack guard preparsing always bails out
1635 with stack overflow.
1636
1637 Changed shell sample to take flags directly from the command-line.
1638 Added API call that implements this.
1639
1640 Added load, quit and version functions to the shell sample so it's
1641 easier to run benchmarks and tests.
1642
1643 Fixed issue with building samples and cctests on 64-bit machines.
1644
1645 Fixed bug in the runtime system where the prototype chain was not
1646 always searched for a setter when setting a property that does not
1647 exist locally.
1648
1649
16502008-08-14: Version 0.2.3
1651
1652 Improved performance of garbage collection by moving the
1653 function that updates pointers during compacting collection
1654 into the updating visitor. This gives the compiler a better
1655 chance to inline and avoid a function call per (potential)
1656 pointer.
1657
1658 Extended the shell sample with a --runtime-flags option.
1659
1660 Added Visual Studio project files for the shell.cc and
1661 process.cc samples.
1662
1663
16642008-08-13: Version 0.2.2
1665
1666 Improved performance of garbage collection by changing the way
1667 we use the marking stack in the event of stack overflow during
1668 full garbage collection and by changing the way we mark roots.
1669
1670 Cleaned up ARM version by removing top of stack caching and by
1671 introducing push/pop elimination.
1672
1673 Cleaned up the way runtime functions are called to allow
1674 runtime calls with no arguments.
1675
1676 Changed Windows build options to make sure that exceptions are
1677 disabled and that optimization flags are enabled.
1678
1679 Added first version of Visual Studio project files.
1680
1681
16822008-08-06: Version 0.2.1
1683
1684 Improved performance of unary addition by avoiding runtime calls.
1685
1686 Fixed the handling of '>' and '<=' to use right-to-left conversion
1687 and left-to-right evaluation as specified by ECMA-262.
1688
1689 Fixed a branch elimination bug on the ARM platform where incorrect
1690 code was generated because of overly aggressive branch
1691 elimination.
1692
1693 Improved performance of code that repeatedly assigns the same
1694 function to the same property of different objects with the same
1695 map.
1696
1697 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
1698 no longer expects DEBUG to be defined.
1699
1700 Added platform-nullos.cc to serve as the basis for new platform
1701 implementations.
1702
1703
17042008-07-30: Version 0.2.0
1705
1706 Changed all text files to have native svn:eol-style.
1707
1708 Added a few samples and support for building them. The samples
1709 include a simple shell that can be used to benchmark and test V8.
1710
1711 Changed V8::GetVersion to return the version as a string.
1712
1713 Added source for lazily loaded scripts to snapshots and made
1714 serialization non-destructive.
1715
1716 Improved ARM support by fixing the write barrier code to use
1717 aligned loads and stores and by removing premature locals
1718 optimization that relied on broken support for callee-saved
1719 registers (removed).
1720
1721 Refactored the code for marking live objects during garbage
1722 collection and the code for allocating objects in paged
1723 spaces. Introduced an abstraction for the map word of a heap-
1724 allocated object and changed the memory allocator to allocate
1725 executable memory only for spaces that may contain code objects.
1726
1727 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
1728 they can be used by debugging and logging modules. Added
1729 thread-safe message queues for dealing with debugger events.
1730
1731 Fixed the source code reported by toString for certain builtin
1732 empty functions and made sure that the prototype property of a
1733 function is enumerable.
1734
1735 Improved performance of converting values to condition flags in
1736 generated code.
1737
1738 Merged disassembler-{arch} files.
1739
1740
17412008-07-28: Version 0.1.4
1742
1743 Added support for storing JavaScript stack traces in a stack
1744 allocated buffer to make it visible in shallow core dumps.
1745 Controlled by the --preallocate-message-memory flag which is
1746 disabled by default.
1747
1748
17492008-07-25: Version 0.1.3
1750
1751 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
1752 map transitions would count as properties.
1753
1754 Allowed aliased eval invocations by treating them as evals in the
1755 global context. This may change in the future.
1756
1757 Added support for accessing the last entered context through the
1758 API and renamed Context::Current to Context::GetCurrent and
1759 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
1760
1761 Fixed bug in the debugger that would cause the debugger scripts to
1762 be recursively loaded and changed all disabling of interrupts to
1763 be block-structured.
1764
1765 Made snapshot data read-only to allow it to be more easily shared
1766 across multiple users of V8 when linked as a shared library.
1767
1768
17692008-07-16: Version 0.1.2
1770
1771 Fixed building on Mac OS X by recognizing i386 and friends as
1772 IA-32 platforms.
1773
1774 Added propagation of stack overflow exceptions that occur while
1775 compiling nested functions.
1776
1777 Improved debugger with support for recursive break points and
1778 handling of exceptions that occur in the debugger JavaScript code.
1779
1780 Renamed GetInternal to GetInternalField and SetInternal to
1781 SetInternalField in the API and moved InternalFieldCount and
1782 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
1783
1784
17852008-07-09: Version 0.1.1
1786
1787 Fixed bug in stack overflow check code for IA-32 targets where a
1788 non-tagged value in register eax was pushed to the stack.
1789
1790 Fixed potential quadratic behavior when converting strings to
1791 numbers.
1792
1793 Fixed bug where the return value from Object::SetProperty could
1794 end up being the property holder instead of the written value.
1795
1796 Improved debugger support by allowing nested break points and by
1797 dealing with stack-overflows when compiling functions before
1798 setting break points in them.
1799
1800
18012008-07-03: Version 0.1.0
1802
1803 Initial export.
1804