blob: a6de794d30a5104bea1d98c532d4925ae3dfd6ef [file] [log] [blame]
ricow@chromium.org30ce4112010-05-31 10:38:25 +000012010-05-31: Version 2.2.13
2
3 Implement Object.getOwnPropertyDescriptor for element indices and
4 strings (issue 599).
5
6 Fix bug for windows 64 bit C calls from generated code.
7
8 Add new scons flag unalignedaccesses for arm builds.
9
10 Performance improvements on all platforms.
11
12
kmillikin@chromium.org9155e252010-05-26 13:27:57 +0000132010-05-26: Version 2.2.12
14
15 Allowed accessors to be defined on objects rather than just object
16 templates.
17
18 Changed the ScriptData API.
19
20
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +0000212010-05-21: Version 2.2.11
22
23 Fix crash bug in liveedit on 64 bit.
24
25 Use 'full compiler' when debugging is active. This should increase
26 the density of possible break points, making single step more fine
27 grained. This will only take effect for functions compiled after
28 debugging has been started, so recompilation of all functions is
29 required to get the full effect. IA32 and x64 only for now.
30
31 Misc. fixes to the Solaris build.
32
33 Add new flags --print-cumulative-gc-stat and --trace-gc-nvp.
34
35 Add filtering of CPU profiles by security context.
36
37 Fix crash bug on ARM when running without VFP2 or VFP3.
38
39 Incremental performance improvements in all backends.
40
41
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +0000422010-05-17: Version 2.2.10
43
44 Performance improvements in the x64 and ARM backends.
45
46
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +0000472010-05-10: Version 2.2.9
48
49 Allow Object.create to be called with a function (issue 697).
50
51 Fixed bug with Date.parse returning a non-NaN value when called on a
52 non date string (issue 696).
53
54 Allow unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000055 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000056
57 C++ API for retrieving JavaScript stack trace information.
58
59
ager@chromium.orgac091b72010-05-05 07:34:42 +0000602010-05-05: Version 2.2.8
61
62 Performance improvements in the x64 and ARM backends.
63
64
kmillikin@chromium.org4111b802010-05-03 10:34:42 +0000652010-05-03: Version 2.2.7
66
67 Added support for ES5 date time string format to Date.parse.
68
69 Performance improvements in the x64 backend.
70
71
lrn@chromium.orgc34f5802010-04-28 12:53:43 +0000722010-04-28: Version 2.2.6
73
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000074 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000075 (by Ryan Dahl <coldredlemur@gmail.com>).
76
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000077 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000078
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000079 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000080
81 Performance improvements on all platforms.
82
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000083
fschneider@chromium.org013f3e12010-04-26 13:27:52 +0000842010-04-26: Version 2.2.5
85
86 Various performance improvements (especially for ARM and x64)
87
88 Fixed bug in CPU profiling (http://crbug.com/42137)
89
90 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000091
92 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000093 wrong calculations.
94
95 Fixed a bug that may cause a wrong result for shift operations.
96
97
982010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +000099
100 Fixed warnings on arm on newer GCC versions.
101
102 Fixed a number of minor bugs.
103
104 Performance improvements on all platforms.
105
106
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +00001072010-04-14: Version 2.2.3
108
109 Added stack command and mem command to ARM simulator debugger.
110
111 Fixed scons snapshot and ARM build, and Windows X64 build issues.
112
113 Performance improvements on all platforms.
114
115
ager@chromium.org357bf652010-04-12 11:30:10 +00001162010-04-12: Version 2.2.2
117
118 Introduced new profiler API.
119
120 Fixed random number generator to produce full 32 random bits.
121
122
lrn@chromium.org25156de2010-04-06 13:10:27 +00001232010-04-06: Version 2.2.1
124
125 Debugger improvements.
126
127 Fixed minor bugs.
128
129
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +00001302010-03-29: Version 2.2.0
131
132 Fixed a few minor bugs.
133
134 Performance improvements for string operations.
135
136
ager@chromium.orgb26c50a2010-03-26 09:27:16 +00001372010-03-26: Version 2.1.10
138
139 Fixed scons build issues.
140
141 Fixed a couple of minor bugs.
142
143
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +00001442010-03-25: Version 2.1.9
145
146 Added API support for reattaching a global object to a context.
147
148 Extended debugger API with access to the internal debugger context.
149
150 Fixed Chromium crashes (issues http://crbug.com/39128 and
151 http://crbug.com/39160)
152
153
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +00001542010-03-24: Version 2.1.8
155
156 Added fine-grained garbage collection callbacks to the API.
157
158 Performance improvements on all platforms.
159
160
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00001612010-03-22: Version 2.1.7
162
163 Fixed issue 650.
164
165 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +0000166
167 Performance improvements for arithmetic operations.
168
169 Performance improvements for string operations.
170
whesse@chromium.orgcec079d2010-03-22 14:44:04 +0000171 Print script name and line number information in stack trace.
172
173
1742010-03-17: Version 2.1.6
175
176 Performance improvements for arithmetic operations.
177
178 Performance improvements for string operations.
179
180
vegorov@chromium.orgf8372902010-03-15 10:26:20 +00001812010-03-10: Version 2.1.4
182
183 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
184
185 Performance improvements on all platforms.
186
187
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00001882010-03-10: Version 2.1.3
189
190 Added API method for context-disposal notifications.
191
192 Added API method for accessing elements by integer index.
193
194 Added missing implementation of Uint32::Value and Value::IsUint32
195 API methods.
196
197 Added IsExecutionTerminating API method.
198
199 Disabled strict aliasing for GCC 4.4.
200
201 Fixed string-concatenation bug (issue 636).
202
203 Performance improvements on all platforms.
204
205
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00002062010-02-23: Version 2.1.2
207
208 Fix a crash bug caused by wrong assert.
209
210 Fix a bug with register names on 64-bit V8 (issue 615).
211
212 Performance improvements on all platforms.
213
ager@chromium.orgce5e87b2010-03-10 10:24:18 +0000214
ager@chromium.org5c838252010-02-19 08:53:10 +00002152010-02-19: Version 2.1.1
216
217 [ES5] Implemented Object.defineProperty.
218
219 Improved profiler support.
220
221 Added SetPrototype method in the public V8 API.
222
223 Added GetScriptOrigin and GetScriptLineNumber methods to Function
224 objects in the API.
225
226 Performance improvements on all platforms.
227
228
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00002292010-02-03: Version 2.1.0
230
231 Values are now always wrapped in objects when used as a receiver.
232 (issue 223).
233
234 [ES5] Implemented Object.getOwnPropertyNames.
235
236 [ES5] Restrict JSON.parse to only accept strings that conforms to the
237 JSON grammar.
238
239 Improvement of debugger agent (issue 549 and 554).
240
241 Fixed problem with skipped stack frame in profiles (issue 553).
242
243 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
244 <ry@tinyclouds.org>.
245
246 Fix a bug that Math.round() returns incorrect results for huge
247 integers.
248
249 Fix enumeration order for objects created from some constructor
250 functions (isue http://crbug.com/3867).
251
252 Fix arithmetic on some integer constants (issue 580).
253
254 Numerous performance improvements including porting of previous IA-32
255 optimizations to x64 and ARM architectures.
256
257
fschneider@chromium.org0c20e672010-01-14 15:28:53 +00002582010-01-14: Version 2.0.6
259
260 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
261 GetOwnProperty, FromPropertyDescriptor.
262
263 Fixed Mac x64 build errors.
264
265 Improved performance of some math and string operations.
266
267 Improved performance of some regexp operations.
268
269 Improved performance of context creation.
270
271 Improved performance of hash tables.
272
273
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00002742009-12-18: Version 2.0.5
275
276 Extended to upper limit of map space to allow for 7 times as many map
277 to be allocated (issue 524).
278
279 Improved performance of code using closures.
280
281 Improved performance of some binary operations involving doubles.
282
283
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00002842009-12-16: Version 2.0.4
285
sgjesse@chromium.org846fb742009-12-18 08:56:33 +0000286 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000287
sgjesse@chromium.org846fb742009-12-18 08:56:33 +0000288 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000289
sgjesse@chromium.org846fb742009-12-18 08:56:33 +0000290 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000291
sgjesse@chromium.org846fb742009-12-18 08:56:33 +0000292 Improved handling of external strings by using a separate table
293 instead of weak handles. This improves garbage collection
294 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000295
sgjesse@chromium.org846fb742009-12-18 08:56:33 +0000296 Changed code generation for object and array literals in toplevel
297 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000298
sgjesse@chromium.org846fb742009-12-18 08:56:33 +0000299 Fixed a crash bug triggered when garbage collection happened during
300 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000301
sgjesse@chromium.org846fb742009-12-18 08:56:33 +0000302 Fixed crash bug sometimes triggered when local variables shadowed
303 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000304
305
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003062009-12-03: Version 2.0.3
307
308 Optimized handling and adding of strings, for-in and Array.join.
309
310 Heap serialization is now non-destructive.
311
312 Improved profiler support with information on time spend in C++
313 callbacks registered through the API.
314
315 Added commands to the debugger protocol for starting/stopping
316 profiling.
317
318 Enabled the non-optimizing compiler for top-level code.
319
320 Changed the API to only allow strings to be set as data objects on
321 Contexts and scripts to avoid potentially keeping global objects
322 around for too long (issue 528).
323
324 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
325
326 Fixed bugs.
327
328
ager@chromium.org01beca72009-11-24 14:29:16 +00003292009-11-24: Version 2.0.2
330
331 Improved profiler support.
332
333 Fixed bug that broke compilation of d8 with readline support.
334
335
ager@chromium.org6141cbe2009-11-20 12:14:52 +00003362009-11-20: Version 2.0.1
337
338 Fixed crash bug in String.prototype.replace.
339
340 Reverted a change which caused Chromium interactive ui test
341 failures.
342
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000343
ager@chromium.orgc4c92722009-11-18 14:12:51 +00003442009-11-18: Version 2.0.0
345
346 Added support for VFP on ARM.
347
348 Added TryCatch::ReThrow method to the API.
349
350 Reduced the size of snapshots and improved the snapshot load time.
351
352 Improved heap profiler support.
353
354 64-bit version now supported on Windows.
355
356 Fixed a number of debugger issues.
357
358 Fixed bugs.
359
360
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003612009-10-29: Version 1.3.18
362
363 Reverted a change which caused crashes in RegExp replace.
364
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +0000365 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +0000366
367
ager@chromium.org3811b432009-10-28 14:53:37 +00003682009-10-28: Version 1.3.17
369
370 Added API method to get simple heap statistics.
371
372 Improved heap profiler support.
373
374 Fixed the implementation of the resource constraint API so it
375 works when using snapshots.
376
377 Fixed a number of issues in the Windows 64-bit version.
378
379 Optimized calls to API getters.
380
381 Added valgrind notification on code modification to the 64-bit version.
382
383 Fixed issue where we logged shared library addresses on Windows at
384 startup and never used them.
385
386
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003872009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000388
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +0000389 X64: Convert smis to holding 32 bits of payload.
390
391 Introduce v8::Integer::NewFromUnsigned method.
392
393 Add missing null check in Context::GetCurrent.
394
395 Add trim, trimLeft and trimRight methods to String
396 Patch by Jan de Mooij <jandemooij@gmail.com>
397
398 Implement ES5 Array.isArray
399 Patch by Jan de Mooij <jandemooij@gmail.com>
400
401 Skip access checks for hidden properties.
402
403 Add String::Concat(Handle<String> left, Handle<String> right) to the V8 API.
404
405 Fix GYP-based builds of V8.
406
407
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004082009-10-07: Version 1.3.15
409
410 Expand the maximum size of the code space to 512MB for 64-bit mode.
411
412 Fixed a crash bug happening when starting profiling (issue
413 http://crbug.com/23768).
414
415
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004162009-10-07: Version 1.3.14
417
418 Added GetRealNamedProperty to the API to lookup real properties
419 located on the object or in the prototype chain skipping any
420 interceptors.
421
422 Fix the stack limits setting API to work correctly with threads. The
423 stack limit now needs to be set to each thread thich is used with V8.
424
425 Remove the high-priority flag from IdleNotification()
426
427 Ensure V8 is initialized before locking and unlocking threads.
428
429 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +0000430 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +0000431 Crockford from the project.
432
433 Added a missing optimization in StringCharAt.
434
435 Fixed some flaky socket tests.
436
437 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
438 in 64-bit mode.
439
440 Fixed memory leaks in the thread management code.
441
442 Fixed the result of assignment to a pixel array. The assigned value
443 is now the result.
444
445 Error reporting for invalid left-hand sides in for-in statements, pre-
446 and postfix count expressions, and assignments now matches the JSC
447 behavior in Safari 4.
448
449 Follow the spec in disallowing function declarations without a name.
450
451 Always allocate code objects within a 2 GB range. On x64 architecture
452 this is used to use near calls (32-bit displacement) in Code objects.
453
454 Optimized array construction ported to x64 and ARM architectures.
455
456 [ES5] Changed Object.keys to return strings for element indices.
457
458
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004592009-09-23: Version 1.3.13
460
461 Fixed uninitialized memory problem.
462
463 Improved heap profiler support.
464
465
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +00004662009-09-22: Version 1.3.12
467
468 Changed behavior of |function|.toString() on built-in functions to
469 be compatible with other implementations. Patch by Jan de Mooij.
470
471 Added Object::IsDirty in the API.
472
473 Optimized array construction; it is now handled purely in native
474 code.
475
476 [ES5] Made properties of the arguments array enumerable.
477
478 [ES5] Added test suite adapter for the es5conform test suite.
479
480 [ES5] Added Object.keys function.
481
ager@chromium.org68e7ab72009-09-23 09:40:39 +0000482
ager@chromium.org4af710e2009-09-15 12:20:11 +00004832009-09-15: Version 1.3.11
484
485 Fixed crash in error reporting during bootstrapping.
486
487 Optimized generated IA32 math code by using SSE2 instructions when
488 available.
489
490 Implemented missing pieces of debugger infrastructure on ARM. The
491 debugger is now fully functional on ARM.
492
493 Make 'hidden' the default visibility for gcc.
494
495
ager@chromium.orga1645e22009-09-09 19:27:10 +00004962009-09-09: Version 1.3.10
497
498 Fixed profiler on Mac in 64-bit mode.
499
500 Optimized creation of objects from simple constructor functions on
501 ARM.
502
503 Fixed a number of debugger issues.
504
505 Reduced the amount of memory consumed by V8.
506
507
ager@chromium.org18ad94b2009-09-02 08:22:29 +00005082009-09-02: Version 1.3.9
509
510 Optimized stack guard checks on ARM.
511
512 Optimized API operations by inlining more in the API.
513
514 Optimized creation of objects from simple constructor functions.
515
516 Enabled a number of missing optimizations in the 64-bit port.
517
518 Implemented native-code support for regular expressions on ARM.
519
520 Stopped using the 'sahf' instruction on 64-bit machines that do
521 not support it.
522
523 Fixed a bug in the support for forceful termination of JavaScript
524 execution.
525
526
ager@chromium.org96c75b52009-08-26 09:13:16 +00005272009-08-26: Version 1.3.8
528
529 Changed the handling of idle notifications to allow idle
530 notifications when V8 has not yet been initialized.
531
532 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000533
ager@chromium.org96c75b52009-08-26 09:13:16 +0000534
ager@chromium.orgab99eea2009-08-25 07:05:41 +00005352009-08-25: Version 1.3.7
536
537 Reduced the size of generated code on ARM platforms by reducing
538 the size of constant pools.
539
540 Changed build files to not include the 'ENV' user environment
541 variable in the build environment.
542
543 Changed the handling of idle notifications.
544
545
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00005462009-08-21: Version 1.3.6
547
548 Add support for forceful termination of JavaScript execution.
549
550 Add low memory notification to the API. The embedding host can signal
551 a low memory situation to V8.
552
553 Changed the handling of global handles (persistent handles in the API
554 sense) to avoid issues regarding allocation of new global handles
555 during weak handle callbacks.
556
557 Changed the growth policy of the young space.
558
559 Fixed a GC issue introduced in version 1.3.5.
560
561
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00005622009-08-19: Version 1.3.5
563
564 Optimize initialization of some arrays in the builtins.
565
566 Fix mac-nm script to support filenames with spaces.
567
568 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
569
570 Changed typeof RegExp from 'object' to 'function' for compatibility.
571 Fixed bug where regexps were not callable across contexts.
572
573 Added context independent script compilation to the API.
574
575 Added API call to get the stack trace for an exception.
576
577 Added API for getting object mirrors.
578
579 Make sure that SSE3 instructions are used whenever possible even when
580 running off a snapshot generated without using SSE3 instructions.
581
582 Tweaked the handling of the initial size and growth policy of the heap.
583
584 Added native code generation for RegExp to 64-bit version.
585
586 Added JavaScript debugger support to 64-bit version.
587
588
ager@chromium.orgadd848f2009-08-13 12:44:13 +00005892009-08-13: Version 1.3.4
590
591 Added a readline() command to the d8 shell.
592
593 Fixed bug in json parsing.
594
595 Added idle notification to the API and reduced memory on idle
596 notifications.
597
598
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005992009-08-12: Version 1.3.3
600
601 Fix issue 417: incorrect %t placeholder expansion.
602
603 Add .gitignore file similar to Chromium's one.
604
605 Fix SConstruct file to build with new logging code for Android.
606
607 API: added function to find instance of template in prototype
608 chain. Inlined Object::IsInstanceOf.
609
610 Land change to notify valgrind when we modify code on x86.
611
612 Add api call to determine whether a string can be externalized.
613
614 Add a write() command to d8.
615
616
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +00006172009-08-05: Version 1.3.2
618
619 Started new compiler infrastructure for two-pass compilation using a
620 control flow graph constructed from the AST.
621
622 Profiler stack sampling for X64.
623
624 Safe handling of NaN to Posix platform-dependent time functions.
625
626 Added a new profiler control API to unify controlling various aspects
627 of profiling.
628
629 Fixed issue 392.
630
631
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00006322009-07-30: Version 1.3.1
633
634 Speed improvements to accessors and interceptors.
635
636 Added support for capturing stack information on custom errors.
637
638 Added support for morphing an object into a pixel array where its
639 indexed properties are stored in an external byte array. Values written
640 are always clamped to the 0..255 interval.
641
642 Profiler on x64 now handles C/C++ functions from shared libraries.
643
644 Changed the debugger to avoid stepping into function.call/apply if the
645 function is a built-in.
646
647 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000648
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +0000649 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000650
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +0000651 Optimized the called as constructor check for API calls.
652
653
kasperl@chromium.orge959c182009-07-27 08:59:04 +00006542009-07-27: Version 1.3.0
655
656 Allowed RegExp objects to be called as functions (issue 132).
657
658 Fixed issue where global property cells would escape after
659 detaching the global object; see http://crbug.com/16276.
660
661 Added support for stepping into setters and getters in the
662 debugger.
663
664 Changed the debugger to avoid stopping in its own JavaScript code
665 and in the code of built-in functions.
666
667 Fixed issue 345 by avoiding duplicate escaping labels.
668
669 Fixed ARM code generator crash in short-circuited boolean
670 expressions and added regression tests.
671
672 Added an external allocation limit to avoid issues where small V8
673 objects would hold on to large amounts of external memory without
674 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000675
676 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +0000677
678
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +00006792009-07-13: Version 1.2.14
680
681 Added separate paged heap space for global property cells and
682 avoid updating the write barrier when storing into them.
683
684 Improved peep-hole optimization on ARM platforms by not emitting
685 unnecessary debug information.
686
687 Re-enabled ICs for loads and calls that skip a global object
688 during lookup through the prototype chain.
689
690 Allowed access through global proxies to use ICs.
691
692 Fixed issue 401.
693
694
kasperl@chromium.org68ac0092009-07-09 06:00:35 +00006952009-07-09: Version 1.2.13
696
697 Fixed issue 397, issue 398, and issue 399.
698
699 Added support for breakpoint groups.
700
701 Fixed bugs introduced with the new global object representation.
702
703 Fixed a few bugs in the ARM code generator.
704
705
kasperl@chromium.org86f77b72009-07-06 08:21:57 +00007062009-07-06: Version 1.2.12
707
708 Added stack traces collection to Error objects accessible through
709 the e.stack property.
710
711 Changed RegExp parser to use a recursive data structure instead of
712 stack-based recursion.
713
714 Optimized Date object construction and string concatenation.
715
716 Improved performance of div, mod, and mul on ARM platforms.
717
718
kasperl@chromium.org2abc4502009-07-02 07:00:29 +00007192009-07-02: Version 1.2.11
720
721 Improved performance on IA-32 and ARM.
722
723 Fixed profiler sampler implementation on Mac OS X.
724
725 Changed the representation of global objects to improve
726 performance of adding a lot of new properties.
727
728
ager@chromium.org3e875802009-06-29 08:26:34 +00007292009-06-29: Version 1.2.10
730
731 Improved debugger support.
732
733 Fixed bug in exception message reporting (issue 390).
734
735 Improved overall performance.
736
737
ager@chromium.org5aa501c2009-06-23 07:57:28 +00007382009-06-23: Version 1.2.9
739
740 Improved math performance on ARM.
741
742 Fixed profiler name-inference bug.
743
744 Fixed handling of shared libraries in the profiler tick processor
745 scripts.
746
747 Fixed handling of tests that time out in the test scripts.
748
749 Fixed compilation on MacOS X version 10.4.
750
751 Fixed two bugs in the regular expression engine.
752
753 Fixed a bug in the string type inference.
754
755 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000756
ager@chromium.org5aa501c2009-06-23 07:57:28 +0000757 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +0000758
ager@chromium.org5aa501c2009-06-23 07:57:28 +0000759
ager@chromium.orgeadaf222009-06-16 09:43:10 +00007602009-06-16: Version 1.2.8
761
762 Optimized math on ARM platforms.
763
764 Fixed two crash bugs in the handling of getters and setters.
765
766 Improved the debugger support by adding scope chain information.
767
768 Improved the profiler support by compressing log data transmitted
769 to clients.
770
771 Improved overall performance.
772
773
ager@chromium.orge2902be2009-06-08 12:21:35 +00007742009-06-08: Version 1.2.7
775
776 Improved debugger and profiler support.
777
778 Reduced compilation time by improving the handling of deferred
779 code.
780
781 Optimized interceptor accesses where the property is on the object
782 on which the interceptors is attached.
783
784 Fixed compilation problem on GCC 4.4 by changing the stack
785 alignment to 16 bytes.
786
787 Fixed handle creation to follow stric aliasing rules.
788
789 Fixed compilation on FreeBSD.
790
791 Introduced API for forcing the deletion of a property ignoring
792 interceptors and attributes.
793
794
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +00007952009-05-29: Version 1.2.6
796
797 Added a histogram recording hit rates at different levels of the
798 compilation cache.
799
800 Added stack overflow check for the RegExp analysis phase. Previously a
801 very long regexp graph could overflow the stack with recursive calls.
802
803 Use a dynamic buffer when collecting log events in memory.
804
805 Added start/stop events to the profiler log.
806
807 Fixed infinite loop which could happen when setting a debug break while
808 executing a RegExp compiled to native code.
809
810 Fixed handling of lastIndexOf called with negative index (issue 351).
811
812 Fixed irregular crash in profiler test (issue 358).
813
814 Fixed compilation issues with some versions of gcc.
815
816
kasperl@chromium.org71affb52009-05-26 05:44:31 +00008172009-05-26: Version 1.2.5
818
819 Fixed bug in initial boundary check for Boyer-Moore text
820 search (issue 349).
821
822 Fixed compilation issues with MinGW and gcc 4.3+ and added support
823 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
824 Craig Schlenter.
825
826 Added a script cache to the debugger.
827
828 Optimized compilation performance by improving internal data
829 structures and avoiding expensive property load optimizations for
830 code that's infrequently executed.
831
832 Exposed the calling JavaScript context through the static API
833 function Context::GetCalling().
834
835
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +00008362009-05-18: Version 1.2.4
837
838 Improved performance of floating point number allocation for ARM
839 platforms.
840
841 Fixed crash when using the instanceof operator on functions with
842 number values in their prototype chain (issue 341).
843
844 Optimized virtual frame operations in the code generator to speed
845 up compilation time and allocated the frames in the zone.
846
847 Made the representation of virtual frames and jump targets in the
848 code generator much more compact.
849
850 Avoided linear search for non-locals in scope code when resolving
851 variables inside with and eval scopes.
852
853 Optimized lexical scanner by dealing with whitespace as part of
854 the token scanning instead of as a separate step before it.
855
856 Changed the scavenging collector so that promoted objects do not
857 reside in the old generation while their remembered set is being
858 swept for pointers into the young generation.
859
860 Fixed numeric overflow handling when compiling count operations.
861
862
ager@chromium.org9085a012009-05-11 19:22:57 +00008632009-05-11: Version 1.2.3
864
865 Fixed bug in reporting of out-of-memory situations.
866
867 Introduced hidden prototypes on certain builtin prototype objects
868 such as String.prototype to emulate JSC's behavior of restoring
869 the original function when deleting functions from those prototype
870 objects.
871
872 Fixed crash bug in the register allocator.
873
874
ager@chromium.org5ec48922009-05-05 07:25:34 +00008752009-05-04: Version 1.2.2
876
877 Fixed bug in array sorting for sparse arrays (issue 326).
878
879 Added support for adding a soname when building a shared library
880 on Linux (issue 151).
881
882 Fixed bug caused by morphing internal ASCII strings to external
883 two-byte strings. Slices over ASCII strings have to forward ASCII
884 checks to the underlying buffer string.
885
886 Allowed API call-as-function handlers to be called as
887 constructors.
888
889 Fixed a crash bug where an external string was disposed but a
890 slice of the external string survived as a symbol.
891
892
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00008932009-04-27: Version 1.2.1
894
895 Added EcmaScript 5 JSON object.
896
897 Fix bug in preemption support on ARM.
898
899
ager@chromium.org65dad4b2009-04-23 08:48:43 +00009002009-04-23: Version 1.2.0
901
902 Optimized floating-point operations on ARM.
903
904 Added a number of extensions to the debugger API.
905
906 Changed the enumeration order for unsigned integer keys to always
907 be numerical order.
908
909 Added a "read" extension to the shell sample.
910
911 Added support for Array.prototype.reduce and
912 Array.prototype.reduceRight.
913
914 Added an option to the SCons build to control Microsoft Visual C++
915 link-time code generation.
916
917 Fixed a number of bugs (in particular issue 315, issue 316,
918 issue 317 and issue 318).
919
920
kasperl@chromium.org2d18d102009-04-15 13:27:32 +00009212009-04-15: Version 1.1.10
922
923 Fixed crash bug that occurred when loading a const variable in the
924 presence of eval.
925
926 Allowed using with and eval in registered extensions in debug mode
927 by fixing bogus assert.
928
929 Fixed the source position for function returns to enable the
930 debugger to break there.
931
932
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +00009332009-04-14: Version 1.1.9
934
935 Made the stack traversal code in the profiler robust by avoiding
936 to look into the heap.
937
938 Added name inferencing for anonymous functions to facilitate
939 debugging and profiling.
940
941 Re-enabled stats timers in the developer shell (d8).
942
943 Fixed issue 303 by avoiding to shortcut cons-symbols.
944
945
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00009462009-04-11: Version 1.1.8
947
948 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
949
ager@chromium.org65dad4b2009-04-23 08:48:43 +0000950 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +0000951 the debugger (issue 269).
952
953 Fixed v8::Object::DeleteHiddenValue to not bail out when there
954 are no hidden properties.
955
ager@chromium.org65dad4b2009-04-23 08:48:43 +0000956 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +0000957 entries with deleted resources would lead to NPEs when looking
958 up in the symbol table.
959
960
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00009612009-04-07: Version 1.1.7
962
963 Added support for easily importing additional environment
964 variables into the SCons build.
965
966 Optimized strict equality checks.
967
968 Fixed crash in indexed setters on objects without a corresponding
969 getter (issue 298).
970
971 Re-enabled script compilation cache.
972
973
ager@chromium.org8682a592009-04-01 10:47:14 +00009742009-04-01: Version 1.1.6
975
976 Reverted an unsafe code generator change.
977
978
ager@chromium.org71daaf62009-04-01 07:22:49 +00009792009-04-01: Version 1.1.5
980
981 Fixed bug that caused function literals to not be optimized as
982 much as other functions.
983
984 Improved profiler support.
985
986 Fixed a crash bug in connection with debugger unloading.
987
988 Fixed a crash bug in the code generator caused by losing the
989 information that a frame element was copied.
990
991 Fixed an exception propagation bug that could cause non-null
992 return values when exceptions were thrown.
993
994
ager@chromium.org41826e72009-03-30 13:30:57 +00009952009-03-30: Version 1.1.4
996
997 Optimized String.prototype.match.
998
999 Improved the stack information in profiles.
1000
1001 Fixed bug in ARM port making it possible to compile the runtime
1002 system for thumb mode again.
1003
1004 Implemented a number of optimizations in the code generator.
1005
1006 Fixed a number of memory leaks in tests.
1007
1008 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00001009 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00001010
1011
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000010122009-03-24: Version 1.1.3
1013
1014 Fixed assertion failures in compilation of loop conditions.
1015
1016 Removed STL dependency from developer shell (d8).
1017
1018 Added infrastructure for protecting the V8 heap from corruption
1019 caused by memory modifications from the outside.
1020
1021
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000010222009-03-24: Version 1.1.2
1023
1024 Improved frame merge code generated by the code generator.
1025
1026 Optimized String.prototype.replace.
1027
1028 Implemented __defineGetter__ and __defineSetter__ for properties
1029 with integer keys on non-array objects.
1030
1031 Improved debugger and profiler support.
1032
1033 Fixed a number of portability issues to allow compilation for
1034 smaller ARM devices.
1035
1036 Exposed object cloning through the API.
1037
1038 Implemented hidden properties. This is used to expose an identity
1039 hash for objects through the API.
1040
1041 Implemented restarting of regular expressions if their input
1042 string changes representation during preemption.
1043
1044 Fixed a code generator bug that could cause assignments in loops
1045 to be ignored if using continue to break out of the loop (issue
1046 284).
1047
1048
ager@chromium.org3a6061e2009-03-12 14:24:36 +000010492009-03-12: Version 1.1.1
1050
1051 Fixed an assertion in the new compiler to take stack overflow
1052 exceptions into account.
1053
1054 Removed exception propagation code that could cause crashes.
1055
1056 Fixed minor bug in debugger line number computations.
1057
1058 8-byte align the C stack on Linux and Windows to speed up floating
1059 point computations.
1060
1061
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000010622009-03-12: Version 1.1.0
1063
1064 Improved code generation infrastructure by doing simple register
1065 allocation and constant folding and propagation.
1066
1067 Optimized regular expression matching by avoiding to create
1068 intermediate string arrays and by flattening nested array
1069 representations of RegExp data.
1070
1071 Traverse a few stack frames when recording profiler samples to
1072 include partial call graphs in the profiling output.
1073
1074 Added support for using OProfile to profile generated code.
1075
1076 Added remote debugging support to the D8 developer shell.
1077
1078 Optimized creation of nested literals like JSON objects.
1079
1080 Fixed a bug in garbage collecting unused maps and turned it on by
1081 default (--collect-maps).
1082
1083 Added support for running tests under Valgrind.
1084
1085
kasperl@chromium.org061ef742009-02-27 12:16:20 +000010862009-02-27: Version 1.0.3
1087
1088 Optimized double-to-integer conversions in bit operations by using
1089 SSE3 instructions if available.
1090
1091 Optimized initialization sequences that store to multiple
1092 properties of the same object.
1093
1094 Changed the D8 debugger frontend to use JSON messages.
1095
1096 Force garbage collections when disposing contexts.
1097
1098 Align code objects at 32-byte boundaries.
1099
1100
ager@chromium.org381abbb2009-02-25 13:23:22 +000011012009-02-25: Version 1.0.2
1102
1103 Improved profiling support by performing simple call stack
1104 sampling for ticks and by fixing a bug in the logging of code
1105 addresses.
1106
1107 Fixed a number of debugger issues.
1108
1109 Optimized code that uses eval.
1110
1111 Fixed a couple of bugs in the regular expression engine.
1112
1113 Reduced the size of generated code for certain regular expressions.
1114
1115 Removed JSCRE completely.
1116
1117 Fixed issue where test could not be run if there was a dot in the
1118 checkout path.
1119
1120
ager@chromium.org6f10e412009-02-13 10:11:16 +000011212009-02-13: Version 1.0.1
1122
1123 Fixed two crash-bugs in irregexp (issue 231 and 233).
1124
1125 Fixed a number of minor bugs (issue 87, 227 and 228).
1126
1127 Added support for morphing strings to external strings on demand
1128 to avoid having to create copies in the embedding code.
1129
1130 Removed experimental support for external symbol callbacks.
1131
1132
iposva@chromium.org245aa852009-02-10 00:49:54 +000011332009-02-09: Version 1.0.0
1134
1135 Fixed crash-bug in the code generation for case independent 16 bit
1136 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00001137
iposva@chromium.org245aa852009-02-10 00:49:54 +00001138 Made shells more robust in the presence of string conversion
1139 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00001140
iposva@chromium.org245aa852009-02-10 00:49:54 +00001141 Fixed a potential infinite loop when attempting to resolve
1142 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00001143
iposva@chromium.org245aa852009-02-10 00:49:54 +00001144 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00001145
iposva@chromium.org245aa852009-02-10 00:49:54 +00001146 Reduced binary by stripping unneeded text from JavaScript library and
1147 minifying some JavaScript files.
1148
1149
ager@chromium.orgddb913d2009-01-27 10:01:48 +000011502009-01-27: Version 0.4.9
1151
1152 Enabled new regular expression engine.
1153
1154 Made a number of changes to the debugger protocol.
1155
1156 Fixed a number of bugs in the preemption support.
1157
1158 Added -p option to the developer shell to run files in parallel
1159 using preemption.
1160
1161 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
1162 193, 198 and 201).
1163
1164 Fixed a number of bugs in the serialization/deserialization
1165 support for the ARM platform.
1166
1167
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000011682009-01-19: Version 0.4.8.1
1169
1170 Minor patch to debugger support.
1171
1172
ager@chromium.org32912102009-01-16 10:38:43 +000011732009-01-16: Version 0.4.8
1174
1175 Fixed string length bug on ARM (issue 171).
1176
1177 Made most methods in the API const.
1178
1179 Optimized object literals by improving data locality.
1180
1181 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00001182 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00001183
1184 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00001185 eval to behave incorrectly when using accessors (issues 186, 190
1186 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00001187
1188
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000011892009-01-06: Version 0.4.7
1190
ager@chromium.org32912102009-01-16 10:38:43 +00001191 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00001192
ager@chromium.org32912102009-01-16 10:38:43 +00001193 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00001194
ager@chromium.org32912102009-01-16 10:38:43 +00001195 Fixed subtle bug that caused the wrong 'this' to be used when
1196 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00001197
ager@chromium.org32912102009-01-16 10:38:43 +00001198 Inline array loads within loops directly in the code instead of
1199 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00001200
ager@chromium.org32912102009-01-16 10:38:43 +00001201
ager@chromium.org8bb60582008-12-11 12:02:20 +000012022008-12-11: Version 0.4.6
1203
1204 Fixed exception reporting bug where certain exceptions were
1205 incorrectly reported as uncaught.
1206
1207 Improved the memory allocation strategy used during compilation to
1208 make running out of memory when compiling huge scripts less
1209 likely.
1210
1211 Optimized String.replace by avoiding the construction of certain
1212 sub strings.
1213
1214 Fixed bug in code generation for large switch statements on ARM.
1215
1216 Fixed bug that caused V8 to change the global object template
1217 passed in by the user.
1218
1219 Changed the API for creating object groups used during garbage
1220 collection. Entire object groups are now passed to V8 instead of
1221 individual members of the groups.
1222
ager@chromium.org32912102009-01-16 10:38:43 +00001223
ager@chromium.orga74f0da2008-12-03 16:05:52 +000012242008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00001225
ager@chromium.orga74f0da2008-12-03 16:05:52 +00001226 Added experimental API support for allocating V8 symbols as
1227 external strings.
1228
1229 Fixed bugs in debugging support on ARM.
1230
1231 Changed eval implementation to correctly detect whether or not a
1232 call to eval is aliased.
1233
1234 Fixed bug caused by a combination of the compilation cache and
1235 dictionary probing in native code. The bug caused us to sometimes
1236 call functions that had not yet been compiled.
1237
1238 Added platform support for FreeBSD.
1239
1240 Added support for building V8 on Windows with either the shared or
1241 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00001242
iposva@chromium.org96f667e2008-11-26 23:48:02 +00001243 Added the v8::jscre namespace around the jscre functions to avoid
1244 link errors (duplicate symbols) when building Google Chrome.
1245
ager@chromium.orga74f0da2008-12-03 16:05:52 +00001246 Added support for calling a JavaScript function with the current
1247 debugger execution context as its argument to the debugger
1248 interface.
1249
1250 Changed the type of names of counters from wchar_t to char.
1251
1252 Changed the Windows system call used to compute daylight savings
1253 time. The system call that we used to use became four times
1254 slower on WinXP SP3.
1255
1256 Added support in the d8 developer shell for memory-mapped counters
1257 and added a stats-viewer tool.
1258
1259 Fixed bug in upper/lower case mappings (issue 149).
1260
iposva@chromium.org96f667e2008-11-26 23:48:02 +00001261
ager@chromium.org3bf7b912008-11-17 09:09:45 +000012622008-11-17: Version 0.4.4
1263
1264 Reduced code size by using shorter instruction encoding when
1265 possible.
1266
1267 Added a --help option to the shell sample and to the d8 shell.
1268
1269 Added visual studio project files for building the ARM simulator.
1270
1271 Fixed a number of ARM simulator issues.
1272
1273 Fixed bug in out-of-memory handling on ARM.
1274
1275 Implemented shell support for passing arguments to a script from
1276 the command line.
1277
1278 Fixed bug in date code that made certain date functions return -0
1279 instead of 0 for dates before the epoch.
1280
1281 Restricted applications of eval so it can only be used in the
1282 context of the associated global object.
1283
1284 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00001285
1286
ager@chromium.org870a0b62008-11-04 11:43:05 +000012872008-11-04: Version 0.4.3
1288
1289 Added support for API accessors that prohibit overwriting by
1290 accessors defined in JavaScript code by using __defineGetter__ and
1291 __defineSetter__.
1292
1293 Improved handling of conditionals in test status files.
1294
1295 Introduced access control in propertyIsEnumerable.
1296
1297 Improved performance of some string operations by caching
1298 information about the type of the string between operations.
1299
1300 Fixed bug in fast-case code for switch statements that only have
1301 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00001302
ager@chromium.org870a0b62008-11-04 11:43:05 +00001303
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000013042008-10-30: Version 0.4.2
1305
1306 Improved performance of Array.prototype.concat by moving the
1307 implementation to C++ (issue 123).
1308
1309 Fixed heap growth policy to avoid growing old space to its maximum
1310 capacity before doing a garbage collection and fixed issue that
1311 would lead to artificial out of memory situations (issue 129).
1312
1313 Fixed Date.prototype.toLocaleDateString to return the date in the
1314 same format as WebKit.
1315
1316 Added missing initialization checks to debugger API.
1317
1318 Added removing of unused maps during GC.
1319
1320
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000013212008-10-28: Version 0.4.1
1322
1323 Added caching of RegExp data in compilation cache.
1324
1325 Added Visual Studio project file for d8 shell.
1326
1327 Fixed function call performance regression introduced in version
1328 0.4.0 when splitting the global object in two parts (issue 120).
1329
1330 Fixed issue 131 by checking for empty handles before throwing and
1331 reporting exceptions.
1332
1333
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000013342008-10-23: Version 0.4.0
1335
1336 Split the global object into two parts: The state holding global
1337 object and the global object proxy.
1338
1339 Fixed bug that affected the value of an assignment to an element
1340 in certain cases (issue 116).
1341
1342 Added GetPropertyNames functionality (issue 33) and extra Date
1343 functions (issue 77) to the API.
1344
1345 Changed WeakReferenceCallback to take a Persistent<Value> instead
1346 of a Persistent<Object> (issue 101).
1347
1348 Fixed issues with message reporting for exceptions in try-finally
1349 blocks (issues 73 and 75).
1350
ager@chromium.org32912102009-01-16 10:38:43 +00001351 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00001352
1353 Improved Boyer-Moore implementation for faster indexOf operations.
1354
1355 Added development shell (d8) which includes counters and
1356 completion support.
1357
1358 Fixed problem with the receiver passed to functions called from
1359 eval (issue 124).
1360
1361
ager@chromium.org7c537e22008-10-16 08:43:32 +000013622008-10-16: Version 0.3.5
1363
1364 Improved string hash-code distribution by excluding bit-field bits
1365 from the hash-code.
1366
1367 Changed string search algorithm used in indexOf from KMP to
1368 Boyer-Moore.
1369
1370 Improved the generated code for the instanceof operator.
1371
1372 Improved performance of slow-case string equality checks by
1373 specializing the code based on the string representation.
1374
1375 Improve the handling of out-of-memory situations (issue 70).
1376
1377 Improved performance of strict equality checks.
1378
1379 Improved profiler output to make it easier to see anonymous
1380 functions.
1381
1382 Improved performance of slow-case keyed loads.
1383
1384 Improved property access performance by allocating a number of
1385 properties in the front object.
1386
1387 Changed the toString behavior on the built-in object constructors
1388 to print [native code] instead of the actual source. Some web
1389 applications do not like constructors with complex toString
1390 results.
ager@chromium.org32912102009-01-16 10:38:43 +00001391
ager@chromium.org7c537e22008-10-16 08:43:32 +00001392
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000013932008-10-06: Version 0.3.4
1394
1395 Changed Array.prototype.sort to use quick sort.
1396
1397 Fixed code generation issue where leaving a finally block with
1398 break or continue would accumulate elements on the expression
1399 stack (issue 86).
1400
1401 Made sure that the name accessor on functions returns the expected
1402 names for builtin JavaScript functions and C++ callback functions.
1403
1404 Added fast case code for extending the property storage array of
1405 JavaScript objects.
1406
1407 Ported switch statement optimizations introduced in version 0.3.3
1408 to the ARM code generator.
1409
1410 Allowed GCC to use strict-aliasing rules when compiling.
1411
1412 Improved performance of arguments object allocation by taking care
1413 of arguments adaptor frames in the generated code.
1414
1415 Updated the V8 benchmark suite to version 2.
1416
1417
ager@chromium.org236ad962008-09-25 09:45:57 +000014182008-09-25: Version 0.3.3
1419
1420 Improved handling of relocation information to enable more
1421 peep-hole optimizations.
1422
1423 Optimized switch statements where all labels are constant small
1424 integers.
1425
1426 Optimized String.prototype.indexOf for common cases.
1427
1428 Fixed more build issues (issue 80).
1429
1430 Fixed a couple of profiler issues.
1431
1432 Fixed bug where the body of a function created using the Function
1433 constructor was not allowed to end with a single-line comment
1434 (issue 85).
1435
1436 Improved handling of object literals by canonicalizing object
1437 literal maps. This will allow JSON objects with the same set of
1438 properties to share the same map making inline caching work better
1439 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00001440
ager@chromium.org236ad962008-09-25 09:45:57 +00001441
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000014422008-09-17: Version 0.3.2
1443
1444 Generalized the EvalCache into a CompilationCache and enabled it
1445 for scripts too. The current strategy is to retire all entries
1446 whenever a mark-sweep collection is started.
1447
1448 Fixed bug where switch statements containing only a default case
1449 would lead to an unbalanced stack (issue 69).
1450
1451 Fixed bug that made access to the function in a named function
1452 expression impossible in certain situations (issue 24).
1453
1454 Fixed even more build issues.
1455
1456 Optimized calling conventions on ARM. The conventions on ARM and
1457 IA-32 now match.
1458
1459 Removed static initializers for flags and counters.
1460
1461 Improved inline caching behavior for uncommon cases where lazily
1462 loading Date and RegExp code could force certain code paths go
1463 megamorphic.
1464
1465 Removed arguments adaption for builtins written in C++. This
1466 makes Array.prototype.push and Array.prototype.pop slightly
1467 faster.
1468
1469
ager@chromium.org9258b6b2008-09-11 09:11:10 +000014702008-09-11: Version 0.3.1
1471
1472 Fixed a number of build issues.
1473
1474 Fixed problem with missing I-cache flusing on ARM.
1475
1476 Changed space layout in memory management by splitting up
1477 code space into old data space and code space.
1478
1479 Added utf-8 conversion support to the API (issue 57).
1480
1481 Optimized repeated calls to eval with the same strings. These
1482 repeated calls are common in web applications.
1483
1484 Added Xcode project file.
1485
1486 Optimized a couple of Array operation.
1487
1488 Fixed parser bug by checking for end-of-string when parsing break
1489 and continue (issue 35).
1490
1491 Fixed problem where asian characters were not categorized as
1492 letters.
1493
1494 Fixed bug that disallowed calling functions fetched from an array
1495 using a string as an array index (issue 32).
1496
1497 Fixed bug where the internal field count on object templates were
1498 sometimes ignored (issue 54).
1499
1500 Added -f option to the shell sample for compatibility with other
1501 engines (issue 18).
1502
1503 Added source info to TryCatches in the API.
1504
1505 Fixed problem where the seed for the random number generator was
1506 clipped in a double to unsigned int conversion.
1507
1508 Fixed bug where cons string symbols were sometimes converted to
1509 non-symbol flat strings during GC.
1510
1511 Fixed bug in error reporting when attempting to convert null to an
1512 object.
ager@chromium.org32912102009-01-16 10:38:43 +00001513
1514
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000015152008-09-04: Version 0.3.0
1516
1517 Added support for running tests on the ARM simulator.
1518
1519 Fixed bug in the 'in' operator where negative indices were not
1520 treated correctly.
1521
1522 Fixed build issues on gcc-4.3.1.
1523
1524 Changed Date.prototype.toLocaleTimeString to not print the
1525 timezone part of the time.
1526
1527 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
1528 with user code.
1529
1530
v8.team.kasperl727e9952008-09-02 14:56:44 +000015312008-09-02: Version 0.2.5
1532
1533 Renamed the top level directory 'public' to 'include'.
1534
1535 Added 'env' option to the SCons build scripts to support
1536 overriding the ENV part of the build environment. This is mostly
1537 to support Windows builds in cases where SCons cannot find the
1538 correct paths to the Windows SDK, as these paths cannot be passed
1539 through shell environment variables.
1540
1541 Enabled "Buffer Security Check" on for the Windows SCons build and
1542 added the linker option /OPT:ICF as an optimization.
1543
1544 Added the V8 benchmark suite to the repository.
1545
1546
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000015472008-09-01: Version 0.2.4
1548
1549 Included mjsunit JavaScript test suite and C++ unit tests.
1550
1551 Changed the shell sample to not print the result of executing a
1552 script provided on the command line.
1553
1554 Fixed issue when building samples on Windows using a shared V8
1555 library. Added visibility option on Linux build which makes the
1556 generated library 18% smaller.
1557
1558 Changed build system to accept multiple build modes in one build
1559 and generate separate objects, libraries and executables for each
1560 mode.
1561
1562 Removed deferred negation optimization (a * -b => -(a * b)) since
1563 this visibly changes operand conversion order.
1564
1565 Improved parsing performance by introducing stack guard in
1566 preparsing. Without a stack guard preparsing always bails out
1567 with stack overflow.
1568
1569 Changed shell sample to take flags directly from the command-line.
1570 Added API call that implements this.
1571
1572 Added load, quit and version functions to the shell sample so it's
1573 easier to run benchmarks and tests.
1574
1575 Fixed issue with building samples and cctests on 64-bit machines.
1576
1577 Fixed bug in the runtime system where the prototype chain was not
1578 always searched for a setter when setting a property that does not
1579 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00001580
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00001581
mads.s.agercbaa0602008-08-14 13:41:48 +000015822008-08-14: Version 0.2.3
1583
1584 Improved performance of garbage collection by moving the
1585 function that updates pointers during compacting collection
1586 into the updating visitor. This gives the compiler a better
1587 chance to inline and avoid a function call per (potential)
1588 pointer.
1589
1590 Extended the shell sample with a --runtime-flags option.
1591
1592 Added Visual Studio project files for the shell.cc and
1593 process.cc samples.
1594
1595
15962008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00001597
1598 Improved performance of garbage collection by changing the way
1599 we use the marking stack in the event of stack overflow during
1600 full garbage collection and by changing the way we mark roots.
1601
1602 Cleaned up ARM version by removing top of stack caching and by
1603 introducing push/pop elimination.
1604
1605 Cleaned up the way runtime functions are called to allow
1606 runtime calls with no arguments.
1607
1608 Changed Windows build options to make sure that exceptions are
1609 disabled and that optimization flags are enabled.
1610
1611 Added first version of Visual Studio project files.
1612
1613
mads.s.agercbaa0602008-08-14 13:41:48 +000016142008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00001615
1616 Improved performance of unary addition by avoiding runtime calls.
1617
1618 Fixed the handling of '>' and '<=' to use right-to-left conversion
1619 and left-to-right evaluation as specified by ECMA-262.
1620
1621 Fixed a branch elimination bug on the ARM platform where incorrect
1622 code was generated because of overly aggressive branch
1623 elimination.
1624
1625 Improved performance of code that repeatedly assigns the same
1626 function to the same property of different objects with the same
1627 map.
1628
1629 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
1630 no longer expects DEBUG to be defined.
1631
1632 Added platform-nullos.cc to serve as the basis for new platform
1633 implementations.
1634
mads.s.ager31e71382008-08-13 09:32:07 +00001635
mads.s.agercbaa0602008-08-14 13:41:48 +000016362008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00001637
1638 Changed all text files to have native svn:eol-style.
1639
1640 Added a few samples and support for building them. The samples
1641 include a simple shell that can be used to benchmark and test V8.
1642
1643 Changed V8::GetVersion to return the version as a string.
1644
1645 Added source for lazily loaded scripts to snapshots and made
1646 serialization non-destructive.
1647
1648 Improved ARM support by fixing the write barrier code to use
1649 aligned loads and stores and by removing premature locals
1650 optimization that relied on broken support for callee-saved
1651 registers (removed).
1652
1653 Refactored the code for marking live objects during garbage
1654 collection and the code for allocating objects in paged
1655 spaces. Introduced an abstraction for the map word of a heap-
1656 allocated object and changed the memory allocator to allocate
1657 executable memory only for spaces that may contain code objects.
1658
1659 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
1660 they can be used by debugging and logging modules. Added
1661 thread-safe message queues for dealing with debugger events.
1662
1663 Fixed the source code reported by toString for certain builtin
1664 empty functions and made sure that the prototype property of a
1665 function is enumerable.
1666
1667 Improved performance of converting values to condition flags in
1668 generated code.
1669
1670 Merged disassembler-{arch} files.
1671
1672
mads.s.agercbaa0602008-08-14 13:41:48 +000016732008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00001674
1675 Added support for storing JavaScript stack traces in a stack
1676 allocated buffer to make it visible in shallow core dumps.
1677 Controlled by the --preallocate-message-memory flag which is
1678 disabled by default.
1679
1680
mads.s.agercbaa0602008-08-14 13:41:48 +000016812008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00001682
1683 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
1684 map transitions would count as properties.
1685
1686 Allowed aliased eval invocations by treating them as evals in the
1687 global context. This may change in the future.
1688
1689 Added support for accessing the last entered context through the
1690 API and renamed Context::Current to Context::GetCurrent and
1691 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
1692
1693 Fixed bug in the debugger that would cause the debugger scripts to
1694 be recursively loaded and changed all disabling of interrupts to
1695 be block-structured.
1696
1697 Made snapshot data read-only to allow it to be more easily shared
1698 across multiple users of V8 when linked as a shared library.
1699
1700
mads.s.agercbaa0602008-08-14 13:41:48 +000017012008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00001702
1703 Fixed building on Mac OS X by recognizing i386 and friends as
1704 IA-32 platforms.
1705
1706 Added propagation of stack overflow exceptions that occur while
1707 compiling nested functions.
1708
1709 Improved debugger with support for recursive break points and
1710 handling of exceptions that occur in the debugger JavaScript code.
1711
1712 Renamed GetInternal to GetInternalField and SetInternal to
1713 SetInternalField in the API and moved InternalFieldCount and
1714 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
1715
1716
mads.s.agercbaa0602008-08-14 13:41:48 +000017172008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00001718
1719 Fixed bug in stack overflow check code for IA-32 targets where a
1720 non-tagged value in register eax was pushed to the stack.
1721
1722 Fixed potential quadratic behavior when converting strings to
1723 numbers.
1724
1725 Fixed bug where the return value from Object::SetProperty could
1726 end up being the property holder instead of the written value.
1727
1728 Improved debugger support by allowing nested break points and by
1729 dealing with stack-overflows when compiling functions before
1730 setting break points in them.
1731
1732
mads.s.agercbaa0602008-08-14 13:41:48 +000017332008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00001734
kasper.lundbd3ec4e2008-07-09 11:06:54 +00001735 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00001736