blob: e277c7a1ad5ff52a940206425e58241ad96fae5e [file] [log] [blame]
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +000012010-06-07: Version 2.2.16
2
3 Remove the SetExternalStringDiposeCallback API. Changed the
4 disposal of external string resources to call a virtual Dispose
5 method on the resource.
6
7 Added support for more precise break points when debugging and
8 stepping.
9
10 Memory usage improvements on all platforms.
11
12
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +0000132010-06-07: Version 2.2.15
14
15 Add an API to control the disposal of external string resources.
16
17 Add missing initialization of a couple of variables which makes
18 some compilers complaint when compiling with -Werror.
19
20 Improve performance on all platforms.
21
22
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +0000232010-06-02: Version 2.2.14
24
25 Fixed a crash in code generated for String.charCodeAt.
26
27 Fixed a compilation issue with some GCC versions (issue 727).
28
29 Performance optimizations on x64 and ARM platforms.
30
31
ricow@chromium.org30ce4112010-05-31 10:38:25 +0000322010-05-31: Version 2.2.13
33
34 Implement Object.getOwnPropertyDescriptor for element indices and
35 strings (issue 599).
36
37 Fix bug for windows 64 bit C calls from generated code.
38
39 Add new scons flag unalignedaccesses for arm builds.
40
41 Performance improvements on all platforms.
42
43
kmillikin@chromium.org9155e252010-05-26 13:27:57 +0000442010-05-26: Version 2.2.12
45
46 Allowed accessors to be defined on objects rather than just object
47 templates.
48
49 Changed the ScriptData API.
50
51
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +0000522010-05-21: Version 2.2.11
53
54 Fix crash bug in liveedit on 64 bit.
55
56 Use 'full compiler' when debugging is active. This should increase
57 the density of possible break points, making single step more fine
58 grained. This will only take effect for functions compiled after
59 debugging has been started, so recompilation of all functions is
60 required to get the full effect. IA32 and x64 only for now.
61
62 Misc. fixes to the Solaris build.
63
64 Add new flags --print-cumulative-gc-stat and --trace-gc-nvp.
65
66 Add filtering of CPU profiles by security context.
67
68 Fix crash bug on ARM when running without VFP2 or VFP3.
69
70 Incremental performance improvements in all backends.
71
72
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +0000732010-05-17: Version 2.2.10
74
75 Performance improvements in the x64 and ARM backends.
76
77
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +0000782010-05-10: Version 2.2.9
79
80 Allow Object.create to be called with a function (issue 697).
81
82 Fixed bug with Date.parse returning a non-NaN value when called on a
83 non date string (issue 696).
84
85 Allow unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000086 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000087
88 C++ API for retrieving JavaScript stack trace information.
89
90
ager@chromium.orgac091b72010-05-05 07:34:42 +0000912010-05-05: Version 2.2.8
92
93 Performance improvements in the x64 and ARM backends.
94
95
kmillikin@chromium.org4111b802010-05-03 10:34:42 +0000962010-05-03: Version 2.2.7
97
98 Added support for ES5 date time string format to Date.parse.
99
100 Performance improvements in the x64 backend.
101
102
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00001032010-04-28: Version 2.2.6
104
kmillikin@chromium.org4111b802010-05-03 10:34:42 +0000105 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +0000106 (by Ryan Dahl <coldredlemur@gmail.com>).
107
kmillikin@chromium.org4111b802010-05-03 10:34:42 +0000108 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +0000109
kmillikin@chromium.org4111b802010-05-03 10:34:42 +0000110 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +0000111
112 Performance improvements on all platforms.
113
kmillikin@chromium.org4111b802010-05-03 10:34:42 +0000114
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00001152010-04-26: Version 2.2.5
116
117 Various performance improvements (especially for ARM and x64)
118
119 Fixed bug in CPU profiling (http://crbug.com/42137)
120
121 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +0000122
123 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +0000124 wrong calculations.
125
126 Fixed a bug that may cause a wrong result for shift operations.
127
128
1292010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +0000130
131 Fixed warnings on arm on newer GCC versions.
132
133 Fixed a number of minor bugs.
134
135 Performance improvements on all platforms.
136
137
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +00001382010-04-14: Version 2.2.3
139
140 Added stack command and mem command to ARM simulator debugger.
141
142 Fixed scons snapshot and ARM build, and Windows X64 build issues.
143
144 Performance improvements on all platforms.
145
146
ager@chromium.org357bf652010-04-12 11:30:10 +00001472010-04-12: Version 2.2.2
148
149 Introduced new profiler API.
150
151 Fixed random number generator to produce full 32 random bits.
152
153
lrn@chromium.org25156de2010-04-06 13:10:27 +00001542010-04-06: Version 2.2.1
155
156 Debugger improvements.
157
158 Fixed minor bugs.
159
160
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +00001612010-03-29: Version 2.2.0
162
163 Fixed a few minor bugs.
164
165 Performance improvements for string operations.
166
167
ager@chromium.orgb26c50a2010-03-26 09:27:16 +00001682010-03-26: Version 2.1.10
169
170 Fixed scons build issues.
171
172 Fixed a couple of minor bugs.
173
174
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +00001752010-03-25: Version 2.1.9
176
177 Added API support for reattaching a global object to a context.
178
179 Extended debugger API with access to the internal debugger context.
180
181 Fixed Chromium crashes (issues http://crbug.com/39128 and
182 http://crbug.com/39160)
183
184
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +00001852010-03-24: Version 2.1.8
186
187 Added fine-grained garbage collection callbacks to the API.
188
189 Performance improvements on all platforms.
190
191
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00001922010-03-22: Version 2.1.7
193
194 Fixed issue 650.
195
196 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +0000197
198 Performance improvements for arithmetic operations.
199
200 Performance improvements for string operations.
201
whesse@chromium.orgcec079d2010-03-22 14:44:04 +0000202 Print script name and line number information in stack trace.
203
204
2052010-03-17: Version 2.1.6
206
207 Performance improvements for arithmetic operations.
208
209 Performance improvements for string operations.
210
211
vegorov@chromium.orgf8372902010-03-15 10:26:20 +00002122010-03-10: Version 2.1.4
213
214 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
215
216 Performance improvements on all platforms.
217
218
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00002192010-03-10: Version 2.1.3
220
221 Added API method for context-disposal notifications.
222
223 Added API method for accessing elements by integer index.
224
225 Added missing implementation of Uint32::Value and Value::IsUint32
226 API methods.
227
228 Added IsExecutionTerminating API method.
229
230 Disabled strict aliasing for GCC 4.4.
231
232 Fixed string-concatenation bug (issue 636).
233
234 Performance improvements on all platforms.
235
236
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00002372010-02-23: Version 2.1.2
238
239 Fix a crash bug caused by wrong assert.
240
241 Fix a bug with register names on 64-bit V8 (issue 615).
242
243 Performance improvements on all platforms.
244
ager@chromium.orgce5e87b2010-03-10 10:24:18 +0000245
ager@chromium.org5c838252010-02-19 08:53:10 +00002462010-02-19: Version 2.1.1
247
248 [ES5] Implemented Object.defineProperty.
249
250 Improved profiler support.
251
252 Added SetPrototype method in the public V8 API.
253
254 Added GetScriptOrigin and GetScriptLineNumber methods to Function
255 objects in the API.
256
257 Performance improvements on all platforms.
258
259
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00002602010-02-03: Version 2.1.0
261
262 Values are now always wrapped in objects when used as a receiver.
263 (issue 223).
264
265 [ES5] Implemented Object.getOwnPropertyNames.
266
267 [ES5] Restrict JSON.parse to only accept strings that conforms to the
268 JSON grammar.
269
270 Improvement of debugger agent (issue 549 and 554).
271
272 Fixed problem with skipped stack frame in profiles (issue 553).
273
274 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
275 <ry@tinyclouds.org>.
276
277 Fix a bug that Math.round() returns incorrect results for huge
278 integers.
279
280 Fix enumeration order for objects created from some constructor
281 functions (isue http://crbug.com/3867).
282
283 Fix arithmetic on some integer constants (issue 580).
284
285 Numerous performance improvements including porting of previous IA-32
286 optimizations to x64 and ARM architectures.
287
288
fschneider@chromium.org0c20e672010-01-14 15:28:53 +00002892010-01-14: Version 2.0.6
290
291 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
292 GetOwnProperty, FromPropertyDescriptor.
293
294 Fixed Mac x64 build errors.
295
296 Improved performance of some math and string operations.
297
298 Improved performance of some regexp operations.
299
300 Improved performance of context creation.
301
302 Improved performance of hash tables.
303
304
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003052009-12-18: Version 2.0.5
306
307 Extended to upper limit of map space to allow for 7 times as many map
308 to be allocated (issue 524).
309
310 Improved performance of code using closures.
311
312 Improved performance of some binary operations involving doubles.
313
314
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003152009-12-16: Version 2.0.4
316
sgjesse@chromium.org846fb742009-12-18 08:56:33 +0000317 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000318
sgjesse@chromium.org846fb742009-12-18 08:56:33 +0000319 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000320
sgjesse@chromium.org846fb742009-12-18 08:56:33 +0000321 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000322
sgjesse@chromium.org846fb742009-12-18 08:56:33 +0000323 Improved handling of external strings by using a separate table
324 instead of weak handles. This improves garbage collection
325 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000326
sgjesse@chromium.org846fb742009-12-18 08:56:33 +0000327 Changed code generation for object and array literals in toplevel
328 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000329
sgjesse@chromium.org846fb742009-12-18 08:56:33 +0000330 Fixed a crash bug triggered when garbage collection happened during
331 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000332
sgjesse@chromium.org846fb742009-12-18 08:56:33 +0000333 Fixed crash bug sometimes triggered when local variables shadowed
334 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000335
336
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003372009-12-03: Version 2.0.3
338
339 Optimized handling and adding of strings, for-in and Array.join.
340
341 Heap serialization is now non-destructive.
342
343 Improved profiler support with information on time spend in C++
344 callbacks registered through the API.
345
346 Added commands to the debugger protocol for starting/stopping
347 profiling.
348
349 Enabled the non-optimizing compiler for top-level code.
350
351 Changed the API to only allow strings to be set as data objects on
352 Contexts and scripts to avoid potentially keeping global objects
353 around for too long (issue 528).
354
355 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
356
357 Fixed bugs.
358
359
ager@chromium.org01beca72009-11-24 14:29:16 +00003602009-11-24: Version 2.0.2
361
362 Improved profiler support.
363
364 Fixed bug that broke compilation of d8 with readline support.
365
366
ager@chromium.org6141cbe2009-11-20 12:14:52 +00003672009-11-20: Version 2.0.1
368
369 Fixed crash bug in String.prototype.replace.
370
371 Reverted a change which caused Chromium interactive ui test
372 failures.
373
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000374
ager@chromium.orgc4c92722009-11-18 14:12:51 +00003752009-11-18: Version 2.0.0
376
377 Added support for VFP on ARM.
378
379 Added TryCatch::ReThrow method to the API.
380
381 Reduced the size of snapshots and improved the snapshot load time.
382
383 Improved heap profiler support.
384
385 64-bit version now supported on Windows.
386
387 Fixed a number of debugger issues.
388
389 Fixed bugs.
390
391
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003922009-10-29: Version 1.3.18
393
394 Reverted a change which caused crashes in RegExp replace.
395
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +0000396 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +0000397
398
ager@chromium.org3811b432009-10-28 14:53:37 +00003992009-10-28: Version 1.3.17
400
401 Added API method to get simple heap statistics.
402
403 Improved heap profiler support.
404
405 Fixed the implementation of the resource constraint API so it
406 works when using snapshots.
407
408 Fixed a number of issues in the Windows 64-bit version.
409
410 Optimized calls to API getters.
411
412 Added valgrind notification on code modification to the 64-bit version.
413
414 Fixed issue where we logged shared library addresses on Windows at
415 startup and never used them.
416
417
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004182009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000419
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +0000420 X64: Convert smis to holding 32 bits of payload.
421
422 Introduce v8::Integer::NewFromUnsigned method.
423
424 Add missing null check in Context::GetCurrent.
425
426 Add trim, trimLeft and trimRight methods to String
427 Patch by Jan de Mooij <jandemooij@gmail.com>
428
429 Implement ES5 Array.isArray
430 Patch by Jan de Mooij <jandemooij@gmail.com>
431
432 Skip access checks for hidden properties.
433
434 Add String::Concat(Handle<String> left, Handle<String> right) to the V8 API.
435
436 Fix GYP-based builds of V8.
437
438
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004392009-10-07: Version 1.3.15
440
441 Expand the maximum size of the code space to 512MB for 64-bit mode.
442
443 Fixed a crash bug happening when starting profiling (issue
444 http://crbug.com/23768).
445
446
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004472009-10-07: Version 1.3.14
448
449 Added GetRealNamedProperty to the API to lookup real properties
450 located on the object or in the prototype chain skipping any
451 interceptors.
452
453 Fix the stack limits setting API to work correctly with threads. The
454 stack limit now needs to be set to each thread thich is used with V8.
455
456 Remove the high-priority flag from IdleNotification()
457
458 Ensure V8 is initialized before locking and unlocking threads.
459
460 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +0000461 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +0000462 Crockford from the project.
463
464 Added a missing optimization in StringCharAt.
465
466 Fixed some flaky socket tests.
467
468 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
469 in 64-bit mode.
470
471 Fixed memory leaks in the thread management code.
472
473 Fixed the result of assignment to a pixel array. The assigned value
474 is now the result.
475
476 Error reporting for invalid left-hand sides in for-in statements, pre-
477 and postfix count expressions, and assignments now matches the JSC
478 behavior in Safari 4.
479
480 Follow the spec in disallowing function declarations without a name.
481
482 Always allocate code objects within a 2 GB range. On x64 architecture
483 this is used to use near calls (32-bit displacement) in Code objects.
484
485 Optimized array construction ported to x64 and ARM architectures.
486
487 [ES5] Changed Object.keys to return strings for element indices.
488
489
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004902009-09-23: Version 1.3.13
491
492 Fixed uninitialized memory problem.
493
494 Improved heap profiler support.
495
496
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +00004972009-09-22: Version 1.3.12
498
499 Changed behavior of |function|.toString() on built-in functions to
500 be compatible with other implementations. Patch by Jan de Mooij.
501
502 Added Object::IsDirty in the API.
503
504 Optimized array construction; it is now handled purely in native
505 code.
506
507 [ES5] Made properties of the arguments array enumerable.
508
509 [ES5] Added test suite adapter for the es5conform test suite.
510
511 [ES5] Added Object.keys function.
512
ager@chromium.org68e7ab72009-09-23 09:40:39 +0000513
ager@chromium.org4af710e2009-09-15 12:20:11 +00005142009-09-15: Version 1.3.11
515
516 Fixed crash in error reporting during bootstrapping.
517
518 Optimized generated IA32 math code by using SSE2 instructions when
519 available.
520
521 Implemented missing pieces of debugger infrastructure on ARM. The
522 debugger is now fully functional on ARM.
523
524 Make 'hidden' the default visibility for gcc.
525
526
ager@chromium.orga1645e22009-09-09 19:27:10 +00005272009-09-09: Version 1.3.10
528
529 Fixed profiler on Mac in 64-bit mode.
530
531 Optimized creation of objects from simple constructor functions on
532 ARM.
533
534 Fixed a number of debugger issues.
535
536 Reduced the amount of memory consumed by V8.
537
538
ager@chromium.org18ad94b2009-09-02 08:22:29 +00005392009-09-02: Version 1.3.9
540
541 Optimized stack guard checks on ARM.
542
543 Optimized API operations by inlining more in the API.
544
545 Optimized creation of objects from simple constructor functions.
546
547 Enabled a number of missing optimizations in the 64-bit port.
548
549 Implemented native-code support for regular expressions on ARM.
550
551 Stopped using the 'sahf' instruction on 64-bit machines that do
552 not support it.
553
554 Fixed a bug in the support for forceful termination of JavaScript
555 execution.
556
557
ager@chromium.org96c75b52009-08-26 09:13:16 +00005582009-08-26: Version 1.3.8
559
560 Changed the handling of idle notifications to allow idle
561 notifications when V8 has not yet been initialized.
562
563 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000564
ager@chromium.org96c75b52009-08-26 09:13:16 +0000565
ager@chromium.orgab99eea2009-08-25 07:05:41 +00005662009-08-25: Version 1.3.7
567
568 Reduced the size of generated code on ARM platforms by reducing
569 the size of constant pools.
570
571 Changed build files to not include the 'ENV' user environment
572 variable in the build environment.
573
574 Changed the handling of idle notifications.
575
576
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00005772009-08-21: Version 1.3.6
578
579 Add support for forceful termination of JavaScript execution.
580
581 Add low memory notification to the API. The embedding host can signal
582 a low memory situation to V8.
583
584 Changed the handling of global handles (persistent handles in the API
585 sense) to avoid issues regarding allocation of new global handles
586 during weak handle callbacks.
587
588 Changed the growth policy of the young space.
589
590 Fixed a GC issue introduced in version 1.3.5.
591
592
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00005932009-08-19: Version 1.3.5
594
595 Optimize initialization of some arrays in the builtins.
596
597 Fix mac-nm script to support filenames with spaces.
598
599 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
600
601 Changed typeof RegExp from 'object' to 'function' for compatibility.
602 Fixed bug where regexps were not callable across contexts.
603
604 Added context independent script compilation to the API.
605
606 Added API call to get the stack trace for an exception.
607
608 Added API for getting object mirrors.
609
610 Make sure that SSE3 instructions are used whenever possible even when
611 running off a snapshot generated without using SSE3 instructions.
612
613 Tweaked the handling of the initial size and growth policy of the heap.
614
615 Added native code generation for RegExp to 64-bit version.
616
617 Added JavaScript debugger support to 64-bit version.
618
619
ager@chromium.orgadd848f2009-08-13 12:44:13 +00006202009-08-13: Version 1.3.4
621
622 Added a readline() command to the d8 shell.
623
624 Fixed bug in json parsing.
625
626 Added idle notification to the API and reduced memory on idle
627 notifications.
628
629
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00006302009-08-12: Version 1.3.3
631
632 Fix issue 417: incorrect %t placeholder expansion.
633
634 Add .gitignore file similar to Chromium's one.
635
636 Fix SConstruct file to build with new logging code for Android.
637
638 API: added function to find instance of template in prototype
639 chain. Inlined Object::IsInstanceOf.
640
641 Land change to notify valgrind when we modify code on x86.
642
643 Add api call to determine whether a string can be externalized.
644
645 Add a write() command to d8.
646
647
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +00006482009-08-05: Version 1.3.2
649
650 Started new compiler infrastructure for two-pass compilation using a
651 control flow graph constructed from the AST.
652
653 Profiler stack sampling for X64.
654
655 Safe handling of NaN to Posix platform-dependent time functions.
656
657 Added a new profiler control API to unify controlling various aspects
658 of profiling.
659
660 Fixed issue 392.
661
662
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00006632009-07-30: Version 1.3.1
664
665 Speed improvements to accessors and interceptors.
666
667 Added support for capturing stack information on custom errors.
668
669 Added support for morphing an object into a pixel array where its
670 indexed properties are stored in an external byte array. Values written
671 are always clamped to the 0..255 interval.
672
673 Profiler on x64 now handles C/C++ functions from shared libraries.
674
675 Changed the debugger to avoid stepping into function.call/apply if the
676 function is a built-in.
677
678 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000679
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +0000680 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000681
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +0000682 Optimized the called as constructor check for API calls.
683
684
kasperl@chromium.orge959c182009-07-27 08:59:04 +00006852009-07-27: Version 1.3.0
686
687 Allowed RegExp objects to be called as functions (issue 132).
688
689 Fixed issue where global property cells would escape after
690 detaching the global object; see http://crbug.com/16276.
691
692 Added support for stepping into setters and getters in the
693 debugger.
694
695 Changed the debugger to avoid stopping in its own JavaScript code
696 and in the code of built-in functions.
697
698 Fixed issue 345 by avoiding duplicate escaping labels.
699
700 Fixed ARM code generator crash in short-circuited boolean
701 expressions and added regression tests.
702
703 Added an external allocation limit to avoid issues where small V8
704 objects would hold on to large amounts of external memory without
705 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000706
707 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +0000708
709
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +00007102009-07-13: Version 1.2.14
711
712 Added separate paged heap space for global property cells and
713 avoid updating the write barrier when storing into them.
714
715 Improved peep-hole optimization on ARM platforms by not emitting
716 unnecessary debug information.
717
718 Re-enabled ICs for loads and calls that skip a global object
719 during lookup through the prototype chain.
720
721 Allowed access through global proxies to use ICs.
722
723 Fixed issue 401.
724
725
kasperl@chromium.org68ac0092009-07-09 06:00:35 +00007262009-07-09: Version 1.2.13
727
728 Fixed issue 397, issue 398, and issue 399.
729
730 Added support for breakpoint groups.
731
732 Fixed bugs introduced with the new global object representation.
733
734 Fixed a few bugs in the ARM code generator.
735
736
kasperl@chromium.org86f77b72009-07-06 08:21:57 +00007372009-07-06: Version 1.2.12
738
739 Added stack traces collection to Error objects accessible through
740 the e.stack property.
741
742 Changed RegExp parser to use a recursive data structure instead of
743 stack-based recursion.
744
745 Optimized Date object construction and string concatenation.
746
747 Improved performance of div, mod, and mul on ARM platforms.
748
749
kasperl@chromium.org2abc4502009-07-02 07:00:29 +00007502009-07-02: Version 1.2.11
751
752 Improved performance on IA-32 and ARM.
753
754 Fixed profiler sampler implementation on Mac OS X.
755
756 Changed the representation of global objects to improve
757 performance of adding a lot of new properties.
758
759
ager@chromium.org3e875802009-06-29 08:26:34 +00007602009-06-29: Version 1.2.10
761
762 Improved debugger support.
763
764 Fixed bug in exception message reporting (issue 390).
765
766 Improved overall performance.
767
768
ager@chromium.org5aa501c2009-06-23 07:57:28 +00007692009-06-23: Version 1.2.9
770
771 Improved math performance on ARM.
772
773 Fixed profiler name-inference bug.
774
775 Fixed handling of shared libraries in the profiler tick processor
776 scripts.
777
778 Fixed handling of tests that time out in the test scripts.
779
780 Fixed compilation on MacOS X version 10.4.
781
782 Fixed two bugs in the regular expression engine.
783
784 Fixed a bug in the string type inference.
785
786 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000787
ager@chromium.org5aa501c2009-06-23 07:57:28 +0000788 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000789
ager@chromium.org5aa501c2009-06-23 07:57:28 +0000790
ager@chromium.orgeadaf222009-06-16 09:43:10 +00007912009-06-16: Version 1.2.8
792
793 Optimized math on ARM platforms.
794
795 Fixed two crash bugs in the handling of getters and setters.
796
797 Improved the debugger support by adding scope chain information.
798
799 Improved the profiler support by compressing log data transmitted
800 to clients.
801
802 Improved overall performance.
803
804
ager@chromium.orge2902be2009-06-08 12:21:35 +00008052009-06-08: Version 1.2.7
806
807 Improved debugger and profiler support.
808
809 Reduced compilation time by improving the handling of deferred
810 code.
811
812 Optimized interceptor accesses where the property is on the object
813 on which the interceptors is attached.
814
815 Fixed compilation problem on GCC 4.4 by changing the stack
816 alignment to 16 bytes.
817
818 Fixed handle creation to follow stric aliasing rules.
819
820 Fixed compilation on FreeBSD.
821
822 Introduced API for forcing the deletion of a property ignoring
823 interceptors and attributes.
824
825
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +00008262009-05-29: Version 1.2.6
827
828 Added a histogram recording hit rates at different levels of the
829 compilation cache.
830
831 Added stack overflow check for the RegExp analysis phase. Previously a
832 very long regexp graph could overflow the stack with recursive calls.
833
834 Use a dynamic buffer when collecting log events in memory.
835
836 Added start/stop events to the profiler log.
837
838 Fixed infinite loop which could happen when setting a debug break while
839 executing a RegExp compiled to native code.
840
841 Fixed handling of lastIndexOf called with negative index (issue 351).
842
843 Fixed irregular crash in profiler test (issue 358).
844
845 Fixed compilation issues with some versions of gcc.
846
847
kasperl@chromium.org71affb52009-05-26 05:44:31 +00008482009-05-26: Version 1.2.5
849
850 Fixed bug in initial boundary check for Boyer-Moore text
851 search (issue 349).
852
853 Fixed compilation issues with MinGW and gcc 4.3+ and added support
854 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
855 Craig Schlenter.
856
857 Added a script cache to the debugger.
858
859 Optimized compilation performance by improving internal data
860 structures and avoiding expensive property load optimizations for
861 code that's infrequently executed.
862
863 Exposed the calling JavaScript context through the static API
864 function Context::GetCalling().
865
866
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +00008672009-05-18: Version 1.2.4
868
869 Improved performance of floating point number allocation for ARM
870 platforms.
871
872 Fixed crash when using the instanceof operator on functions with
873 number values in their prototype chain (issue 341).
874
875 Optimized virtual frame operations in the code generator to speed
876 up compilation time and allocated the frames in the zone.
877
878 Made the representation of virtual frames and jump targets in the
879 code generator much more compact.
880
881 Avoided linear search for non-locals in scope code when resolving
882 variables inside with and eval scopes.
883
884 Optimized lexical scanner by dealing with whitespace as part of
885 the token scanning instead of as a separate step before it.
886
887 Changed the scavenging collector so that promoted objects do not
888 reside in the old generation while their remembered set is being
889 swept for pointers into the young generation.
890
891 Fixed numeric overflow handling when compiling count operations.
892
893
ager@chromium.org9085a012009-05-11 19:22:57 +00008942009-05-11: Version 1.2.3
895
896 Fixed bug in reporting of out-of-memory situations.
897
898 Introduced hidden prototypes on certain builtin prototype objects
899 such as String.prototype to emulate JSC's behavior of restoring
900 the original function when deleting functions from those prototype
901 objects.
902
903 Fixed crash bug in the register allocator.
904
905
ager@chromium.org5ec48922009-05-05 07:25:34 +00009062009-05-04: Version 1.2.2
907
908 Fixed bug in array sorting for sparse arrays (issue 326).
909
910 Added support for adding a soname when building a shared library
911 on Linux (issue 151).
912
913 Fixed bug caused by morphing internal ASCII strings to external
914 two-byte strings. Slices over ASCII strings have to forward ASCII
915 checks to the underlying buffer string.
916
917 Allowed API call-as-function handlers to be called as
918 constructors.
919
920 Fixed a crash bug where an external string was disposed but a
921 slice of the external string survived as a symbol.
922
923
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00009242009-04-27: Version 1.2.1
925
926 Added EcmaScript 5 JSON object.
927
928 Fix bug in preemption support on ARM.
929
930
ager@chromium.org65dad4b2009-04-23 08:48:43 +00009312009-04-23: Version 1.2.0
932
933 Optimized floating-point operations on ARM.
934
935 Added a number of extensions to the debugger API.
936
937 Changed the enumeration order for unsigned integer keys to always
938 be numerical order.
939
940 Added a "read" extension to the shell sample.
941
942 Added support for Array.prototype.reduce and
943 Array.prototype.reduceRight.
944
945 Added an option to the SCons build to control Microsoft Visual C++
946 link-time code generation.
947
948 Fixed a number of bugs (in particular issue 315, issue 316,
949 issue 317 and issue 318).
950
951
kasperl@chromium.org2d18d102009-04-15 13:27:32 +00009522009-04-15: Version 1.1.10
953
954 Fixed crash bug that occurred when loading a const variable in the
955 presence of eval.
956
957 Allowed using with and eval in registered extensions in debug mode
958 by fixing bogus assert.
959
960 Fixed the source position for function returns to enable the
961 debugger to break there.
962
963
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +00009642009-04-14: Version 1.1.9
965
966 Made the stack traversal code in the profiler robust by avoiding
967 to look into the heap.
968
969 Added name inferencing for anonymous functions to facilitate
970 debugging and profiling.
971
972 Re-enabled stats timers in the developer shell (d8).
973
974 Fixed issue 303 by avoiding to shortcut cons-symbols.
975
976
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00009772009-04-11: Version 1.1.8
978
979 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
980
ager@chromium.org65dad4b2009-04-23 08:48:43 +0000981 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +0000982 the debugger (issue 269).
983
984 Fixed v8::Object::DeleteHiddenValue to not bail out when there
985 are no hidden properties.
986
ager@chromium.org65dad4b2009-04-23 08:48:43 +0000987 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +0000988 entries with deleted resources would lead to NPEs when looking
989 up in the symbol table.
990
991
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00009922009-04-07: Version 1.1.7
993
994 Added support for easily importing additional environment
995 variables into the SCons build.
996
997 Optimized strict equality checks.
998
999 Fixed crash in indexed setters on objects without a corresponding
1000 getter (issue 298).
1001
1002 Re-enabled script compilation cache.
1003
1004
ager@chromium.org8682a592009-04-01 10:47:14 +000010052009-04-01: Version 1.1.6
1006
1007 Reverted an unsafe code generator change.
1008
1009
ager@chromium.org71daaf62009-04-01 07:22:49 +000010102009-04-01: Version 1.1.5
1011
1012 Fixed bug that caused function literals to not be optimized as
1013 much as other functions.
1014
1015 Improved profiler support.
1016
1017 Fixed a crash bug in connection with debugger unloading.
1018
1019 Fixed a crash bug in the code generator caused by losing the
1020 information that a frame element was copied.
1021
1022 Fixed an exception propagation bug that could cause non-null
1023 return values when exceptions were thrown.
1024
1025
ager@chromium.org41826e72009-03-30 13:30:57 +000010262009-03-30: Version 1.1.4
1027
1028 Optimized String.prototype.match.
1029
1030 Improved the stack information in profiles.
1031
1032 Fixed bug in ARM port making it possible to compile the runtime
1033 system for thumb mode again.
1034
1035 Implemented a number of optimizations in the code generator.
1036
1037 Fixed a number of memory leaks in tests.
1038
1039 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00001040 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00001041
1042
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000010432009-03-24: Version 1.1.3
1044
1045 Fixed assertion failures in compilation of loop conditions.
1046
1047 Removed STL dependency from developer shell (d8).
1048
1049 Added infrastructure for protecting the V8 heap from corruption
1050 caused by memory modifications from the outside.
1051
1052
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000010532009-03-24: Version 1.1.2
1054
1055 Improved frame merge code generated by the code generator.
1056
1057 Optimized String.prototype.replace.
1058
1059 Implemented __defineGetter__ and __defineSetter__ for properties
1060 with integer keys on non-array objects.
1061
1062 Improved debugger and profiler support.
1063
1064 Fixed a number of portability issues to allow compilation for
1065 smaller ARM devices.
1066
1067 Exposed object cloning through the API.
1068
1069 Implemented hidden properties. This is used to expose an identity
1070 hash for objects through the API.
1071
1072 Implemented restarting of regular expressions if their input
1073 string changes representation during preemption.
1074
1075 Fixed a code generator bug that could cause assignments in loops
1076 to be ignored if using continue to break out of the loop (issue
1077 284).
1078
1079
ager@chromium.org3a6061e2009-03-12 14:24:36 +000010802009-03-12: Version 1.1.1
1081
1082 Fixed an assertion in the new compiler to take stack overflow
1083 exceptions into account.
1084
1085 Removed exception propagation code that could cause crashes.
1086
1087 Fixed minor bug in debugger line number computations.
1088
1089 8-byte align the C stack on Linux and Windows to speed up floating
1090 point computations.
1091
1092
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000010932009-03-12: Version 1.1.0
1094
1095 Improved code generation infrastructure by doing simple register
1096 allocation and constant folding and propagation.
1097
1098 Optimized regular expression matching by avoiding to create
1099 intermediate string arrays and by flattening nested array
1100 representations of RegExp data.
1101
1102 Traverse a few stack frames when recording profiler samples to
1103 include partial call graphs in the profiling output.
1104
1105 Added support for using OProfile to profile generated code.
1106
1107 Added remote debugging support to the D8 developer shell.
1108
1109 Optimized creation of nested literals like JSON objects.
1110
1111 Fixed a bug in garbage collecting unused maps and turned it on by
1112 default (--collect-maps).
1113
1114 Added support for running tests under Valgrind.
1115
1116
kasperl@chromium.org061ef742009-02-27 12:16:20 +000011172009-02-27: Version 1.0.3
1118
1119 Optimized double-to-integer conversions in bit operations by using
1120 SSE3 instructions if available.
1121
1122 Optimized initialization sequences that store to multiple
1123 properties of the same object.
1124
1125 Changed the D8 debugger frontend to use JSON messages.
1126
1127 Force garbage collections when disposing contexts.
1128
1129 Align code objects at 32-byte boundaries.
1130
1131
ager@chromium.org381abbb2009-02-25 13:23:22 +000011322009-02-25: Version 1.0.2
1133
1134 Improved profiling support by performing simple call stack
1135 sampling for ticks and by fixing a bug in the logging of code
1136 addresses.
1137
1138 Fixed a number of debugger issues.
1139
1140 Optimized code that uses eval.
1141
1142 Fixed a couple of bugs in the regular expression engine.
1143
1144 Reduced the size of generated code for certain regular expressions.
1145
1146 Removed JSCRE completely.
1147
1148 Fixed issue where test could not be run if there was a dot in the
1149 checkout path.
1150
1151
ager@chromium.org6f10e412009-02-13 10:11:16 +000011522009-02-13: Version 1.0.1
1153
1154 Fixed two crash-bugs in irregexp (issue 231 and 233).
1155
1156 Fixed a number of minor bugs (issue 87, 227 and 228).
1157
1158 Added support for morphing strings to external strings on demand
1159 to avoid having to create copies in the embedding code.
1160
1161 Removed experimental support for external symbol callbacks.
1162
1163
iposva@chromium.org245aa852009-02-10 00:49:54 +000011642009-02-09: Version 1.0.0
1165
1166 Fixed crash-bug in the code generation for case independent 16 bit
1167 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00001168
iposva@chromium.org245aa852009-02-10 00:49:54 +00001169 Made shells more robust in the presence of string conversion
1170 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00001171
iposva@chromium.org245aa852009-02-10 00:49:54 +00001172 Fixed a potential infinite loop when attempting to resolve
1173 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00001174
iposva@chromium.org245aa852009-02-10 00:49:54 +00001175 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00001176
iposva@chromium.org245aa852009-02-10 00:49:54 +00001177 Reduced binary by stripping unneeded text from JavaScript library and
1178 minifying some JavaScript files.
1179
1180
ager@chromium.orgddb913d2009-01-27 10:01:48 +000011812009-01-27: Version 0.4.9
1182
1183 Enabled new regular expression engine.
1184
1185 Made a number of changes to the debugger protocol.
1186
1187 Fixed a number of bugs in the preemption support.
1188
1189 Added -p option to the developer shell to run files in parallel
1190 using preemption.
1191
1192 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
1193 193, 198 and 201).
1194
1195 Fixed a number of bugs in the serialization/deserialization
1196 support for the ARM platform.
1197
1198
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000011992009-01-19: Version 0.4.8.1
1200
1201 Minor patch to debugger support.
1202
1203
ager@chromium.org32912102009-01-16 10:38:43 +000012042009-01-16: Version 0.4.8
1205
1206 Fixed string length bug on ARM (issue 171).
1207
1208 Made most methods in the API const.
1209
1210 Optimized object literals by improving data locality.
1211
1212 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00001213 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00001214
1215 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00001216 eval to behave incorrectly when using accessors (issues 186, 190
1217 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00001218
1219
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000012202009-01-06: Version 0.4.7
1221
ager@chromium.org32912102009-01-16 10:38:43 +00001222 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00001223
ager@chromium.org32912102009-01-16 10:38:43 +00001224 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00001225
ager@chromium.org32912102009-01-16 10:38:43 +00001226 Fixed subtle bug that caused the wrong 'this' to be used when
1227 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00001228
ager@chromium.org32912102009-01-16 10:38:43 +00001229 Inline array loads within loops directly in the code instead of
1230 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00001231
ager@chromium.org32912102009-01-16 10:38:43 +00001232
ager@chromium.org8bb60582008-12-11 12:02:20 +000012332008-12-11: Version 0.4.6
1234
1235 Fixed exception reporting bug where certain exceptions were
1236 incorrectly reported as uncaught.
1237
1238 Improved the memory allocation strategy used during compilation to
1239 make running out of memory when compiling huge scripts less
1240 likely.
1241
1242 Optimized String.replace by avoiding the construction of certain
1243 sub strings.
1244
1245 Fixed bug in code generation for large switch statements on ARM.
1246
1247 Fixed bug that caused V8 to change the global object template
1248 passed in by the user.
1249
1250 Changed the API for creating object groups used during garbage
1251 collection. Entire object groups are now passed to V8 instead of
1252 individual members of the groups.
1253
ager@chromium.org32912102009-01-16 10:38:43 +00001254
ager@chromium.orga74f0da2008-12-03 16:05:52 +000012552008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00001256
ager@chromium.orga74f0da2008-12-03 16:05:52 +00001257 Added experimental API support for allocating V8 symbols as
1258 external strings.
1259
1260 Fixed bugs in debugging support on ARM.
1261
1262 Changed eval implementation to correctly detect whether or not a
1263 call to eval is aliased.
1264
1265 Fixed bug caused by a combination of the compilation cache and
1266 dictionary probing in native code. The bug caused us to sometimes
1267 call functions that had not yet been compiled.
1268
1269 Added platform support for FreeBSD.
1270
1271 Added support for building V8 on Windows with either the shared or
1272 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00001273
iposva@chromium.org96f667e2008-11-26 23:48:02 +00001274 Added the v8::jscre namespace around the jscre functions to avoid
1275 link errors (duplicate symbols) when building Google Chrome.
1276
ager@chromium.orga74f0da2008-12-03 16:05:52 +00001277 Added support for calling a JavaScript function with the current
1278 debugger execution context as its argument to the debugger
1279 interface.
1280
1281 Changed the type of names of counters from wchar_t to char.
1282
1283 Changed the Windows system call used to compute daylight savings
1284 time. The system call that we used to use became four times
1285 slower on WinXP SP3.
1286
1287 Added support in the d8 developer shell for memory-mapped counters
1288 and added a stats-viewer tool.
1289
1290 Fixed bug in upper/lower case mappings (issue 149).
1291
iposva@chromium.org96f667e2008-11-26 23:48:02 +00001292
ager@chromium.org3bf7b912008-11-17 09:09:45 +000012932008-11-17: Version 0.4.4
1294
1295 Reduced code size by using shorter instruction encoding when
1296 possible.
1297
1298 Added a --help option to the shell sample and to the d8 shell.
1299
1300 Added visual studio project files for building the ARM simulator.
1301
1302 Fixed a number of ARM simulator issues.
1303
1304 Fixed bug in out-of-memory handling on ARM.
1305
1306 Implemented shell support for passing arguments to a script from
1307 the command line.
1308
1309 Fixed bug in date code that made certain date functions return -0
1310 instead of 0 for dates before the epoch.
1311
1312 Restricted applications of eval so it can only be used in the
1313 context of the associated global object.
1314
1315 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00001316
1317
ager@chromium.org870a0b62008-11-04 11:43:05 +000013182008-11-04: Version 0.4.3
1319
1320 Added support for API accessors that prohibit overwriting by
1321 accessors defined in JavaScript code by using __defineGetter__ and
1322 __defineSetter__.
1323
1324 Improved handling of conditionals in test status files.
1325
1326 Introduced access control in propertyIsEnumerable.
1327
1328 Improved performance of some string operations by caching
1329 information about the type of the string between operations.
1330
1331 Fixed bug in fast-case code for switch statements that only have
1332 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00001333
ager@chromium.org870a0b62008-11-04 11:43:05 +00001334
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000013352008-10-30: Version 0.4.2
1336
1337 Improved performance of Array.prototype.concat by moving the
1338 implementation to C++ (issue 123).
1339
1340 Fixed heap growth policy to avoid growing old space to its maximum
1341 capacity before doing a garbage collection and fixed issue that
1342 would lead to artificial out of memory situations (issue 129).
1343
1344 Fixed Date.prototype.toLocaleDateString to return the date in the
1345 same format as WebKit.
1346
1347 Added missing initialization checks to debugger API.
1348
1349 Added removing of unused maps during GC.
1350
1351
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000013522008-10-28: Version 0.4.1
1353
1354 Added caching of RegExp data in compilation cache.
1355
1356 Added Visual Studio project file for d8 shell.
1357
1358 Fixed function call performance regression introduced in version
1359 0.4.0 when splitting the global object in two parts (issue 120).
1360
1361 Fixed issue 131 by checking for empty handles before throwing and
1362 reporting exceptions.
1363
1364
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000013652008-10-23: Version 0.4.0
1366
1367 Split the global object into two parts: The state holding global
1368 object and the global object proxy.
1369
1370 Fixed bug that affected the value of an assignment to an element
1371 in certain cases (issue 116).
1372
1373 Added GetPropertyNames functionality (issue 33) and extra Date
1374 functions (issue 77) to the API.
1375
1376 Changed WeakReferenceCallback to take a Persistent<Value> instead
1377 of a Persistent<Object> (issue 101).
1378
1379 Fixed issues with message reporting for exceptions in try-finally
1380 blocks (issues 73 and 75).
1381
ager@chromium.org32912102009-01-16 10:38:43 +00001382 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00001383
1384 Improved Boyer-Moore implementation for faster indexOf operations.
1385
1386 Added development shell (d8) which includes counters and
1387 completion support.
1388
1389 Fixed problem with the receiver passed to functions called from
1390 eval (issue 124).
1391
1392
ager@chromium.org7c537e22008-10-16 08:43:32 +000013932008-10-16: Version 0.3.5
1394
1395 Improved string hash-code distribution by excluding bit-field bits
1396 from the hash-code.
1397
1398 Changed string search algorithm used in indexOf from KMP to
1399 Boyer-Moore.
1400
1401 Improved the generated code for the instanceof operator.
1402
1403 Improved performance of slow-case string equality checks by
1404 specializing the code based on the string representation.
1405
1406 Improve the handling of out-of-memory situations (issue 70).
1407
1408 Improved performance of strict equality checks.
1409
1410 Improved profiler output to make it easier to see anonymous
1411 functions.
1412
1413 Improved performance of slow-case keyed loads.
1414
1415 Improved property access performance by allocating a number of
1416 properties in the front object.
1417
1418 Changed the toString behavior on the built-in object constructors
1419 to print [native code] instead of the actual source. Some web
1420 applications do not like constructors with complex toString
1421 results.
ager@chromium.org32912102009-01-16 10:38:43 +00001422
ager@chromium.org7c537e22008-10-16 08:43:32 +00001423
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000014242008-10-06: Version 0.3.4
1425
1426 Changed Array.prototype.sort to use quick sort.
1427
1428 Fixed code generation issue where leaving a finally block with
1429 break or continue would accumulate elements on the expression
1430 stack (issue 86).
1431
1432 Made sure that the name accessor on functions returns the expected
1433 names for builtin JavaScript functions and C++ callback functions.
1434
1435 Added fast case code for extending the property storage array of
1436 JavaScript objects.
1437
1438 Ported switch statement optimizations introduced in version 0.3.3
1439 to the ARM code generator.
1440
1441 Allowed GCC to use strict-aliasing rules when compiling.
1442
1443 Improved performance of arguments object allocation by taking care
1444 of arguments adaptor frames in the generated code.
1445
1446 Updated the V8 benchmark suite to version 2.
1447
1448
ager@chromium.org236ad962008-09-25 09:45:57 +000014492008-09-25: Version 0.3.3
1450
1451 Improved handling of relocation information to enable more
1452 peep-hole optimizations.
1453
1454 Optimized switch statements where all labels are constant small
1455 integers.
1456
1457 Optimized String.prototype.indexOf for common cases.
1458
1459 Fixed more build issues (issue 80).
1460
1461 Fixed a couple of profiler issues.
1462
1463 Fixed bug where the body of a function created using the Function
1464 constructor was not allowed to end with a single-line comment
1465 (issue 85).
1466
1467 Improved handling of object literals by canonicalizing object
1468 literal maps. This will allow JSON objects with the same set of
1469 properties to share the same map making inline caching work better
1470 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00001471
ager@chromium.org236ad962008-09-25 09:45:57 +00001472
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000014732008-09-17: Version 0.3.2
1474
1475 Generalized the EvalCache into a CompilationCache and enabled it
1476 for scripts too. The current strategy is to retire all entries
1477 whenever a mark-sweep collection is started.
1478
1479 Fixed bug where switch statements containing only a default case
1480 would lead to an unbalanced stack (issue 69).
1481
1482 Fixed bug that made access to the function in a named function
1483 expression impossible in certain situations (issue 24).
1484
1485 Fixed even more build issues.
1486
1487 Optimized calling conventions on ARM. The conventions on ARM and
1488 IA-32 now match.
1489
1490 Removed static initializers for flags and counters.
1491
1492 Improved inline caching behavior for uncommon cases where lazily
1493 loading Date and RegExp code could force certain code paths go
1494 megamorphic.
1495
1496 Removed arguments adaption for builtins written in C++. This
1497 makes Array.prototype.push and Array.prototype.pop slightly
1498 faster.
1499
1500
ager@chromium.org9258b6b2008-09-11 09:11:10 +000015012008-09-11: Version 0.3.1
1502
1503 Fixed a number of build issues.
1504
1505 Fixed problem with missing I-cache flusing on ARM.
1506
1507 Changed space layout in memory management by splitting up
1508 code space into old data space and code space.
1509
1510 Added utf-8 conversion support to the API (issue 57).
1511
1512 Optimized repeated calls to eval with the same strings. These
1513 repeated calls are common in web applications.
1514
1515 Added Xcode project file.
1516
1517 Optimized a couple of Array operation.
1518
1519 Fixed parser bug by checking for end-of-string when parsing break
1520 and continue (issue 35).
1521
1522 Fixed problem where asian characters were not categorized as
1523 letters.
1524
1525 Fixed bug that disallowed calling functions fetched from an array
1526 using a string as an array index (issue 32).
1527
1528 Fixed bug where the internal field count on object templates were
1529 sometimes ignored (issue 54).
1530
1531 Added -f option to the shell sample for compatibility with other
1532 engines (issue 18).
1533
1534 Added source info to TryCatches in the API.
1535
1536 Fixed problem where the seed for the random number generator was
1537 clipped in a double to unsigned int conversion.
1538
1539 Fixed bug where cons string symbols were sometimes converted to
1540 non-symbol flat strings during GC.
1541
1542 Fixed bug in error reporting when attempting to convert null to an
1543 object.
ager@chromium.org32912102009-01-16 10:38:43 +00001544
1545
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000015462008-09-04: Version 0.3.0
1547
1548 Added support for running tests on the ARM simulator.
1549
1550 Fixed bug in the 'in' operator where negative indices were not
1551 treated correctly.
1552
1553 Fixed build issues on gcc-4.3.1.
1554
1555 Changed Date.prototype.toLocaleTimeString to not print the
1556 timezone part of the time.
1557
1558 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
1559 with user code.
1560
1561
v8.team.kasperl727e9952008-09-02 14:56:44 +000015622008-09-02: Version 0.2.5
1563
1564 Renamed the top level directory 'public' to 'include'.
1565
1566 Added 'env' option to the SCons build scripts to support
1567 overriding the ENV part of the build environment. This is mostly
1568 to support Windows builds in cases where SCons cannot find the
1569 correct paths to the Windows SDK, as these paths cannot be passed
1570 through shell environment variables.
1571
1572 Enabled "Buffer Security Check" on for the Windows SCons build and
1573 added the linker option /OPT:ICF as an optimization.
1574
1575 Added the V8 benchmark suite to the repository.
1576
1577
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000015782008-09-01: Version 0.2.4
1579
1580 Included mjsunit JavaScript test suite and C++ unit tests.
1581
1582 Changed the shell sample to not print the result of executing a
1583 script provided on the command line.
1584
1585 Fixed issue when building samples on Windows using a shared V8
1586 library. Added visibility option on Linux build which makes the
1587 generated library 18% smaller.
1588
1589 Changed build system to accept multiple build modes in one build
1590 and generate separate objects, libraries and executables for each
1591 mode.
1592
1593 Removed deferred negation optimization (a * -b => -(a * b)) since
1594 this visibly changes operand conversion order.
1595
1596 Improved parsing performance by introducing stack guard in
1597 preparsing. Without a stack guard preparsing always bails out
1598 with stack overflow.
1599
1600 Changed shell sample to take flags directly from the command-line.
1601 Added API call that implements this.
1602
1603 Added load, quit and version functions to the shell sample so it's
1604 easier to run benchmarks and tests.
1605
1606 Fixed issue with building samples and cctests on 64-bit machines.
1607
1608 Fixed bug in the runtime system where the prototype chain was not
1609 always searched for a setter when setting a property that does not
1610 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00001611
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00001612
mads.s.agercbaa0602008-08-14 13:41:48 +000016132008-08-14: Version 0.2.3
1614
1615 Improved performance of garbage collection by moving the
1616 function that updates pointers during compacting collection
1617 into the updating visitor. This gives the compiler a better
1618 chance to inline and avoid a function call per (potential)
1619 pointer.
1620
1621 Extended the shell sample with a --runtime-flags option.
1622
1623 Added Visual Studio project files for the shell.cc and
1624 process.cc samples.
1625
1626
16272008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00001628
1629 Improved performance of garbage collection by changing the way
1630 we use the marking stack in the event of stack overflow during
1631 full garbage collection and by changing the way we mark roots.
1632
1633 Cleaned up ARM version by removing top of stack caching and by
1634 introducing push/pop elimination.
1635
1636 Cleaned up the way runtime functions are called to allow
1637 runtime calls with no arguments.
1638
1639 Changed Windows build options to make sure that exceptions are
1640 disabled and that optimization flags are enabled.
1641
1642 Added first version of Visual Studio project files.
1643
1644
mads.s.agercbaa0602008-08-14 13:41:48 +000016452008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00001646
1647 Improved performance of unary addition by avoiding runtime calls.
1648
1649 Fixed the handling of '>' and '<=' to use right-to-left conversion
1650 and left-to-right evaluation as specified by ECMA-262.
1651
1652 Fixed a branch elimination bug on the ARM platform where incorrect
1653 code was generated because of overly aggressive branch
1654 elimination.
1655
1656 Improved performance of code that repeatedly assigns the same
1657 function to the same property of different objects with the same
1658 map.
1659
1660 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
1661 no longer expects DEBUG to be defined.
1662
1663 Added platform-nullos.cc to serve as the basis for new platform
1664 implementations.
1665
mads.s.ager31e71382008-08-13 09:32:07 +00001666
mads.s.agercbaa0602008-08-14 13:41:48 +000016672008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00001668
1669 Changed all text files to have native svn:eol-style.
1670
1671 Added a few samples and support for building them. The samples
1672 include a simple shell that can be used to benchmark and test V8.
1673
1674 Changed V8::GetVersion to return the version as a string.
1675
1676 Added source for lazily loaded scripts to snapshots and made
1677 serialization non-destructive.
1678
1679 Improved ARM support by fixing the write barrier code to use
1680 aligned loads and stores and by removing premature locals
1681 optimization that relied on broken support for callee-saved
1682 registers (removed).
1683
1684 Refactored the code for marking live objects during garbage
1685 collection and the code for allocating objects in paged
1686 spaces. Introduced an abstraction for the map word of a heap-
1687 allocated object and changed the memory allocator to allocate
1688 executable memory only for spaces that may contain code objects.
1689
1690 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
1691 they can be used by debugging and logging modules. Added
1692 thread-safe message queues for dealing with debugger events.
1693
1694 Fixed the source code reported by toString for certain builtin
1695 empty functions and made sure that the prototype property of a
1696 function is enumerable.
1697
1698 Improved performance of converting values to condition flags in
1699 generated code.
1700
1701 Merged disassembler-{arch} files.
1702
1703
mads.s.agercbaa0602008-08-14 13:41:48 +000017042008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00001705
1706 Added support for storing JavaScript stack traces in a stack
1707 allocated buffer to make it visible in shallow core dumps.
1708 Controlled by the --preallocate-message-memory flag which is
1709 disabled by default.
1710
1711
mads.s.agercbaa0602008-08-14 13:41:48 +000017122008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00001713
1714 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
1715 map transitions would count as properties.
1716
1717 Allowed aliased eval invocations by treating them as evals in the
1718 global context. This may change in the future.
1719
1720 Added support for accessing the last entered context through the
1721 API and renamed Context::Current to Context::GetCurrent and
1722 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
1723
1724 Fixed bug in the debugger that would cause the debugger scripts to
1725 be recursively loaded and changed all disabling of interrupts to
1726 be block-structured.
1727
1728 Made snapshot data read-only to allow it to be more easily shared
1729 across multiple users of V8 when linked as a shared library.
1730
1731
mads.s.agercbaa0602008-08-14 13:41:48 +000017322008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00001733
1734 Fixed building on Mac OS X by recognizing i386 and friends as
1735 IA-32 platforms.
1736
1737 Added propagation of stack overflow exceptions that occur while
1738 compiling nested functions.
1739
1740 Improved debugger with support for recursive break points and
1741 handling of exceptions that occur in the debugger JavaScript code.
1742
1743 Renamed GetInternal to GetInternalField and SetInternal to
1744 SetInternalField in the API and moved InternalFieldCount and
1745 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
1746
1747
mads.s.agercbaa0602008-08-14 13:41:48 +000017482008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00001749
1750 Fixed bug in stack overflow check code for IA-32 targets where a
1751 non-tagged value in register eax was pushed to the stack.
1752
1753 Fixed potential quadratic behavior when converting strings to
1754 numbers.
1755
1756 Fixed bug where the return value from Object::SetProperty could
1757 end up being the property holder instead of the written value.
1758
1759 Improved debugger support by allowing nested break points and by
1760 dealing with stack-overflows when compiling functions before
1761 setting break points in them.
1762
1763
mads.s.agercbaa0602008-08-14 13:41:48 +000017642008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00001765
kasper.lundbd3ec4e2008-07-09 11:06:54 +00001766 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00001767