dslomov@chromium.org | 4a35c5a | 2013-09-13 07:28:52 +0000 | [diff] [blame^] | 1 | 2013-09-13: Version 3.21.15 |
| 2 | |
| 3 | Non-JSObject heap objects are now handled using slow-path IC stub |
| 4 | guarded by the map. |
| 5 | (Chromium issue 280632) |
| 6 | |
| 7 | i18n Javascript code added to the snapshot. |
| 8 | (V8 issue 2745) |
| 9 | |
| 10 | Performance and stability improvements on all platforms. |
| 11 | |
dslomov@chromium.org | e97852d | 2013-09-12 09:02:59 +0000 | [diff] [blame] | 12 | 2013-09-12: Version 3.21.14 |
| 13 | |
| 14 | Added access check for observed objects. |
| 15 | (V8 issue 2778) |
| 16 | |
| 17 | Cleaned up v8::ArrayBuffer::Allocator interface. |
| 18 | (V8 issue 2823) |
| 19 | |
| 20 | Performance and stability improvements on all platforms. |
| 21 | |
hpayer@chromium.org | c5d4971 | 2013-09-11 08:25:48 +0000 | [diff] [blame] | 22 | 2013-09-11: Version 3.21.13 |
| 23 | |
| 24 | Added a ResourceConstraint for the embedder to specify that V8 is |
| 25 | running on a memory constrained device. |
| 26 | (Chromium issue 280984) |
| 27 | |
| 28 | Removed HandleScope default ctor. |
| 29 | (Chromium issue 236173) |
| 30 | |
| 31 | Enabled escape analysis for Hydrogen. |
| 32 | |
| 33 | Correctly stringified mixed encoding indirect strings. |
| 34 | (Chromium issue 287476) |
| 35 | |
| 36 | Performance and stability improvements on all platforms. |
| 37 | |
| 38 | |
dslomov@chromium.org | 639bac0 | 2013-09-09 11:58:54 +0000 | [diff] [blame] | 39 | 2013-09-09: Version 3.21.12 |
| 40 | |
| 41 | Fixed bitwise negation on x64. |
| 42 | (Chromium issue 285355) |
| 43 | |
| 44 | Dropped GetCurrentThreadId() and TerminateExecution(int) from |
| 45 | the external API. |
| 46 | |
| 47 | Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS. |
| 48 | (Chromium issue 284998) |
| 49 | |
| 50 | Added check if timeout has expired after processing each sample. |
| 51 | (issue 2814,v8:2871) |
| 52 | |
| 53 | Removed obsolete global V8::has_been_fooed flags. |
| 54 | (issue 2744) |
| 55 | |
| 56 | Performance and stability improvements on all platforms. |
| 57 | |
| 58 | |
jkummerow@chromium.org | 2c9426b | 2013-09-05 16:31:13 +0000 | [diff] [blame] | 59 | 2013-09-05: Version 3.21.11 |
| 60 | |
| 61 | Performance and stability improvements on all platforms. |
| 62 | |
| 63 | |
jkummerow@chromium.org | 3d00d0a | 2013-09-04 13:57:32 +0000 | [diff] [blame] | 64 | 2013-09-04: Version 3.21.10 |
| 65 | |
| 66 | Fixed Eternal::IsEmpty logic (issue 2870). |
| 67 | |
| 68 | Performance and stability improvements on all platforms. |
| 69 | |
| 70 | |
mstarzinger@chromium.org | e900018 | 2013-09-03 11:25:39 +0000 | [diff] [blame] | 71 | 2013-09-03: Version 3.21.9 |
| 72 | |
| 73 | Deprecated Persistent functions which were marked to be deprecated. |
| 74 | |
| 75 | Allowed uncacheable identifiers to go generic (issue 2867). |
| 76 | |
| 77 | Performance and stability improvements on all platforms. |
| 78 | |
| 79 | |
jkummerow@chromium.org | 8fa5bd9 | 2013-09-02 11:45:09 +0000 | [diff] [blame] | 80 | 2013-09-02: Version 3.21.8 |
| 81 | |
| 82 | Added scriptId to StackTrace frames (issue 2865). |
| 83 | |
| 84 | Performance and stability improvements on all platforms. |
| 85 | |
| 86 | |
jkummerow@chromium.org | dc94e19 | 2013-08-30 11:35:42 +0000 | [diff] [blame] | 87 | 2013-08-30: Version 3.21.7 |
| 88 | |
| 89 | Fixed casts of eternal handles. |
| 90 | |
| 91 | Turned on global handle zapping. |
| 92 | |
| 93 | Always visit branches during HGraph building (Chromium issue 280333). |
| 94 | |
| 95 | Profiler changes: removed deprecated API, support higher sampling |
| 96 | rate on Windows. |
| 97 | |
| 98 | Performance and stability improvements on all platforms. |
| 99 | |
| 100 | |
mstarzinger@chromium.org | 1f410f9 | 2013-08-29 08:13:16 +0000 | [diff] [blame] | 101 | 2013-08-29: Version 3.21.6 |
| 102 | |
| 103 | Fixed inlined 'throw' statements interfering with live range |
| 104 | computation. (issue 2843) |
| 105 | |
| 106 | Performance and stability improvements on all platforms. |
| 107 | |
| 108 | |
verwaest@chromium.org | 662436e | 2013-08-28 08:41:27 +0000 | [diff] [blame] | 109 | 2013-08-28: Version 3.21.5 |
| 110 | |
| 111 | Fixed compilation with recent MinGW64 versions. (issue 2300) |
| 112 | |
| 113 | Added RemovePrototype to FunctionTemplate. (Chromium issue 272440) |
| 114 | |
| 115 | Performance and stability improvements on all platforms. |
| 116 | |
| 117 | |
jkummerow@chromium.org | 1e8da74 | 2013-08-26 17:13:35 +0000 | [diff] [blame] | 118 | 2013-08-26: Version 3.21.4 |
| 119 | |
| 120 | Lowered kInitialMaxFastElementArray constant to 95K (issue 2790). |
| 121 | |
| 122 | Use signals for cpu profiling on Mac OS X (issue 2814). |
| 123 | |
| 124 | Deprecated CpuProfileNode::GetSelfSamplesCount (Chromium issue 267595). |
| 125 | |
| 126 | Added support for higher CPU profiler sampling rate on posix systems |
| 127 | (issue 2814). |
| 128 | |
| 129 | Worked around 'inlining failed' build error with older GCC 4.x releases. |
| 130 | |
| 131 | Added source map support to tick processor. |
| 132 | |
| 133 | Stability improvements on all platforms. |
| 134 | |
| 135 | |
rossberg@chromium.org | 9259716 | 2013-08-23 13:28:00 +0000 | [diff] [blame] | 136 | 2013-08-23: Version 3.21.3 |
| 137 | |
| 138 | Temporarily disabled optimization for StringWrappers to use native |
| 139 | valueOf. (issue 2855) |
| 140 | |
| 141 | Fixed crash on function declarations in eval inside non-trivial local |
| 142 | scope. (issue 2594) |
| 143 | |
| 144 | Rewrote SamplingCircularQueue. (issue 2814) |
| 145 | |
| 146 | Fixed hidden properties on object with frozen prototype. (issue 2829) |
| 147 | |
| 148 | Fix deoptimization bug. (Chromium issue 274164) |
| 149 | |
| 150 | Stability improvements on all platforms. |
| 151 | |
| 152 | |
verwaest@chromium.org | ec6855e | 2013-08-22 12:26:58 +0000 | [diff] [blame] | 153 | 2013-08-22: Version 3.21.2 |
| 154 | |
| 155 | Stability improvements on all platforms. |
| 156 | |
| 157 | |
verwaest@chromium.org | 32cb9b2 | 2013-08-21 11:18:12 +0000 | [diff] [blame] | 158 | 2013-08-21: Version 3.21.1 |
| 159 | |
| 160 | Promoted ArrayBuffer, DataView and typed arrays to non-experimental. |
| 161 | (Chromium issue 270527) |
| 162 | |
| 163 | Replaced OS::MemCopy with memcpy in typed array initialization. |
| 164 | (Chromium issue 270642) |
| 165 | |
| 166 | Moved i18n break iterator C++ code to runtime (issue 2745) |
| 167 | |
| 168 | Fixed invalid out-of-bounds store in MacroAssembler::Allocate. |
| 169 | (Chromium issue 263515) |
| 170 | |
| 171 | Fixed register misuse in Allocate() on ARM. (issue 2851) |
| 172 | |
| 173 | Fixed empty handle dereference in Runtime_InternalNumberFormat. |
| 174 | (Chromium issue 275467) |
| 175 | |
| 176 | Performance and stability improvements on all platforms. |
| 177 | |
| 178 | |
rossberg@chromium.org | ebeba02 | 2013-08-19 09:36:44 +0000 | [diff] [blame] | 179 | 2013-08-19: Version 3.21.0 |
| 180 | |
| 181 | Fixed GC-related crasher (Chromium issue 274438) |
| 182 | |
| 183 | Reverted making Intl non-enumerable. |
| 184 | |
| 185 | Performance and stability improvements on all platforms. |
| 186 | |
| 187 | |
danno@chromium.org | c00ec2b | 2013-08-14 17:13:49 +0000 | [diff] [blame] | 188 | 2013-08-14: Version 3.20.17 |
| 189 | |
| 190 | Fixed Math.round/floor that had bogus Smi representation |
| 191 | (Chromium issue 272564) |
| 192 | |
| 193 | Performance and stability improvements on all platforms. |
| 194 | |
| 195 | |
danno@chromium.org | 5940060 | 2013-08-13 17:09:37 +0000 | [diff] [blame] | 196 | 2013-08-13: Version 3.20.16 |
| 197 | |
| 198 | Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679) |
| 199 | |
| 200 | Fixed gcmole bugs in i18n code (issue 2745) |
| 201 | |
| 202 | ia32: Calls to the TranscendentalCacheStub must ensure that esi is |
| 203 | set (issue 2827) |
| 204 | |
| 205 | Made sure polymorphic element access creates non-replaying |
| 206 | phis. (issue 2815) |
| 207 | |
| 208 | Allowed HPhis to have an invalid merge index. (issue 2815) |
| 209 | |
| 210 | Fixed smi-based math floor. (Chromium issue 270268) |
| 211 | |
| 212 | Deprecated self and total time getters and total sample count |
| 213 | getter on CpuProfileNode. (Chromium issue 267595) |
| 214 | |
| 215 | Fixed Object.freeze, Object.observe wrt CountOperation and |
| 216 | CompoundAssignment. (issue 2774,2779) |
| 217 | |
| 218 | Performance and stability improvements on all platforms. |
| 219 | |
| 220 | |
mstarzinger@chromium.org | e900018 | 2013-09-03 11:25:39 +0000 | [diff] [blame] | 221 | 2013-08-07: Version 3.20.15 |
danno@chromium.org | 5940060 | 2013-08-13 17:09:37 +0000 | [diff] [blame] | 222 | |
| 223 | Exposed eternal handle api. |
| 224 | |
| 225 | Bugfix to solve issues with enabling V8 typed arrays in Blink. |
| 226 | |
| 227 | Fixed Array index dehoisting. (Chromium issue 264203) |
| 228 | |
| 229 | Updated Array Iterator to use numeric indexes (issue 2818) |
| 230 | |
| 231 | Return start/end profiling time in microseconds instead of milliseconds |
| 232 | (issue 2824) |
| 233 | |
| 234 | Performance and stability improvements on all platforms. |
| 235 | |
| 236 | |
| 237 | 2013-08-06: Version 3.20.14 |
| 238 | |
| 239 | Added new Harmony methods to Array.prototype object. |
| 240 | (issue 2776,v8:2777) |
| 241 | |
| 242 | Performance and stability improvements on all platforms. |
| 243 | |
| 244 | |
danno@chromium.org | d3c4210 | 2013-08-01 16:58:23 +0000 | [diff] [blame] | 245 | 2013-08-01: Version 3.20.12 |
| 246 | |
| 247 | Removed buggy ToNumber truncation (partial fix for issue 2813) |
| 248 | |
| 249 | Calling Map etc without new should throw TypeError (issue 2819) |
| 250 | |
| 251 | Fixed a crash for large code objects on ARM (Chromium issue 2736) |
| 252 | |
| 253 | Fixed stale unhandlified value in JSObject::SetPropertyForResult. |
| 254 | (Chromium issue 265894) |
| 255 | |
| 256 | Added new Harmony methods to String.prototype object. |
| 257 | (issue 2796,v8:2797,v8:2798,v8:2799) |
| 258 | |
| 259 | Performance and stability improvements on all platforms. |
| 260 | |
| 261 | |
| 262 | 2013-07-30: Version 3.20.11 |
| 263 | |
| 264 | Performance and stability improvements on all platforms. |
| 265 | |
| 266 | |
| 267 | 2013-07-29: Version 3.20.10 |
| 268 | |
| 269 | Performance and stability improvements on all platforms. |
| 270 | |
| 271 | |
jkummerow@chromium.org | fb732b1 | 2013-07-26 10:27:09 +0000 | [diff] [blame] | 272 | 2013-07-26: Version 3.20.9 |
| 273 | |
| 274 | Check that ExternalString objects get aligned resources. |
| 275 | |
| 276 | Fixed JSArray-specific length lookup in polymorphic array handling |
| 277 | (Chromium issues 263276, 263905). |
| 278 | |
| 279 | Performance and stability improvements on all platforms. |
| 280 | |
| 281 | |
yangguo@chromium.org | c73d55b | 2013-07-24 08:18:28 +0000 | [diff] [blame] | 282 | 2013-07-24: Version 3.20.8 |
| 283 | |
| 284 | Deprecated v8::V8::Pause/ResumeProfiler. |
| 285 | |
| 286 | Fixed Chromium issues 247688, 258519 and 260203. |
| 287 | |
| 288 | Performance and stability improvements on all platforms. |
| 289 | |
| 290 | |
jkummerow@chromium.org | ba72ec8 | 2013-07-22 09:21:20 +0000 | [diff] [blame] | 291 | 2013-07-22: Version 3.20.7 |
| 292 | |
| 293 | Deprecated some debugger methods. |
| 294 | |
| 295 | Fixed wrong bailout id in polymorphic stores (Chromium issue 259787). |
| 296 | |
| 297 | Fixed data race in SamplingCircularQueue (Chromium issue 251218). |
| 298 | |
| 299 | Fixed type feedback in presence of negative lookups |
| 300 | (Chromium issue 252797). |
| 301 | |
| 302 | Do not materialize context-allocated values for debug-evaluate |
| 303 | (Chromium issue 259300). |
| 304 | |
| 305 | Synchronized Compare-Literal behavior in FullCodegen and Hydrogen |
| 306 | (Chromium issue 260345). |
| 307 | |
| 308 | Performance and stability improvements on all platforms. |
| 309 | |
| 310 | |
jkummerow@chromium.org | 1048047 | 2013-07-17 08:22:15 +0000 | [diff] [blame] | 311 | 2013-07-17: Version 3.20.6 |
| 312 | |
| 313 | Try to remove invalidated stubs before falling back to checking the |
| 314 | constant state (Chromium issue 260585). |
| 315 | |
| 316 | Fixed gyp_v8 to work with use_system_icu=1 (issue 2475). |
| 317 | |
| 318 | Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361). |
| 319 | |
| 320 | Use internal array as API function cache (Chromium issue 260106). |
| 321 | |
| 322 | Fixed possible stack overflow in range analysis |
| 323 | (Chromium issue 259452). |
| 324 | |
| 325 | Performance and stability improvements on all platforms. |
| 326 | |
| 327 | |
danno@chromium.org | 169691d | 2013-07-15 08:01:13 +0000 | [diff] [blame] | 328 | 2013-07-15: Version 3.20.5 |
| 329 | |
jkummerow@chromium.org | 1048047 | 2013-07-17 08:22:15 +0000 | [diff] [blame] | 330 | Ensured that the length of frozen arrays is immutable |
| 331 | (issue 2711, Chromium issue 259548). |
danno@chromium.org | 169691d | 2013-07-15 08:01:13 +0000 | [diff] [blame] | 332 | |
| 333 | Performance and stability improvements on all platforms. |
| 334 | |
| 335 | |
danno@chromium.org | bee5199 | 2013-07-10 14:57:15 +0000 | [diff] [blame] | 336 | 2013-07-10: Version 3.20.4 |
| 337 | |
| 338 | Fixed garbage-collection issue that causes a crash on ARM |
| 339 | (Chromium issue 254570) |
| 340 | |
| 341 | Performance and stability improvements on all platforms. |
| 342 | |
| 343 | |
mstarzinger@chromium.org | e0e1b0d | 2013-07-08 08:38:06 +0000 | [diff] [blame] | 344 | 2013-07-08: Version 3.20.3 |
| 345 | |
| 346 | Performance and stability improvements on all platforms. |
| 347 | |
| 348 | |
machenbach@chromium.org | c1789ee | 2013-07-05 07:09:57 +0000 | [diff] [blame] | 349 | 2013-07-05: Version 3.20.2 |
| 350 | |
| 351 | Remove deprecated heap profiler methods from V8 public API |
| 352 | |
| 353 | Mark i18n functions as native and set proper names |
| 354 | (issue 2745) |
| 355 | |
| 356 | Correctly report stack trace when current function is FunctionApply |
| 357 | builtin (Chromium issue 252097) |
| 358 | |
| 359 | Enable GDBJIT interface for standalone by default. |
| 360 | |
| 361 | Fix debuggersupport=off build. (issue 2754) |
| 362 | |
| 363 | Introduce -m64 flag for making x64 when the default gcc compiler is for |
| 364 | X32 |
| 365 | |
| 366 | Performance and stability improvements on all platforms. |
| 367 | |
| 368 | |
jkummerow@chromium.org | 93a47f4 | 2013-07-02 14:43:41 +0000 | [diff] [blame] | 369 | 2013-07-02: Version 3.20.1 |
| 370 | |
| 371 | Implemented WeakMap.prototype.clear function. (issue 2753) |
| 372 | |
| 373 | Ensure CheckInitialized is present independent of define. |
| 374 | (Chromium issue 255779) |
| 375 | |
| 376 | Performance and stability improvements on all platforms. |
| 377 | |
| 378 | |
mstarzinger@chromium.org | 1510d58 | 2013-06-28 14:00:48 +0000 | [diff] [blame] | 379 | 2013-06-28: Version 3.20.0 |
| 380 | |
| 381 | Migrated several tests from blink to V8 repository. |
| 382 | |
| 383 | Allowed users of the V8 API to distinguish between unset and undefined |
| 384 | HiddenValues (issue 2746). |
| 385 | |
| 386 | Deprecated old style callbacks in the V8 API. |
| 387 | |
| 388 | Turned on parallel recompilation. |
| 389 | |
| 390 | Performance and stability improvements on all platforms. |
| 391 | |
| 392 | |
dslomov@chromium.org | b752d40 | 2013-06-18 11:54:54 +0000 | [diff] [blame] | 393 | 2013-06-18: Version 3.19.18 |
| 394 | |
| 395 | Fixed read-only attribute of Function.length in strict mode. |
| 396 | (issue 2705) |
| 397 | |
| 398 | Fixed Runtime_SetProperty to properly handle OOM failures |
| 399 | (Chromium issue 249873) |
| 400 | |
| 401 | Emit deprecated check for constant function transitions. |
| 402 | (Chromium issue 250609) |
| 403 | |
| 404 | Made MathFloorOfDiv optimization trigger more often |
| 405 | (Issue 2205) |
| 406 | |
| 407 | Make more GCs in idle notification handler. |
| 408 | (Chromium issue 241815) |
| 409 | |
| 410 | Increased default type info threshold. |
| 411 | (Issue 2730) |
| 412 | |
| 413 | Performance and stability improvements on all platforms. |
| 414 | |
| 415 | |
| 416 | 2013-06-14: Version 3.19.16 |
| 417 | |
| 418 | Performance and stability improvements on all platforms. |
| 419 | |
| 420 | |
danno@chromium.org | f95d4b9 | 2013-06-13 14:40:17 +0000 | [diff] [blame] | 421 | 2013-06-13: Version 3.19.15 |
| 422 | |
| 423 | Performance and stability improvements on all platforms. |
| 424 | |
| 425 | |
danno@chromium.org | 4172848 | 2013-06-12 22:31:22 +0000 | [diff] [blame] | 426 | 2013-06-13: Version 3.19.14 |
| 427 | |
| 428 | Fixed crashes when calling new Array(a) with a single argument that |
| 429 | could result in creating a holey array with a packed elements kind. |
| 430 | (Chromium issue 245480) |
| 431 | |
| 432 | Fixed issues in parallel compilation. |
| 433 | (Chromium issue 248076) |
| 434 | |
| 435 | Performance and stability improvements on all platforms. |
| 436 | |
| 437 | |
ulan@chromium.org | 837a67e | 2013-06-11 15:39:48 +0000 | [diff] [blame] | 438 | 2013-06-11: Version 3.19.13 |
| 439 | |
| 440 | Performance and stability improvements on all platforms. |
| 441 | |
| 442 | |
verwaest@chromium.org | 8a00e82 | 2013-06-10 15:11:22 +0000 | [diff] [blame] | 443 | 2013-06-10: Version 3.19.12 |
| 444 | |
| 445 | Fixed arguments array access. (Chromium issue 247303) |
| 446 | |
| 447 | Fixed bug in LookupForWrite. (Chromium issue 242332) |
| 448 | |
| 449 | Performance and stability improvements on all platforms. |
| 450 | |
| 451 | |
danno@chromium.org | 1fd77d5 | 2013-06-07 16:01:45 +0000 | [diff] [blame] | 452 | 2013-06-07: Version 3.19.11 |
| 453 | |
| 454 | Performance and stability improvements on all platforms. |
| 455 | |
| 456 | |
ulan@chromium.org | dfe5307 | 2013-06-06 14:14:51 +0000 | [diff] [blame] | 457 | 2013-06-06: Version 3.19.10 |
| 458 | |
| 459 | Performance and stability improvements on all platforms. |
| 460 | |
| 461 | |
verwaest@chromium.org | d4be0f0 | 2013-06-05 13:39:03 +0000 | [diff] [blame] | 462 | 2013-06-05: Version 3.19.9 |
| 463 | |
| 464 | Implemented Load IC support for loading properties from primitive |
| 465 | values to avoid perpetual soft deopts. (Chromium issue 242512) |
| 466 | |
| 467 | Implemented Freeing of PerThreadAssertData when possible to avoid |
| 468 | memory leak. (Chromium issue 246567) |
| 469 | |
| 470 | Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS. |
| 471 | |
| 472 | Performance and stability improvements on all platforms. |
| 473 | |
| 474 | |
rossberg@chromium.org | 79e7902 | 2013-06-03 15:43:46 +0000 | [diff] [blame] | 475 | 2013-06-03: Version 3.19.8 |
| 476 | |
| 477 | Fixed bug with inlining 'Array' function. (Chromium issue 244461) |
| 478 | |
| 479 | Fixed initialization of literal objects. (Chromium issue 245424) |
| 480 | |
| 481 | Fixed function name inferred inside closures. (Chromium issue 224884) |
| 482 | |
| 483 | Performance and stability improvements on all platforms. |
| 484 | |
| 485 | |
rossberg@chromium.org | b99c754 | 2013-05-31 11:40:45 +0000 | [diff] [blame] | 486 | 2013-05-31: Version 3.19.7 |
| 487 | |
| 488 | Added support for //# sourceURL similar to deprecated //@ sourceURL one. |
| 489 | (issue 2702) |
| 490 | |
| 491 | Made sure IfBuilder::Return clears the current block. |
| 492 | (Chromium issue 243868) |
| 493 | |
| 494 | Fixed two CPU profiler tests on ARM and MIPS simulators |
| 495 | (issue 2628) |
| 496 | |
| 497 | Fixed idle incremental GC for large objects. |
| 498 | (Chromium issue 241815) |
| 499 | |
| 500 | Disabled --optimize-constructed-arrays due to crashes |
| 501 | (Chromium issue 244461) |
| 502 | |
| 503 | Performance and stability improvements on all platforms. |
| 504 | |
| 505 | |
jkummerow@chromium.org | c118402 | 2013-05-28 16:58:15 +0000 | [diff] [blame] | 506 | 2013-05-28: Version 3.19.6 |
| 507 | |
| 508 | Fixed IfBuilder::Deopt to clear the current block |
| 509 | (Chromium issue 243868). |
| 510 | |
| 511 | Performance and stability improvements on all platforms. |
| 512 | |
| 513 | |
svenpanne@chromium.org | 53ad175 | 2013-05-27 12:20:38 +0000 | [diff] [blame] | 514 | 2013-05-27: Version 3.19.5 |
| 515 | |
| 516 | Reset regexp parser flag after scanning ahead for capture groups. |
| 517 | (issue 2690) |
| 518 | |
| 519 | Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup. |
| 520 | (issue 2628) |
| 521 | |
| 522 | Performance and stability improvements on all platforms. |
| 523 | |
| 524 | |
svenpanne@chromium.org | a53e8e0 | 2013-05-24 12:35:50 +0000 | [diff] [blame] | 525 | 2013-05-24: Version 3.19.4 |
| 526 | |
| 527 | Fixed edge case in stack trace formatting. (Chromium issue 237617) |
| 528 | |
| 529 | Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium |
| 530 | issue 240032) |
| 531 | |
| 532 | Made Object.freeze fast (issue 1858, Chromium issue 115960) |
| 533 | |
| 534 | Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue |
| 535 | 242924) |
| 536 | |
| 537 | Performance and stability improvements on all platforms. |
| 538 | |
| 539 | |
ulan@chromium.org | bf9432e | 2013-05-22 14:05:23 +0000 | [diff] [blame] | 540 | 2013-05-22: Version 3.19.3 |
| 541 | |
| 542 | Performance and stability improvements on all platforms. |
| 543 | |
| 544 | |
jkummerow@chromium.org | 4e308cf | 2013-05-17 13:39:16 +0000 | [diff] [blame] | 545 | 2013-05-17: Version 3.19.2 |
| 546 | |
| 547 | Fill in one-word-fillers for the unused property fields |
| 548 | (Chromium issue 240056). |
| 549 | |
| 550 | Removed use_system_v8 logic from the mainline gyp file |
| 551 | (Chromium issue 226860). |
| 552 | |
| 553 | Skip CPU profiler samples where top function's stack frame is not |
| 554 | set up properly (issue 2628). |
| 555 | |
| 556 | Performance and stability improvements on all platforms. |
| 557 | |
| 558 | |
ulan@chromium.org | 906e2fb | 2013-05-14 08:14:38 +0000 | [diff] [blame] | 559 | 2013-05-14: Version 3.19.1 |
| 560 | |
| 561 | Fixed missing hole check for loads from Smi arrays when all uses are |
| 562 | changes (Chromium issue 233737) |
| 563 | |
| 564 | Performance and stability improvements on all platforms. |
| 565 | |
| 566 | |
ulan@chromium.org | 57ff881 | 2013-05-10 08:16:55 +0000 | [diff] [blame] | 567 | 2013-05-10: Version 3.19.0 |
| 568 | |
| 569 | Deprecated Context::New which returns Persistent. |
| 570 | |
| 571 | Added Persistent<T>::Reset which disposes the handle and redirects it to |
| 572 | point to another object. |
| 573 | |
| 574 | Deprecated WriteAscii and MayContainNonAscii. |
| 575 | |
| 576 | Exposed AssertNoAllocation to API. |
| 577 | |
| 578 | Performance and stability improvements on all platforms. |
| 579 | |
| 580 | |
danno@chromium.org | f005df6 | 2013-04-30 16:36:45 +0000 | [diff] [blame] | 581 | 2013-04-30: Version 3.18.5 |
| 582 | |
| 583 | Allowed setting debugger breakpoints on CompareNilICs (issue 2660) |
| 584 | |
| 585 | Fixed beyond-heap load on x64 Crankshafted StringCharFromCode |
| 586 | (Chromium issue 235311) |
| 587 | |
| 588 | Change 'Parse error' to three more informative messages. |
| 589 | (Chromium issue 2636) |
| 590 | |
| 591 | Performance and stability improvements on all platforms. |
| 592 | |
| 593 | |
danno@chromium.org | ca29dd8 | 2013-04-26 11:59:48 +0000 | [diff] [blame] | 594 | 2013-04-26: Version 3.18.4 |
| 595 | |
| 596 | Added a preliminary API for ES6 ArrayBuffers |
| 597 | |
| 598 | Replaced qsort with std::sort. (Chromium issue 2639) |
| 599 | |
| 600 | Performance and stability improvements on all platforms. |
| 601 | |
| 602 | |
ulan@chromium.org | 32d7dba | 2013-04-24 10:59:06 +0000 | [diff] [blame] | 603 | 2013-04-24: Version 3.18.3 |
| 604 | |
| 605 | Exposed the GC under a name that is less collision prone than window.gc. |
| 606 | (issue 2641) |
| 607 | |
| 608 | Do not emit double values at their use sites. (Chromium issue 234101) |
| 609 | |
| 610 | Added methods to allow resuming execution after calling |
| 611 | TerminateExecution(). (issue 2361) |
| 612 | |
| 613 | Performance and stability improvements on all platforms. |
| 614 | |
| 615 | |
ulan@chromium.org | 77ca49a | 2013-04-22 09:43:56 +0000 | [diff] [blame] | 616 | 2013-04-22: Version 3.18.2 |
| 617 | |
| 618 | OS::MemMove/OS::MemCopy: Don't call through to generated code when size |
| 619 | == 0 to avoid prefetching invalid memory (Chromium issue 233500) |
| 620 | |
| 621 | Removed heap snapshot size limit. (Chromium issue 232305) |
| 622 | |
| 623 | Performance and stability improvements on all platforms. |
| 624 | |
| 625 | |
mstarzinger@chromium.org | b228be0 | 2013-04-18 14:56:59 +0000 | [diff] [blame] | 626 | 2013-04-18: Version 3.18.1 |
| 627 | |
| 628 | Removed SCons related files and deprecated test suite configurations. |
| 629 | |
| 630 | Improved handling of unary plus (issue 2527). |
| 631 | |
| 632 | Performance and stability improvements on all platforms. |
| 633 | |
| 634 | |
mstarzinger@chromium.org | e27d617 | 2013-04-17 11:51:44 +0000 | [diff] [blame] | 635 | 2013-04-17: Version 3.18.0 |
| 636 | |
| 637 | Enabled pretenuring of fast literals in high promotion mode. |
| 638 | |
| 639 | Removed preparser library; link preparser executable against full V8. |
| 640 | |
| 641 | Fixed set-up of intrinsic's 'constructor' properties. |
| 642 | (Chromium issue 229445) |
| 643 | |
| 644 | ES6 symbols: extended V8 API to support symbols (issue 2158). |
| 645 | |
| 646 | Removed ARM support for VFP2. |
| 647 | |
| 648 | Made __proto__ a real JavaScript accessor property. |
| 649 | (issue 1949 and issue 2606) |
| 650 | |
| 651 | Performance and stability improvements on all platforms. |
| 652 | |
| 653 | |
mstarzinger@chromium.org | f705b50 | 2013-04-04 11:38:09 +0000 | [diff] [blame] | 654 | 2013-04-04: Version 3.17.16 |
| 655 | |
| 656 | Stack trace API: poison stack frames below the first strict mode frame. |
| 657 | (issue 2564) |
| 658 | |
| 659 | Made Isolate::GetHeapStatistics robust against half-initialized |
| 660 | isolates (Chromium issue 2591). |
| 661 | |
| 662 | Finished implementation of ES6 symbols aka. private names (issue 2158). |
| 663 | |
| 664 | Performance and stability improvements on all platforms. |
| 665 | |
| 666 | |
danno@chromium.org | c99cd48 | 2013-03-21 15:26:42 +0000 | [diff] [blame] | 667 | 2013-03-21: Version 3.17.15 |
| 668 | |
| 669 | Rolled back API changes to maintain compatibility with older |
| 670 | 3.17.x versions of V8. |
| 671 | |
| 672 | Disable zapping of global handles in release mode. |
| 673 | |
| 674 | Always mark the entire valid prefix of the descriptor array. |
| 675 | (Chromium issue 196331) |
| 676 | |
| 677 | Use internal memcpy for CopyWords and when copying code. |
| 678 | (Chromium issue 196330) |
| 679 | |
| 680 | Performance and stability improvements on all platforms. |
| 681 | |
| 682 | |
jkummerow@chromium.org | 7bd87f0 | 2013-03-20 18:06:29 +0000 | [diff] [blame] | 683 | 2013-03-20: Version 3.17.14 |
| 684 | |
| 685 | Use internal memcpy when initializing code objects. |
| 686 | (Chromium issue 196330) |
| 687 | |
| 688 | Disabled weak embedded maps because of crashes. |
| 689 | (Chromium issues 172489, 217858) |
| 690 | |
| 691 | Performance and stability improvements on all platforms. |
| 692 | |
| 693 | |
jkummerow@chromium.org | 4c54a2a | 2013-03-19 17:51:30 +0000 | [diff] [blame] | 694 | 2013-03-19: Version 3.17.13 |
| 695 | |
| 696 | Turned Flags into a uint32_t typedef (Chromium issue 194749). |
| 697 | |
| 698 | Performance and stability improvements on all platforms. |
| 699 | |
| 700 | |
svenpanne@chromium.org | 876cca8 | 2013-03-18 14:43:20 +0000 | [diff] [blame] | 701 | 2013-03-18: Version 3.17.12 |
| 702 | |
| 703 | Unified kMaxArguments with number of bits used to encode it. |
| 704 | (Chromium issue 211741) |
| 705 | |
| 706 | Fixed detection of |handle_smi| case in |
| 707 | HOptimizedGraphBuilder::HandlePolymorphicCallNamed. |
| 708 | (Chromium issue 196583) |
| 709 | |
| 710 | Performance and stability improvements on all platforms. |
| 711 | |
| 712 | |
svenpanne@chromium.org | 2bda543 | 2013-03-15 12:39:50 +0000 | [diff] [blame] | 713 | 2013-03-15: Version 3.17.11 |
| 714 | |
| 715 | Added a version of the v8::HandleScope constructor with an v8::Isolate |
| 716 | parameter and made AdjustAmountOfExternalAllocatedMemory an instance |
| 717 | method of v8::Isolate. |
| 718 | (issue 2487) |
| 719 | |
| 720 | Fixed two register allocator bugs (off-by-one error/failure |
| 721 | propagation). (issue 2576) |
| 722 | |
| 723 | Fixed huge heap snapshot when a heavily shared context has many |
| 724 | variables. (Chromium issue 145687) |
| 725 | |
| 726 | Performance and stability improvements on all platforms. |
| 727 | |
| 728 | |
ulan@chromium.org | 6e196bf | 2013-03-13 09:38:22 +0000 | [diff] [blame] | 729 | 2013-03-13: Version 3.17.10 |
| 730 | |
| 731 | Fixed heap snapshot creation for Harmony collections. (issue 2535) |
| 732 | |
| 733 | Fixed register allocation corner case. (Chromium issue 177883) |
| 734 | |
| 735 | Performance and stability improvements on all platforms. |
| 736 | |
| 737 | |
svenpanne@chromium.org | 9faefa4 | 2013-03-08 13:13:16 +0000 | [diff] [blame] | 738 | 2013-03-08: Version 3.17.9 |
| 739 | |
| 740 | Restored Function()'s expected string representation. (issue 2470) |
| 741 | |
| 742 | Enabled deprecatations (again). (issue 2487) |
| 743 | |
| 744 | Avoid bool to Oddball conversions by being lazy. (issue 2491) |
| 745 | |
| 746 | Added %p option to --logfile. |
| 747 | |
| 748 | Hardened Function()'s parsing of function literals. (issue 2470) |
| 749 | |
| 750 | ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158) |
| 751 | |
| 752 | Performance and stability improvements on all platforms. |
| 753 | |
| 754 | |
ulan@chromium.org | 750145a | 2013-03-07 15:14:13 +0000 | [diff] [blame] | 755 | 2013-03-07: Version 3.17.8 |
| 756 | |
| 757 | Added missing license headers. (Chromium issue 98597) |
| 758 | |
| 759 | Inserted missing type cast in JSON.stringify. (issue 2570) |
| 760 | |
| 761 | Reverted "Send SIGPROF signals on the profiler event processor thread" |
| 762 | (issue 2571) |
| 763 | |
| 764 | Fixed Array.length, String.length and Function.prototype LoadICs on x64. |
| 765 | (issue 2568) |
| 766 | |
| 767 | ES6 symbols: filter symbols form for-in loops and Object.keys. |
| 768 | (issue 2158) |
| 769 | |
| 770 | Properly handle misses for StoreArrayLengthStub on ia32 and x64 |
| 771 | (issue 2566) |
| 772 | |
| 773 | Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866) |
| 774 | |
| 775 | Removed "library" variable from standalone.gypi. (Chromium issue 111541) |
| 776 | |
| 777 | Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations. |
| 778 | (issue 2556) |
| 779 | |
| 780 | Enabled zapping of disposed global handles in release mode. |
| 781 | (Chromium issue 176056) |
| 782 | |
| 783 | Added workaround for redefinition of __proto__ property. (issue 2565) |
| 784 | |
| 785 | ES6 symbols: Allow symbols as property names. (issue 2158) |
| 786 | |
| 787 | Performance and stability improvements on all platforms. |
| 788 | |
| 789 | |
yangguo@chromium.org | 4a9f655 | 2013-03-04 14:46:33 +0000 | [diff] [blame] | 790 | 2013-03-04: Version 3.17.7 |
| 791 | |
| 792 | Limited recursion in regexp compilation by a budget. |
| 793 | (Chromium issue 178790) |
| 794 | |
| 795 | ES6 symbols: Implemented Symbol intrinsic and basic functionality |
| 796 | (issue 2158) |
| 797 | |
| 798 | Performance and stability improvements on all platforms. |
| 799 | |
| 800 | |
hpayer@chromium.org | 8432c91 | 2013-02-28 15:55:26 +0000 | [diff] [blame] | 801 | 2013-02-28: Version 3.17.6 |
| 802 | |
| 803 | Fixed materialization of arguments objects with unknown values. |
| 804 | (Chromium issue 163530) |
| 805 | |
| 806 | Set default number of sweeper threads to at most four. |
| 807 | |
| 808 | Performance and stability improvements on all platforms. |
| 809 | |
| 810 | |
mstarzinger@chromium.org | 71fc346 | 2013-02-27 09:34:27 +0000 | [diff] [blame] | 811 | 2013-02-27: Version 3.17.5 |
| 812 | |
| 813 | Made __proto__ a foreign callback on Object.prototype. |
| 814 | (issue 621, issue 1949 and issue 2441) |
| 815 | |
| 816 | Performance and stability improvements on all platforms. |
| 817 | |
| 818 | |
ulan@chromium.org | 09d7ab5 | 2013-02-25 15:50:35 +0000 | [diff] [blame] | 819 | 2013-02-25: Version 3.17.4 |
| 820 | |
| 821 | Performance and stability improvements on all platforms. |
| 822 | |
| 823 | |
ulan@chromium.org | 2e04b58 | 2013-02-21 14:06:02 +0000 | [diff] [blame] | 824 | 2013-02-21: Version 3.17.3 |
| 825 | |
| 826 | Performance and stability improvements on all platforms. |
| 827 | |
| 828 | |
yangguo@chromium.org | c03a192 | 2013-02-19 13:55:47 +0000 | [diff] [blame] | 829 | 2013-02-19: Version 3.17.2 |
| 830 | |
| 831 | Removed bogus check for TOP register in deoptimizer. |
| 832 | (Chromium issue 176943) |
| 833 | |
| 834 | Made the Isolate parameter mandatory for internal HandleScopes. |
| 835 | (issue 2487) |
| 836 | |
| 837 | Fixed f.apply() optimization when declared arguments are mutated. |
| 838 | (issue 2539) |
| 839 | |
| 840 | Performance and stability improvements on all platforms. |
| 841 | |
| 842 | |
ulan@chromium.org | 6ba1fd0 | 2013-02-14 14:56:11 +0000 | [diff] [blame] | 843 | 2013-02-14: Version 3.17.1 |
| 844 | |
| 845 | Performance and stability improvements on all platforms. |
| 846 | |
| 847 | |
hpayer@chromium.org | 7c3372b | 2013-02-13 17:26:04 +0000 | [diff] [blame] | 848 | 2013-02-13: Version 3.17.0 |
| 849 | |
| 850 | Enabled parallel sweeping. |
| 851 | |
| 852 | Don't try to unlink instructions twice during GVN |
| 853 | (Chromium issue 175141) |
| 854 | |
| 855 | Fixed code flusher disabling while marking incrementally. |
| 856 | (Chromium issue 173458, 168582) |
| 857 | |
| 858 | Don't use TLS for space iterators. |
| 859 | (issue 2531) |
| 860 | |
| 861 | Added new GetHeapStatistics API entry and deprecated old one. |
| 862 | |
| 863 | Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified |
| 864 | platform-independent code. |
| 865 | (Chromium issue 173907) |
| 866 | |
| 867 | Added --trace-array-abuse to help find OOB accesses. |
| 868 | |
| 869 | Performance and stability improvements on all platforms. |
| 870 | |
| 871 | |
mmassi@chromium.org | 2f0efde | 2013-02-06 14:12:58 +0000 | [diff] [blame] | 872 | 2013-02-06: Version 3.16.14 |
| 873 | |
| 874 | Performance and stability improvements on all platforms. |
| 875 | |
| 876 | |
danno@chromium.org | 94b0d6f | 2013-02-04 13:33:20 +0000 | [diff] [blame] | 877 | 2013-02-04: Version 3.16.13 |
| 878 | |
| 879 | Tagged stubs that rely on instance types as MEGAMORPHIC. |
| 880 | (Chromium issue 173974) |
| 881 | |
| 882 | Fixed clearing of dead dependent codes and verifing of weak |
| 883 | embedded maps on full GC. (Chromium issue 172488,172489) |
| 884 | |
| 885 | Made the arm port build cleanly with Clang. |
| 886 | |
| 887 | Performance and stability improvements on all platforms. |
| 888 | |
| 889 | |
mstarzinger@chromium.org | e3b8d0f | 2013-02-01 09:06:41 +0000 | [diff] [blame] | 890 | 2013-01-31: Version 3.16.12 |
| 891 | |
| 892 | Performance and stability improvements on all platforms. |
| 893 | |
| 894 | |
mstarzinger@chromium.org | 068ea0a | 2013-01-30 09:39:44 +0000 | [diff] [blame] | 895 | 2013-01-30: Version 3.16.11 |
| 896 | |
| 897 | Put making embedded maps in optimized code weak behind a flag. |
| 898 | (Chromium issue 172488,172489) |
| 899 | |
| 900 | Performance and stability improvements on all platforms. |
| 901 | |
| 902 | |
mvstanton@chromium.org | d16d853 | 2013-01-25 13:29:10 +0000 | [diff] [blame] | 903 | 2013-01-25: Version 3.16.10 |
| 904 | |
| 905 | Avoid excessive memory usage during redundant phi elimination. |
| 906 | (issue 2510) |
| 907 | |
| 908 | Fixed additional spec violations wrt RegExp.lastIndex. |
| 909 | (issue 2437) |
| 910 | |
| 911 | Added Isolate parameter to Persistent class. |
| 912 | (issue 2487) |
| 913 | |
| 914 | Performance and stability improvements on all platforms. |
| 915 | |
| 916 | |
yangguo@chromium.org | 003650e | 2013-01-24 16:31:08 +0000 | [diff] [blame] | 917 | 2013-01-24: Version 3.16.9 |
| 918 | |
| 919 | Made embedded maps in optimized code weak. |
| 920 | (issue 2073) |
| 921 | |
| 922 | Fixed corner case when JSFunction is evicted from flusher. |
| 923 | (Chromium issue 168801) |
| 924 | |
| 925 | Correctly set kCanBeDivByZero flag for HMathFloorOfDiv. |
| 926 | (Chromium issue 171641) |
| 927 | |
| 928 | Performance and stability improvements on all platforms. |
| 929 | |
| 930 | |
mvstanton@chromium.org | 6bec009 | 2013-01-23 13:46:53 +0000 | [diff] [blame] | 931 | 2013-01-23: Version 3.16.8 |
| 932 | |
| 933 | Correctly reset lastIndex in an RegExp object. |
| 934 | (Chromium issue 170856) |
| 935 | |
| 936 | Added a workaround for Windows compilation problems related to V8EXPORT. |
| 937 | (issue 2507) |
| 938 | |
| 939 | tools/run-tests.py: shlex.split() the value of --command-prefix |
| 940 | (Chromium issue 171553) |
| 941 | |
| 942 | Fixed pattern detection for replacing shifts by rotation. |
| 943 | (Chromium issue 2499) |
| 944 | |
| 945 | Performance and stability improvements on all platforms. |
| 946 | |
| 947 | |
yangguo@chromium.org | 28381b4 | 2013-01-21 14:39:38 +0000 | [diff] [blame] | 948 | 2013-01-21: Version 3.16.7 |
| 949 | |
| 950 | Removed <(library) usage from v8.gyp. |
| 951 | (Chromium issue 111541) |
| 952 | |
| 953 | Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo. |
| 954 | (Chromium issue 169928) |
| 955 | |
| 956 | Performance and stability improvements on all platforms. |
| 957 | |
| 958 | |
yangguo@chromium.org | 46a2a51 | 2013-01-18 16:29:40 +0000 | [diff] [blame] | 959 | 2013-01-18: Version 3.16.6 |
| 960 | |
| 961 | Made the Isolate parameter mandatory in Locker and Unlocker classes. |
| 962 | (issue 2487) |
| 963 | |
| 964 | Avoid pointer underflow in CopyCharsUnsigned. |
| 965 | (issue 2493) |
| 966 | |
| 967 | Generate shim headers when using system v8. |
| 968 | (Chromium issue 165264) |
| 969 | |
| 970 | Fixed arguments materialization for inlined apply(). |
| 971 | (issue 2489) |
| 972 | |
| 973 | Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo. |
| 974 | (Chromium issue 147497) |
| 975 | |
| 976 | Added sanity check to CodeFlusher::AddCandidate. |
| 977 | (Chromium issue 169209) |
| 978 | |
| 979 | Performance and stability improvements on all platforms. |
| 980 | |
| 981 | |
| 982 | 2013-01-15: Version 3.16.5 |
| 983 | |
| 984 | Removed deprecated functions from V8's external API. |
| 985 | |
| 986 | Prepared API for WebKit use of Latin-1. |
| 987 | |
| 988 | Fixed V8 issue 2486. |
| 989 | |
| 990 | Fixed Chromium issue 169723. |
| 991 | |
| 992 | Performance and stability improvements on all platforms. |
| 993 | |
| 994 | |
yangguo@chromium.org | 9768bf1 | 2013-01-11 14:51:07 +0000 | [diff] [blame] | 995 | 2013-01-11: Version 3.16.4 |
| 996 | |
| 997 | Fixed Chromium issues 168545 and 169209. |
| 998 | |
| 999 | Performance and stability improvements on all platforms. |
| 1000 | |
| 1001 | |
jkummerow@chromium.org | 59297c7 | 2013-01-09 16:32:23 +0000 | [diff] [blame] | 1002 | 2013-01-09: Version 3.16.3 |
| 1003 | |
| 1004 | Improved GC performance when moving parts of a FixedArray (issue 2452). |
| 1005 | |
| 1006 | Enabled readline on d8 while building a shared lib (issue 1781). |
| 1007 | |
| 1008 | Fixed missing exception check in typed array constructor |
| 1009 | (Chromium issue 168545). |
| 1010 | |
| 1011 | Check for read-only-ness when preparing for array sort (issue 2419). |
| 1012 | |
| 1013 | Performance and stability improvements on all platforms. |
| 1014 | |
| 1015 | |
yangguo@chromium.org | 4cd70b4 | 2013-01-04 08:57:54 +0000 | [diff] [blame] | 1016 | 2013-01-04: Version 3.16.2 |
| 1017 | |
| 1018 | Added Makefile options to build for the Raspberry Pi (armv7=0, |
| 1019 | arm_fpu=vfp2). |
| 1020 | |
| 1021 | Performance and stability improvements on all platforms. |
| 1022 | |
| 1023 | |
ulan@chromium.org | 4121f23 | 2012-12-27 15:57:11 +0000 | [diff] [blame] | 1024 | 2012-12-27: Version 3.16.1 |
| 1025 | |
| 1026 | Fixed x64 MathMinMax for negative untagged int32 arguments. |
| 1027 | (Chromium issue 164442) |
| 1028 | |
| 1029 | Fixed FloatingPointHelper::CheckSSE2OperandIsInt32. |
| 1030 | (issue 2458) |
| 1031 | |
| 1032 | Performance and stability improvements on all platforms. |
| 1033 | |
| 1034 | |
yangguo@chromium.org | 9b8fc9f | 2012-12-21 13:47:00 +0000 | [diff] [blame] | 1035 | 2012-12-21: Version 3.16.0 |
yangguo@chromium.org | a6bbcc8 | 2012-12-21 12:35:02 +0000 | [diff] [blame] | 1036 | |
| 1037 | V8_Fatal now prints C++ stack trace in debug mode. |
| 1038 | |
| 1039 | Added HTML-based tick processor. |
| 1040 | |
| 1041 | Continued implementation of Object.observe (V8 issue 2409). |
| 1042 | |
| 1043 | Fixed V8 issues 2243, 2340, 2393, 2399, 2457. |
| 1044 | |
| 1045 | Fixed Chromium issues 125308, 165637, 166379, 166553. |
| 1046 | |
| 1047 | Performance and stability improvements on all platforms. |
| 1048 | |
| 1049 | |
jkummerow@chromium.org | 5323a9c | 2012-12-10 19:00:50 +0000 | [diff] [blame] | 1050 | 2012-12-10: Version 3.15.11 |
| 1051 | |
| 1052 | Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP |
| 1053 | flags. |
| 1054 | |
| 1055 | Performance and stability improvements on all platforms. |
| 1056 | |
| 1057 | |
rossberg@chromium.org | cddc71f | 2012-12-07 12:40:13 +0000 | [diff] [blame] | 1058 | 2012-12-07: Version 3.15.10 |
| 1059 | |
| 1060 | Enabled optimisation of functions inside eval. (issue 2315) |
| 1061 | |
| 1062 | Fixed spec violations in methods of Number.prototype. (issue 2443) |
| 1063 | |
| 1064 | Added GCTracer metrics for a scavenger GC for DOM wrappers. |
| 1065 | |
| 1066 | Performance and stability improvements on all platforms. |
| 1067 | |
| 1068 | |
mstarzinger@chromium.org | 32280cf | 2012-12-06 17:32:37 +0000 | [diff] [blame] | 1069 | 2012-12-06: Version 3.15.9 |
| 1070 | |
| 1071 | Fixed candidate eviction in code flusher. |
| 1072 | (Chromium issue 159140) |
| 1073 | |
| 1074 | Iterate through all arguments for side effects in Math.min/max. |
| 1075 | (issue 2444) |
| 1076 | |
| 1077 | Fixed spec violations related to regexp.lastIndex |
| 1078 | (issue 2437, issue 2438) |
| 1079 | |
| 1080 | Performance and stability improvements on all platforms. |
| 1081 | |
| 1082 | |
mmassi@chromium.org | 49a4467 | 2012-12-04 13:52:03 +0000 | [diff] [blame] | 1083 | 2012-12-04: Version 3.15.8 |
| 1084 | |
| 1085 | Enforced stack allocation of TryCatch blocks. |
| 1086 | (issue 2166,chromium:152389) |
| 1087 | |
| 1088 | Fixed external exceptions in external try-catch handlers. |
| 1089 | (issue 2166) |
| 1090 | |
| 1091 | Activated incremental code flushing by default. |
| 1092 | |
| 1093 | Performance and stability improvements on all platforms. |
| 1094 | |
| 1095 | |
svenpanne@chromium.org | 83130cf | 2012-11-30 10:13:25 +0000 | [diff] [blame] | 1096 | 2012-11-30: Version 3.15.7 |
| 1097 | |
| 1098 | Activated code aging by default. |
| 1099 | |
| 1100 | Included more information in --prof log. |
| 1101 | |
| 1102 | Removed eager sweeping for lazy swept spaces. Try to find in |
| 1103 | SlowAllocateRaw a bounded number of times a big enough memory slot. |
| 1104 | (issue 2194) |
| 1105 | |
| 1106 | Performance and stability improvements on all platforms. |
| 1107 | |
| 1108 | |
danno@chromium.org | 1f34ad3 | 2012-11-26 14:53:56 +0000 | [diff] [blame] | 1109 | 2012-11-26: Version 3.15.6 |
| 1110 | |
| 1111 | Ensure double arrays are filled with holes when extended from |
| 1112 | variations of empty arrays. (Chromium issue 162085) |
| 1113 | |
| 1114 | Performance and stability improvements on all platforms. |
| 1115 | |
| 1116 | |
ulan@chromium.org | 8e8d882 | 2012-11-23 14:36:46 +0000 | [diff] [blame] | 1117 | 2012-11-23: Version 3.15.5 |
| 1118 | |
| 1119 | Fixed JSON.stringify for objects with interceptor handlers. |
| 1120 | (Chromium issue 161028) |
| 1121 | |
| 1122 | Fixed corner case in x64 compare stubs. (issue 2416) |
| 1123 | |
| 1124 | Performance and stability improvements on all platforms. |
| 1125 | |
| 1126 | |
yangguo@chromium.org | fb37721 | 2012-11-16 14:43:43 +0000 | [diff] [blame] | 1127 | 2012-11-16: Version 3.15.4 |
| 1128 | |
| 1129 | Fixed Array.prototype.join evaluation order. (issue 2263) |
| 1130 | |
| 1131 | Perform CPU sampling by CPU sampling thread only iff processing thread |
| 1132 | is not running. (issue 2364) |
| 1133 | |
| 1134 | When using an Object as a set in Object.getOwnPropertyNames, null out |
| 1135 | the proto. (issue 2410) |
| 1136 | |
| 1137 | Disabled EXTRA_CHECKS in Release build. |
| 1138 | |
| 1139 | Heap explorer: Show representation of strings. |
| 1140 | |
| 1141 | Removed 'type' and 'arguments' properties from Error object. |
| 1142 | (issue 2397) |
| 1143 | |
| 1144 | Added atomics implementation for ThreadSanitizer v2. |
| 1145 | (Chromium issue 128314) |
| 1146 | |
| 1147 | Fixed LiveEdit crashes when object/array literal is added. (issue 2368) |
| 1148 | |
| 1149 | Performance and stability improvements on all platforms. |
| 1150 | |
| 1151 | |
yangguo@chromium.org | eeb44b6 | 2012-11-13 13:56:09 +0000 | [diff] [blame] | 1152 | 2012-11-13: Version 3.15.3 |
| 1153 | |
| 1154 | Changed sample shell to send non-JS output (e.g. errors) to stderr |
| 1155 | instead of stdout. |
| 1156 | |
| 1157 | Correctly check for stack overflow even when interrupt is pending. |
| 1158 | (issue 214) |
| 1159 | |
| 1160 | Collect stack trace on stack overflow. (issue 2394) |
| 1161 | |
| 1162 | Performance and stability improvements on all platforms. |
| 1163 | |
| 1164 | |
mvstanton@chromium.org | e4ac3ef | 2012-11-12 14:53:34 +0000 | [diff] [blame] | 1165 | 2012-11-12: Version 3.15.2 |
| 1166 | |
| 1167 | Function::GetScriptOrigin supplies sourceURL when script name is |
| 1168 | not available. (Chromium issue 159413) |
| 1169 | |
| 1170 | Made formatting error message side-effect-free. (issue 2398) |
| 1171 | |
| 1172 | Fixed length check in JSON.stringify. (Chromium issue 160010) |
| 1173 | |
| 1174 | ES6: Added support for Set and Map clear method (issue 2400) |
| 1175 | |
| 1176 | Fixed slack tracking when instance prototype changes. |
| 1177 | (Chromium issue 157019) |
| 1178 | |
| 1179 | Fixed disabling of code flusher while marking. (Chromium issue 159140) |
| 1180 | |
| 1181 | Added a test case for object grouping in a scavenger GC (issue 2077) |
| 1182 | |
| 1183 | Support shared library build of Android for v8. |
| 1184 | (Chromium issue 158821) |
| 1185 | |
| 1186 | ES6: Added support for size to Set and Map (issue 2395) |
| 1187 | |
| 1188 | Performance and stability improvements on all platforms. |
| 1189 | |
| 1190 | |
verwaest@chromium.org | e4ee6de | 2012-11-06 12:13:00 +0000 | [diff] [blame] | 1191 | 2012-11-06: Version 3.15.1 |
| 1192 | |
| 1193 | Put incremental code flushing behind a flag. (Chromium issue 159140) |
| 1194 | |
| 1195 | Performance and stability improvements on all platforms. |
| 1196 | |
| 1197 | |
danno@chromium.org | 72204d5 | 2012-10-31 10:02:10 +0000 | [diff] [blame] | 1198 | 2012-10-31: Version 3.15.0 |
| 1199 | |
| 1200 | Loosened aligned code target requirement on ARM (issue 2380) |
| 1201 | |
| 1202 | Fixed JSON.parse to treat leading zeros correctly. |
| 1203 | (Chromium issue 158185) |
| 1204 | |
| 1205 | Performance and stability improvements on all platforms. |
| 1206 | |
| 1207 | |
rossberg@chromium.org | 89e18f5 | 2012-10-22 13:09:53 +0000 | [diff] [blame] | 1208 | 2012-10-22: Version 3.14.5 |
| 1209 | |
| 1210 | Killed off the SCons based build. |
| 1211 | |
| 1212 | Added a faster API for creating v8::Integer objects. |
| 1213 | |
| 1214 | Speeded up function deoptimization by avoiding quadratic pass over |
| 1215 | optimized function list. (Chromium issue 155270) |
| 1216 | |
| 1217 | Always invoke the default Array.sort functions from builtin functions. |
| 1218 | (issue 2372) |
| 1219 | |
| 1220 | Reverted recent CPU profiler changes because they broke --prof. |
| 1221 | (issue 2364) |
| 1222 | |
| 1223 | Switched code flushing to use different JSFunction field. |
| 1224 | (issue 1609) |
| 1225 | |
| 1226 | Performance and stability improvements on all platforms. |
| 1227 | |
| 1228 | |
svenpanne@chromium.org | c859c4f | 2012-10-15 11:51:39 +0000 | [diff] [blame] | 1229 | 2012-10-15: Version 3.14.4 |
| 1230 | |
| 1231 | Allow evals for debugger even if they are prohibited in the debugee |
| 1232 | context. (Chromium issue 154733) |
| 1233 | |
| 1234 | Enabled --verify-heap in release mode (issue 2120) |
| 1235 | |
| 1236 | Performance and stability improvements on all platforms. |
| 1237 | |
| 1238 | |
jkummerow@chromium.org | c195667 | 2012-10-11 15:57:38 +0000 | [diff] [blame] | 1239 | 2012-10-11: Version 3.14.3 |
| 1240 | |
| 1241 | Use native context to retrieve ErrorMessageForCodeGenerationFromStrings |
| 1242 | (Chromium issue 155076). |
| 1243 | |
| 1244 | Bumped variable limit further to 2^17 (Chromium issue 151625). |
| 1245 | |
| 1246 | Performance and stability improvements on all platforms. |
| 1247 | |
| 1248 | |
verwaest@chromium.org | 33e09c8 | 2012-10-10 17:07:22 +0000 | [diff] [blame] | 1249 | 2012-10-10: Version 3.14.2 |
| 1250 | |
| 1251 | ARM: allowed VFP3 instructions when hardfloat is enabled. |
| 1252 | (Chromium issue 152506) |
| 1253 | |
| 1254 | Fixed instance_descriptors() and PushStackTraceAndDie regressions. |
| 1255 | (Chromium issue 151749) |
| 1256 | |
| 1257 | Made GDBJIT interface compile again. (issue 1804) |
| 1258 | |
| 1259 | Fixed Accessors::FunctionGetPrototype's proto chain traversal. |
| 1260 | (Chromium issue 143967) |
| 1261 | |
| 1262 | Made sure that names of temporaries do not clash with real variables. |
| 1263 | (issue 2322) |
| 1264 | |
| 1265 | Rejected local module declarations. (Chromium issue 150628) |
| 1266 | |
| 1267 | Rejected uses of lexical for-loop variable on the RHS. (issue 2322) |
| 1268 | |
| 1269 | Fixed slot recording of code target patches. |
| 1270 | (Chromium issue 152615,chromium:144230) |
| 1271 | |
| 1272 | Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3. |
| 1273 | |
| 1274 | Performance and stability improvements on all platforms. |
| 1275 | |
| 1276 | |
jkummerow@chromium.org | 7a96c2a | 2012-10-01 16:24:39 +0000 | [diff] [blame] | 1277 | 2012-10-01: Version 3.14.1 |
| 1278 | |
| 1279 | Don't set -m32 flag when compiling with Android ARM compiler. |
| 1280 | (Chromium issue 143889) |
| 1281 | |
| 1282 | Restore the descriptor array before returning allocation failure. |
| 1283 | (Chromium issue 151750) |
| 1284 | |
| 1285 | Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and |
| 1286 | 128252). |
| 1287 | |
| 1288 | Pull more recent gyp in 'make dependencies'. |
| 1289 | |
| 1290 | Made sure that the generic KeyedStoreIC changes length and element_kind |
| 1291 | atomically (issue 2346). |
| 1292 | |
| 1293 | Bumped number of allowed variables per scope to 65535, to address GWT. |
| 1294 | (Chromium issue 151625) |
| 1295 | |
| 1296 | Support sourceURL for dynamically inserted scripts (issue 2342). |
| 1297 | |
| 1298 | Performance and stability improvements on all platforms. |
| 1299 | |
| 1300 | |
ulan@chromium.org | 56c14af | 2012-09-20 12:51:09 +0000 | [diff] [blame] | 1301 | 2012-09-20: Version 3.14.0 |
| 1302 | |
| 1303 | Fixed missing slot recording during clearing of CallICs. |
| 1304 | (Chromium issue 144230) |
| 1305 | |
| 1306 | Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly. |
| 1307 | (Chromium issue 150729) |
| 1308 | |
| 1309 | Fixed minus zero test. (Issue 2133) |
| 1310 | |
| 1311 | Fixed setting array length to zero for slow elements. |
| 1312 | (Chromium issue 146910) |
| 1313 | |
| 1314 | Fixed lost arguments dropping in HLeaveInlined. |
| 1315 | (Chromium issue 150545) |
| 1316 | |
| 1317 | Fixed casting error for receiver of interceptors. |
| 1318 | (Chromium issue 149912) |
| 1319 | |
| 1320 | Throw a more descriptive exception when blocking 'eval' via CSP. |
| 1321 | (Chromium issue 140191) |
| 1322 | |
| 1323 | Fixed debugger's eval when close to stack overflow. (issue 2318) |
| 1324 | |
| 1325 | Added checks to live edit. (issue 2297) |
| 1326 | |
| 1327 | Switched on code compaction on incremental GCs. |
| 1328 | |
| 1329 | Fixed caching of optimized code for OSR. (issue 2326) |
| 1330 | |
| 1331 | Not mask exception thrown by toString in String::UtfValue etc. |
| 1332 | (issue 2317) |
| 1333 | |
| 1334 | Fixed API check for length of external arrays. (Chromium issue 148896) |
| 1335 | |
| 1336 | Ensure correct enumeration indices in the dict (Chromium issue 148376) |
| 1337 | |
| 1338 | Correctly initialize regexp global cache. (Chromium issue 148378) |
| 1339 | |
| 1340 | Fixed arguments object materialization during deopt. (issue 2261) |
| 1341 | |
| 1342 | Introduced new API to expose external string resource regardless of |
| 1343 | encoding. |
| 1344 | |
| 1345 | Fixed CHECK failure in LCodeGen::DoWrapReceiver when |
| 1346 | --deopt-every-n-times flag is present |
| 1347 | (Chromium issue 148389) |
| 1348 | |
| 1349 | Fixed edge case of extension with NULL as source string. |
| 1350 | (Chromium issue 144649) |
| 1351 | |
| 1352 | Fixed array index dehoisting. (Chromium issue 141395) |
| 1353 | |
| 1354 | Performance and stability improvements on all platforms. |
| 1355 | |
| 1356 | |
mstarzinger@chromium.org | de88679 | 2012-09-11 13:22:37 +0000 | [diff] [blame] | 1357 | 2012-09-11: Version 3.13.7 |
| 1358 | |
| 1359 | Enable/disable LiveEdit using the (C++) debug API. |
| 1360 | |
| 1361 | Performance and stability improvements on all platforms. |
| 1362 | |
| 1363 | |
jkummerow@chromium.org | 78502a9 | 2012-09-06 13:50:42 +0000 | [diff] [blame] | 1364 | 2012-09-06: Version 3.13.6 |
| 1365 | |
| 1366 | Added validity checking to API functions and calls. |
| 1367 | |
| 1368 | Disabled accessor inlining (Chromium issue 134609). |
| 1369 | |
| 1370 | Fixed bug in Math.min/max in optimized code (Chromium issue 145961). |
| 1371 | |
| 1372 | Directly use %ObjectKeys in json stringify (Chromium issue 2312). |
| 1373 | |
| 1374 | Fixed VS2005 build (issue 2313). |
| 1375 | |
| 1376 | Activated fixed ES5 readonly semantics by default. |
| 1377 | |
| 1378 | Added hardfp flag to the Makefile. |
| 1379 | |
| 1380 | Performance and stability improvements on all platforms. |
| 1381 | |
| 1382 | |
yangguo@chromium.org | 355cfd1 | 2012-08-29 15:32:24 +0000 | [diff] [blame] | 1383 | 2012-08-29: Version 3.13.5 |
| 1384 | |
| 1385 | Release stack trace data after firing Error.stack accessor. |
| 1386 | (issue 2308) |
| 1387 | |
| 1388 | Added a new API V8::SetJitCodeEventHandler to push code name and |
| 1389 | location to users such as profilers. |
| 1390 | |
| 1391 | Allocate block-scoped global bindings to global context. |
| 1392 | |
| 1393 | Performance and stability improvements on all platforms. |
| 1394 | |
| 1395 | |
yangguo@chromium.org | 46839fb | 2012-08-28 09:06:19 +0000 | [diff] [blame] | 1396 | 2012-08-28: Version 3.13.4 |
| 1397 | |
| 1398 | Print reason for disabling optimization. Kill --trace-bailout flag. |
| 1399 | |
| 1400 | Provided option to disable full DEBUG build on Android. |
| 1401 | |
| 1402 | Introduced global contexts to represent lexical global scope(s). |
| 1403 | |
| 1404 | Fixed rounding in Uint8ClampedArray setter. (issue 2294) |
| 1405 | |
| 1406 | Performance and stability improvements on all platforms. |
| 1407 | |
| 1408 | |
yangguo@chromium.org | 08eb196 | 2012-08-21 11:19:20 +0000 | [diff] [blame] | 1409 | 2012-08-21: Version 3.13.3 |
| 1410 | |
| 1411 | Performance and stability improvements on all platforms. |
| 1412 | |
| 1413 | |
| 1414 | 2012-08-20: Version 3.13.2 |
| 1415 | |
| 1416 | Performance and stability improvements on all platforms. |
| 1417 | |
| 1418 | |
verwaest@chromium.org | de64f72 | 2012-08-16 15:44:54 +0000 | [diff] [blame] | 1419 | 2012-08-16: Version 3.13.1 |
| 1420 | |
| 1421 | Performance and stability improvements on all platforms. |
| 1422 | |
| 1423 | |
mstarzinger@chromium.org | 471f2f1 | 2012-08-10 14:46:33 +0000 | [diff] [blame] | 1424 | 2012-08-10: Version 3.13.0 |
| 1425 | |
| 1426 | Added histograms for total allocated/live heap size, as well as |
| 1427 | allocated size and percentage of total for map and cell space. |
| 1428 | |
| 1429 | Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2). |
| 1430 | (issue 1645) |
| 1431 | |
| 1432 | Added checks for interceptors to negative lookup code in Crankshaft. |
| 1433 | (Chromium issue 140473) |
| 1434 | |
| 1435 | Made incremental marking clear ICs and type feedback cells. |
| 1436 | |
| 1437 | Performance and stability improvements on all platforms. |
| 1438 | |
| 1439 | |
jkummerow@chromium.org | 000f7fb | 2012-08-01 11:14:42 +0000 | [diff] [blame] | 1440 | 2012-08-01: Version 3.12.19 |
| 1441 | |
| 1442 | Performance and stability improvements on all platforms. |
| 1443 | |
| 1444 | |
ulan@chromium.org | ea52b5f | 2012-07-30 13:05:33 +0000 | [diff] [blame] | 1445 | 2012-07-30: Version 3.12.18 |
| 1446 | |
| 1447 | Forced using bit-pattern for signed zero double. (issue 2239) |
| 1448 | |
| 1449 | Made sure double to int conversion is correct. (issue 2260) |
| 1450 | |
| 1451 | Performance and stability improvements on all platforms. |
| 1452 | |
| 1453 | |
verwaest@chromium.org | b6d052d | 2012-07-27 08:03:27 +0000 | [diff] [blame] | 1454 | 2012-07-27: Version 3.12.17 |
| 1455 | |
| 1456 | Always set the callee's context when calling a function from optimized |
| 1457 | code. |
| 1458 | (Chromium issue 138887) |
| 1459 | |
| 1460 | Fixed building with GCC 3.x |
| 1461 | (issue 2016, 2017) |
| 1462 | |
| 1463 | Improved API calls that return empty handles. |
| 1464 | (issue 2245) |
| 1465 | |
| 1466 | Performance and stability improvements on all platforms. |
| 1467 | |
| 1468 | |
danno@chromium.org | 129d398 | 2012-07-25 15:01:47 +0000 | [diff] [blame] | 1469 | 2012-07-25: Version 3.12.16 |
| 1470 | |
| 1471 | Performance and stability improvements on all platforms. |
| 1472 | |
| 1473 | |
yangguo@chromium.org | 304cc33 | 2012-07-24 07:59:48 +0000 | [diff] [blame] | 1474 | 2012-07-24: Version 3.12.15 |
| 1475 | |
| 1476 | Added PRESERVE_ASCII_NULL option to String::WriteAscii. |
| 1477 | (issue 2252) |
| 1478 | |
| 1479 | Added dependency to HLoadKeyed* instructions to prevent invalid |
| 1480 | hoisting. (Chromium issue 137768) |
| 1481 | |
| 1482 | Enabled building d8 for Android on Mac. |
| 1483 | |
| 1484 | Interpret negative hexadecimal literals as NaN. |
| 1485 | (issue 2240) |
| 1486 | |
| 1487 | Expose counters in javascript when using --track-gc-object-stats. |
| 1488 | |
| 1489 | Enabled building and testing V8 on Android IA. |
| 1490 | |
| 1491 | Added --trace-parse flag to parser. |
| 1492 | |
| 1493 | Performance and stability improvements on all platforms. |
| 1494 | |
| 1495 | |
verwaest@chromium.org | 178fb15 | 2012-07-18 11:21:48 +0000 | [diff] [blame] | 1496 | 2012-07-18: Version 3.12.14 |
| 1497 | |
| 1498 | Deactivated optimization of packed arrays. |
| 1499 | (Chromium issue 137768) |
| 1500 | |
| 1501 | Fixed broken accessor transition. |
| 1502 | (Chromium issue 137689) |
| 1503 | |
| 1504 | Performance and stability improvements on all platforms. |
| 1505 | |
| 1506 | |
verwaest@chromium.org | 753aee4 | 2012-07-17 16:15:42 +0000 | [diff] [blame] | 1507 | 2012-07-17: Version 3.12.13 |
| 1508 | |
| 1509 | Fixed missing tagging of stack value in finally block. |
| 1510 | (Chromium issue 137496) |
| 1511 | |
| 1512 | Added more support for heap analysis. |
| 1513 | |
| 1514 | Performance and stability improvements on all platforms. |
| 1515 | |
| 1516 | |
jkummerow@chromium.org | 28583c9 | 2012-07-16 11:31:55 +0000 | [diff] [blame] | 1517 | 2012-07-16: Version 3.12.12 |
| 1518 | |
| 1519 | Added an option to the tickprocessor to specify the directory for lib |
| 1520 | lookup. |
| 1521 | |
| 1522 | Fixed ICs for slow objects with native accessor (Chromium issue 137002). |
| 1523 | |
| 1524 | Fixed transcendental cache on ARM in optimized code (issue 2234). |
| 1525 | |
| 1526 | New heap inspection tools: counters for object sizes and counts, |
| 1527 | histograms for external fragmentation. |
| 1528 | |
| 1529 | Incorporated constness into inferred interfaces (in preparation for |
| 1530 | handling imports) (issue 1569). |
| 1531 | |
| 1532 | Performance and stability improvements on all platforms. |
| 1533 | |
| 1534 | |
rossberg@chromium.org | 657d53b | 2012-07-12 11:06:03 +0000 | [diff] [blame] | 1535 | 2012-07-12: Version 3.12.11 |
| 1536 | |
| 1537 | Renamed "mips" arch to "mipsel" in the GYP build. |
| 1538 | |
| 1539 | Fixed computation of call targets on prototypes in Crankshaft. |
| 1540 | (Chromium issue 125148) |
| 1541 | |
| 1542 | Removed use of __lookupGetter__ when generating stack trace. |
| 1543 | (issue 1591) |
| 1544 | |
| 1545 | Turned on ES 5.2 globals semantics by default. |
| 1546 | (issue 1991, Chromium issue 80591) |
| 1547 | |
| 1548 | Synced preparser and parser wrt syntax error in switch..case. |
| 1549 | (issue 2210) |
| 1550 | |
| 1551 | Fixed reporting of octal literals in strict mode when preparsing. |
| 1552 | (issue 2220) |
| 1553 | |
| 1554 | Fixed inline constructors for Harmony Proxy prototypes. |
| 1555 | (issue 2225) |
| 1556 | |
| 1557 | Performance and stability improvements on all platforms. |
| 1558 | |
| 1559 | |
danno@chromium.org | 81cac2b | 2012-07-10 11:28:27 +0000 | [diff] [blame] | 1560 | 2012-07-10: Version 3.12.10 |
| 1561 | |
| 1562 | Re-enabled and fixed issue with array bounds check elimination |
| 1563 | (Chromium issue 132114). |
| 1564 | |
| 1565 | Fixed Debug::Break crash. (Chromium issue 131642) |
| 1566 | |
| 1567 | Added optimizing compiler support for JavaScript getters. |
| 1568 | |
| 1569 | Performance and stability improvements on all platforms. |
| 1570 | |
| 1571 | |
yangguo@chromium.org | 99aa490 | 2012-07-06 16:21:55 +0000 | [diff] [blame] | 1572 | 2012-07-06: Version 3.12.9 |
| 1573 | |
| 1574 | Correctly advance the scanner when scanning unicode regexp flag. |
| 1575 | (Chromium issue 136084) |
| 1576 | |
| 1577 | Fixed unhandlified code calling Harmony Proxy traps. |
| 1578 | (issue 2219) |
| 1579 | |
| 1580 | Performance and stability improvements on all platforms. |
| 1581 | |
| 1582 | |
svenpanne@chromium.org | 619781a | 2012-07-05 08:22:44 +0000 | [diff] [blame] | 1583 | 2012-07-05: Version 3.12.8 |
| 1584 | |
| 1585 | Implemented TypedArray.set and ArrayBuffer.slice in d8. |
| 1586 | |
| 1587 | Performance and stability improvements on all platforms. |
| 1588 | |
| 1589 | |
mstarzinger@chromium.org | c6d9cee | 2012-07-03 10:03:19 +0000 | [diff] [blame] | 1590 | 2012-07-03: Version 3.12.7 |
| 1591 | |
| 1592 | Fixed lazy compilation for strict eval scopes. |
| 1593 | (Chromium issue 135066) |
| 1594 | |
| 1595 | Made MACOSX_DEPLOYMENT_TARGET configurable in GYP. |
| 1596 | (issue 2151) |
| 1597 | |
| 1598 | Report "hidden properties" in heap profiler for properties case. |
| 1599 | (issue 2212) |
| 1600 | |
| 1601 | Activated optimization of packed arrays by default. |
| 1602 | |
| 1603 | Performance and stability improvements on all platforms. |
| 1604 | |
| 1605 | |
yangguo@chromium.org | c74d674 | 2012-06-29 15:15:45 +0000 | [diff] [blame] | 1606 | 2012-06-29: Version 3.12.6 |
| 1607 | |
| 1608 | Cleaned up hardfp ABI detection for ARM (V8 issue 2140). |
| 1609 | |
| 1610 | Extended TypedArray support in d8. |
| 1611 | |
| 1612 | |
yangguo@chromium.org | 9c741c8 | 2012-06-28 15:04:22 +0000 | [diff] [blame] | 1613 | 2012-06-28: Version 3.12.5 |
| 1614 | |
| 1615 | Fixed lazy parsing heuristics to respect outer scope. |
| 1616 | (Chromium issue 135008) |
| 1617 | |
| 1618 | Allow using test-wrapper-gypbuild.py on Windows when no python |
| 1619 | interpreter is registered. |
| 1620 | |
| 1621 | Performance and stability improvements on all platforms. |
| 1622 | |
| 1623 | |
jkummerow@chromium.org | 7a6fc81 | 2012-06-27 11:12:38 +0000 | [diff] [blame] | 1624 | 2012-06-27: Version 3.12.4 |
| 1625 | |
| 1626 | Removed -fomit-frame-pointer flag from Release builds to make |
| 1627 | the stack walkable by TCMalloc (Chromium issue 133723). |
| 1628 | |
| 1629 | Ported r7868 (constant masking) to x64 (issue 1374). |
| 1630 | |
| 1631 | Expose more detailed memory statistics (issue 2201). |
| 1632 | |
| 1633 | Fixed Harmony Maps and WeakMaps for undefined values |
| 1634 | (Chromium issue 132744). |
| 1635 | |
| 1636 | Correctly throw reference error in strict mode with ICs disabled |
| 1637 | (issue 2119). |
| 1638 | |
| 1639 | Performance and stability improvements on all platforms. |
| 1640 | |
| 1641 | |
ulan@chromium.org | d9e468a | 2012-06-25 09:47:40 +0000 | [diff] [blame] | 1642 | 2012-06-25: Version 3.12.3 |
| 1643 | |
| 1644 | Reverted r11835 'Unify promotion and allocation limit computation' due |
| 1645 | to V8 Splay performance regression on Mac. (Chromium issue 134183) |
| 1646 | |
| 1647 | Fixed sharing of literal boilerplates for optimized code. (issue 2193) |
| 1648 | |
| 1649 | Performance and stability improvements on all platforms. |
| 1650 | |
| 1651 | |
yangguo@chromium.org | de0db00 | 2012-06-22 13:44:28 +0000 | [diff] [blame] | 1652 | 2012-06-22: Version 3.12.2 |
| 1653 | |
| 1654 | Made near-jump check more strict in LoadNamedFieldPolymorphic on |
| 1655 | ia32/x64. (Chromium issue 134055) |
| 1656 | |
| 1657 | Fixed lazy sweeping heuristics to prevent old-space expansion. |
| 1658 | (issue 2194) |
| 1659 | |
| 1660 | Performance and stability improvements on all platforms. |
| 1661 | |
| 1662 | |
yangguo@chromium.org | d2899aa | 2012-06-21 11:16:20 +0000 | [diff] [blame] | 1663 | 2012-06-21: Version 3.12.1 |
| 1664 | |
| 1665 | Performance and stability improvements on all platforms. |
| 1666 | |
| 1667 | |
yangguo@chromium.org | 5a11aaf | 2012-06-20 11:29:00 +0000 | [diff] [blame] | 1668 | 2012-06-20: Version 3.12.0 |
| 1669 | |
| 1670 | Fixed Chromium issues: |
| 1671 | 115100, 129628, 131994, 132727, 132741, 132742, 133211 |
| 1672 | |
| 1673 | Fixed V8 issues: |
| 1674 | 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185 |
| 1675 | |
| 1676 | Added --extra-code flag to mksnapshot to load JS code into the VM |
| 1677 | before creating the snapshot. |
| 1678 | |
| 1679 | Support 'restart call frame' command in the debugger. |
| 1680 | |
| 1681 | Performance and stability improvements on all platforms. |
| 1682 | |
| 1683 | |
mmassi@chromium.org | 7028c05 | 2012-06-13 11:51:58 +0000 | [diff] [blame] | 1684 | 2012-06-13: Version 3.11.10 |
| 1685 | |
| 1686 | Implemented heap profiler memory usage reporting. |
| 1687 | |
| 1688 | Preserved error message during finally block in try..finally. |
| 1689 | (Chromium issue 129171) |
| 1690 | |
| 1691 | Fixed EnsureCanContainElements to properly handle double values. |
| 1692 | (issue 2170) |
| 1693 | |
| 1694 | Improved heuristics to keep objects in fast mode with inherited |
| 1695 | constructors. |
| 1696 | |
| 1697 | Performance and stability improvements on all platforms. |
| 1698 | |
| 1699 | |
rossberg@chromium.org | 400388e | 2012-06-06 09:29:22 +0000 | [diff] [blame] | 1700 | 2012-06-06: Version 3.11.9 |
| 1701 | |
| 1702 | Implemented ES5-conformant semantics for inherited setters and read-only |
| 1703 | properties. Currently behind --es5_readonly flag, because it breaks |
| 1704 | WebKit bindings. |
| 1705 | |
| 1706 | Exposed last seen heap object id via v8 public api. |
| 1707 | |
| 1708 | Performance and stability improvements on all platforms. |
| 1709 | |
| 1710 | |
verwaest@chromium.org | 3714139 | 2012-05-31 13:27:02 +0000 | [diff] [blame] | 1711 | 2012-05-31: Version 3.11.8 |
| 1712 | |
| 1713 | Avoid overdeep recursion in regexp where a guarded expression with a |
| 1714 | minimum repetition count is inside another quantifier. |
| 1715 | (Chromium issue 129926) |
| 1716 | |
| 1717 | Fixed missing write barrier in store field stub. |
| 1718 | (issues 2143, 1465, Chromium issue 129355) |
| 1719 | |
| 1720 | Proxies: Fixed receiver for setters inherited from proxies. |
| 1721 | Proxies: Fixed ToStringArray function so that it does not reject some |
| 1722 | keys. |
| 1723 | (issue 1543) |
| 1724 | |
| 1725 | Performance and stability improvements on all platforms. |
| 1726 | |
| 1727 | |
svenpanne@chromium.org | 830d30c | 2012-05-29 13:20:14 +0000 | [diff] [blame] | 1728 | 2012-05-29: Version 3.11.7 |
| 1729 | |
| 1730 | Get better function names in stack traces. |
| 1731 | |
| 1732 | Performance and stability improvements on all platforms. |
| 1733 | |
| 1734 | |
jkummerow@chromium.org | 777db6f | 2012-05-24 09:33:09 +0000 | [diff] [blame] | 1735 | 2012-05-24: Version 3.11.6 |
| 1736 | |
| 1737 | Fixed RegExp.prototype.toString for incompatible receivers |
| 1738 | (issue 1981). |
| 1739 | |
| 1740 | Performance and stability improvements on all platforms. |
| 1741 | |
| 1742 | |
mstarzinger@chromium.org | 15613d0 | 2012-05-23 12:04:37 +0000 | [diff] [blame] | 1743 | 2012-05-23: Version 3.11.5 |
| 1744 | |
| 1745 | Performance and stability improvements on all platforms. |
| 1746 | |
| 1747 | |
ulan@chromium.org | 0e3f88b | 2012-05-22 09:16:05 +0000 | [diff] [blame] | 1748 | 2012-05-22: Version 3.11.4 |
| 1749 | |
| 1750 | Some cleanup to common.gypi. This fixes some host/target combinations |
| 1751 | that weren't working in the Make build on Mac. |
| 1752 | |
| 1753 | Handle EINTR in socket functions and continue incomplete sends. |
| 1754 | (issue 2098) |
| 1755 | |
| 1756 | Fixed python deprecations. (issue 1391) |
| 1757 | |
| 1758 | Made socket send and receive more robust and return 0 on failure. |
| 1759 | (Chromium issue 15719) |
| 1760 | |
| 1761 | Fixed GCC 4.7 (C++11) compilation. (issue 2136) |
| 1762 | |
| 1763 | Set '-m32' option for host and target platforms |
| 1764 | |
| 1765 | Performance and stability improvements on all platforms. |
| 1766 | |
| 1767 | |
ulan@chromium.org | d6899c3 | 2012-05-18 14:12:25 +0000 | [diff] [blame] | 1768 | 2012-05-18: Version 3.11.3 |
| 1769 | |
| 1770 | Disable optimization for functions that have scopes that cannot be |
| 1771 | reconstructed from the context chain. (issue 2071) |
| 1772 | |
| 1773 | Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078) |
| 1774 | |
| 1775 | Correctly check for native error objects. (Chromium issue 2138) |
| 1776 | |
| 1777 | Performance and stability improvements on all platforms. |
| 1778 | |
| 1779 | |
yangguo@chromium.org | 5f0b8ea | 2012-05-16 12:37:04 +0000 | [diff] [blame] | 1780 | 2012-05-16: Version 3.11.2 |
| 1781 | |
| 1782 | Revert r11496. (Chromium issue 128146) |
| 1783 | |
| 1784 | Implement map collection for incremental marking. (issue 1465) |
| 1785 | |
| 1786 | Add toString method to CallSite (which describes a frame of the |
| 1787 | stack trace). |
| 1788 | |
| 1789 | |
yangguo@chromium.org | cb9affa | 2012-05-15 12:16:38 +0000 | [diff] [blame] | 1790 | 2012-05-15: Version 3.11.1 |
| 1791 | |
| 1792 | Added a readbuffer function to d8 that reads a file into an ArrayBuffer. |
| 1793 | |
| 1794 | Fix freebsd build. (V8 issue 2126) |
| 1795 | |
| 1796 | Performance and stability improvements on all platforms. |
| 1797 | |
| 1798 | |
jkummerow@chromium.org | 212d964 | 2012-05-11 15:02:09 +0000 | [diff] [blame] | 1799 | 2012-05-11: Version 3.11.0 |
| 1800 | |
| 1801 | Fixed compose-discard crasher from r11524 (issue 2123). |
| 1802 | |
| 1803 | Activated new global semantics by default. Global variables can |
| 1804 | now shadow properties of the global object (ES5.1 erratum). |
| 1805 | |
| 1806 | Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when |
| 1807 | transitioning (Chromium issue 117409). |
| 1808 | |
| 1809 | Made Error.prototype.name writable again, as required by the spec and |
| 1810 | the web (Chromium issue 69187). |
| 1811 | |
| 1812 | Implemented map collection with incremental marking (issue 1465). |
| 1813 | |
| 1814 | Regexp: Fixed overflow in min-match-length calculation |
| 1815 | (Chromium issue 126412). |
| 1816 | |
| 1817 | MIPS: Fixed illegal instruction use on Loongson in code for |
| 1818 | Math.random() (issue 2115). |
| 1819 | |
| 1820 | Fixed crash bug in VisitChoice (Chromium issue 126272). |
| 1821 | |
| 1822 | Fixed unsigned-Smi check in MappedArgumentsLookup |
| 1823 | (Chromium issue 126414). |
| 1824 | |
| 1825 | Fixed LiveEdit for function with no locals (issue 825). |
| 1826 | |
| 1827 | Fixed register clobbering in LoadIC for interceptors |
| 1828 | (Chromium issue 125988). |
| 1829 | |
| 1830 | Implemented clearing of CompareICs (issue 2102). |
| 1831 | |
| 1832 | Performance and stability improvements on all platforms. |
| 1833 | |
| 1834 | |
danno@chromium.org | 2c26cb1 | 2012-05-03 09:06:43 +0000 | [diff] [blame] | 1835 | 2012-05-03: Version 3.10.8 |
| 1836 | |
| 1837 | Enabled MIPS cross-compilation. |
| 1838 | |
| 1839 | Ensured reload of elements pointer in StoreFastDoubleElement stub. |
| 1840 | (Chromium issue 125515) |
| 1841 | |
| 1842 | Fixed corner cases in truncation behavior when storing to |
| 1843 | TypedArrays. (issue 2110) |
| 1844 | |
| 1845 | Fixed failure to properly recognize and report out-of-memory |
| 1846 | conditions when allocating code space pages. (Chromium issue |
| 1847 | 118625) |
| 1848 | |
| 1849 | Fixed idle notifications to perform a round of incremental GCs |
| 1850 | after context disposal. (issue 2107) |
| 1851 | |
| 1852 | Fixed preparser for try statement. (issue 2109) |
| 1853 | |
| 1854 | Performance and stability improvements on all platforms. |
| 1855 | |
| 1856 | |
danno@chromium.org | 1044a4d | 2012-04-30 12:34:39 +0000 | [diff] [blame] | 1857 | 2012-04-30: Version 3.10.7 |
| 1858 | |
| 1859 | Performance and stability improvements on all platforms. |
| 1860 | |
| 1861 | |
yangguo@chromium.org | efdb9d7 | 2012-04-26 08:21:05 +0000 | [diff] [blame] | 1862 | 2012-04-26: Version 3.10.6 |
| 1863 | |
| 1864 | Fixed some bugs in accessing details of the last regexp match. |
| 1865 | |
| 1866 | Fixed source property of empty RegExp objects. (issue 1982) |
| 1867 | |
| 1868 | Enabled inlining some V8 API functions. |
| 1869 | |
| 1870 | Performance and stability improvements on all platforms. |
| 1871 | |
| 1872 | |
mstarzinger@chromium.org | 88d326b | 2012-04-23 12:57:22 +0000 | [diff] [blame] | 1873 | 2012-04-23: Version 3.10.5 |
| 1874 | |
| 1875 | Put new global var semantics behind a flag until WebKit tests are |
| 1876 | cleaned up. |
| 1877 | |
| 1878 | Enabled stepping into callback passed to builtins. |
| 1879 | (Chromium issue 109564) |
| 1880 | |
| 1881 | Performance and stability improvements on all platforms. |
| 1882 | |
| 1883 | |
svenpanne@chromium.org | fb04633 | 2012-04-19 12:02:44 +0000 | [diff] [blame] | 1884 | 2012-04-19: Version 3.10.4 |
| 1885 | |
| 1886 | Fixed issues when stressing compaction with WeakMaps. |
| 1887 | |
| 1888 | Fixed missing GVN flag for new-space promotion. (Chromium issue 123919) |
| 1889 | |
| 1890 | Simplify invocation sequence at monomorphic function invocation sites. |
| 1891 | (issue 2079) |
| 1892 | |
| 1893 | Performance and stability improvements on all platforms. |
| 1894 | |
| 1895 | |
erik.corry@gmail.com | ed49e96 | 2012-04-17 11:57:53 +0000 | [diff] [blame] | 1896 | 2012-04-17: Version 3.10.3 |
| 1897 | |
| 1898 | Fixed several bugs in heap profiles (including issue 2078). |
| 1899 | |
| 1900 | Throw syntax errors on illegal escape sequences. |
| 1901 | |
| 1902 | Implemented rudimentary module linking (behind --harmony flag) |
| 1903 | |
| 1904 | Implemented ES5 erratum: Global declarations should shadow |
| 1905 | inherited properties. |
| 1906 | |
| 1907 | Made handling of const more consistent when combined with 'eval' |
| 1908 | and 'with'. |
| 1909 | |
| 1910 | Fixed V8 on MinGW-x64 (issue 2026). |
| 1911 | |
| 1912 | Performance and stability improvements on all platforms. |
| 1913 | |
| 1914 | |
jkummerow@chromium.org | 28faa98 | 2012-04-13 09:58:30 +0000 | [diff] [blame] | 1915 | 2012-04-13: Version 3.10.2 |
| 1916 | |
| 1917 | Fixed native ARM build (issues 1744, 539) |
| 1918 | |
| 1919 | Return LOOKUP variable instead of CONTEXT for non-context allocated |
| 1920 | outer scope parameters (Chromium issue 119609). |
| 1921 | |
| 1922 | Fixed regular and ElementsKind transitions interfering with each other |
| 1923 | (Chromium issue 122271). |
| 1924 | |
| 1925 | Improved performance of keyed loads/stores which have a HeapNumber |
| 1926 | index (issues 1388, 1295). |
| 1927 | |
| 1928 | Fixed WeakMap processing for evacuation candidates (issue 2060). |
| 1929 | |
| 1930 | Bailout on possible direct eval calls (Chromium issue 122681). |
| 1931 | |
| 1932 | Do not assume that names of function expressions are context-allocated |
| 1933 | (issue 2051). |
| 1934 | |
| 1935 | Performance and stability improvements on all platforms. |
| 1936 | |
| 1937 | |
fschneider@chromium.org | 7d10be5 | 2012-04-10 12:30:14 +0000 | [diff] [blame] | 1938 | 2012-04-10: Version 3.10.1 |
| 1939 | |
| 1940 | Fixed bug with arguments object in inlined functions (issue 2045). |
| 1941 | |
| 1942 | Fixed performance bug with lazy initialization (Chromium issue |
| 1943 | 118686). |
| 1944 | |
| 1945 | Added suppport for Mac OS X 64bit builds with GYP. |
| 1946 | (Patch contributed by Filipe David Manana <fdmanana@gmail.com>) |
| 1947 | |
| 1948 | Fixed bug with hidden properties (issue 2034). |
| 1949 | |
| 1950 | Fixed a performance bug when reloading pages (Chromium issue 117767, |
| 1951 | V8 issue 1902). |
| 1952 | |
| 1953 | Fixed bug when optimizing throw in top-level code (issue 2054). |
| 1954 | |
| 1955 | Fixed two bugs with array literals (issue 2055, Chromium issue 121407). |
| 1956 | |
| 1957 | Fixed bug with Math.min/Math.max with NaN inputs (issue 2056). |
| 1958 | |
| 1959 | Fixed a bug with the new runtime profiler (Chromium issue 121147). |
| 1960 | |
| 1961 | Fixed compilation of V8 using uClibc. |
| 1962 | |
| 1963 | Optimized boot-up memory use. |
| 1964 | |
| 1965 | Optimized regular expressions. |
| 1966 | |
| 1967 | |
jkummerow@chromium.org | 1456e70 | 2012-03-30 08:38:13 +0000 | [diff] [blame] | 1968 | 2012-03-30: Version 3.10.0 |
| 1969 | |
| 1970 | Fixed store IC writability check in strict mode |
| 1971 | (Chromium issue 120099). |
| 1972 | |
| 1973 | Resynchronize timers if the Windows system time was changed. |
| 1974 | (Chromium issue 119815) |
| 1975 | |
| 1976 | Removed "-mfloat-abi=hard" from host compiler cflags when building for |
| 1977 | hardfp ARM |
| 1978 | (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539) |
| 1979 | |
| 1980 | Fixed edge case for case independent regexp character classes |
| 1981 | (issue 2032). |
| 1982 | |
| 1983 | Reset function info counters after context disposal. |
| 1984 | (Chromium issue 117767, V8 issue 1902) |
| 1985 | |
| 1986 | Fixed missing write barrier in CopyObjectToObjectElements. |
| 1987 | (Chromium issue 119926) |
| 1988 | |
| 1989 | Fixed missing bounds check in HasElementImpl. |
| 1990 | (Chromium issue 119925) |
| 1991 | |
| 1992 | Performance and stability improvements on all platforms. |
| 1993 | |
| 1994 | |
danno@chromium.org | 88aa058 | 2012-03-23 15:11:57 +0000 | [diff] [blame] | 1995 | 2012-03-23: Version 3.9.24 |
| 1996 | |
| 1997 | Activated count-based profiler for ARM. |
| 1998 | |
| 1999 | Fixed use of proxies as f.prototype properties. (issue 2021) |
| 2000 | |
| 2001 | Enabled snapshots on MIPS. |
| 2002 | |
| 2003 | Performance and stability improvements on all platforms. |
| 2004 | |
| 2005 | |
ulan@chromium.org | 6ff6514 | 2012-03-21 09:52:17 +0000 | [diff] [blame] | 2006 | 2012-03-21: Version 3.9.23 |
| 2007 | |
| 2008 | Use correct arguments adaptation environment when inlining function |
| 2009 | containing arguments. (Issue 2014) |
| 2010 | |
| 2011 | Performance and stability improvements on all platforms. |
| 2012 | |
| 2013 | |
jkummerow@chromium.org | 531dfe8 | 2012-03-20 13:01:16 +0000 | [diff] [blame] | 2014 | 2012-03-20: Version 3.9.22 |
| 2015 | |
| 2016 | Enabled count-based profiler by default. |
| 2017 | |
| 2018 | Implemented a hash based look-up to speed up address checks |
| 2019 | in large object space (issue 853). |
| 2020 | |
| 2021 | Performance and stability improvements on all platforms. |
| 2022 | |
| 2023 | |
rossberg@chromium.org | 2c067b1 | 2012-03-19 11:01:52 +0000 | [diff] [blame] | 2024 | 2012-03-19: Version 3.9.21 |
| 2025 | |
| 2026 | Fixed push-to-trunk script (and re-push). |
| 2027 | |
| 2028 | Added API call that identifies strings that are guaranteed only to |
| 2029 | contain ASCII characters. |
| 2030 | |
| 2031 | |
| 2032 | 2012-03-19: Version 3.9.20 |
| 2033 | |
| 2034 | Fixed declarations escaping global strict eval. (Issue 1624) |
| 2035 | |
| 2036 | Fixed wrapping of receiver for non-strict callbacks. (Issue 1973) |
| 2037 | |
| 2038 | Fixed function declarations overwriting read-only global properties. |
| 2039 | (Chromium issue 115452) |
| 2040 | |
| 2041 | Fixed --use-strict flag in combination with --harmony[-scoping]. |
| 2042 | |
| 2043 | Debugger: naive implementation of "step into Function.prototype.bind". |
| 2044 | |
| 2045 | Debugger: added ability to set script source from within OnBeforeCompile |
| 2046 | |
| 2047 | Added flag to always call DebugBreak on abort. |
| 2048 | |
| 2049 | Re-enabled constructor inlining and inline === comparison with boolean |
| 2050 | constants. (Issue 2009) |
| 2051 | |
| 2052 | Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004) |
| 2053 | |
| 2054 | Performance and stability improvements on all platforms. |
| 2055 | |
| 2056 | |
mstarzinger@chromium.org | 3233d2f | 2012-03-14 11:16:03 +0000 | [diff] [blame] | 2057 | 2012-03-14: Version 3.9.19 |
| 2058 | |
| 2059 | Ensure there is a smi check of the receiver for global load and call |
| 2060 | ICs (Chromium issue 117794). |
| 2061 | |
| 2062 | Performance and stability improvements on all platforms. |
| 2063 | |
| 2064 | |
yangguo@chromium.org | 154ff99 | 2012-03-13 08:09:54 +0000 | [diff] [blame] | 2065 | 2012-03-13: Version 3.9.18 |
| 2066 | |
| 2067 | Ensure consistency of Math.sqrt on Intel platforms. |
| 2068 | |
| 2069 | Remove static initializers in v8. (issue 1859) |
| 2070 | |
| 2071 | Add explicit dependency on v8_base in the GYP-based build. |
| 2072 | |
| 2073 | Performance and stability improvements on all platforms. |
| 2074 | |
| 2075 | |
svenpanne@chromium.org | 4efbdb1 | 2012-03-12 08:18:42 +0000 | [diff] [blame] | 2076 | 2012-03-12: Version 3.9.17 |
| 2077 | |
| 2078 | Fixed VFP detection through compiler defines. (issue 1996) |
| 2079 | |
| 2080 | Add Code-related fields to postmortem metadata. |
| 2081 | |
| 2082 | Performance and stability improvements on all platforms. |
| 2083 | |
| 2084 | |
erik.corry@gmail.com | bbceb57 | 2012-03-09 10:52:05 +0000 | [diff] [blame] | 2085 | 2012-03-09: Version 3.9.16 |
| 2086 | |
| 2087 | Added basic interface inference for modules (behind the --harmony flag). |
| 2088 | |
| 2089 | Added Object.is, Number.isFinite, Number.isNaN. |
| 2090 | |
| 2091 | Updated the Unicode tables to Unicode version 6.1.0. |
| 2092 | |
| 2093 | Performance and stability improvements on all platforms. |
| 2094 | |
| 2095 | |
ulan@chromium.org | 9a21ec4 | 2012-03-06 08:42:24 +0000 | [diff] [blame] | 2096 | 2012-03-06: Version 3.9.15 |
| 2097 | |
| 2098 | Fix the heap profiler crash caused by memory layout changes between |
| 2099 | passes. |
| 2100 | |
| 2101 | Fix Error.prototype.toString to throw TypeError. (issue 1980) |
| 2102 | |
| 2103 | Fix double-rounding in strtod for MinGW. (issue 1062) |
| 2104 | |
| 2105 | Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985) |
| 2106 | |
| 2107 | Performance and stability improvements on all platforms. |
| 2108 | |
| 2109 | |
fschneider@chromium.org | 35814e5 | 2012-03-01 15:43:35 +0000 | [diff] [blame] | 2110 | 2012-03-01: Version 3.9.14 |
| 2111 | |
| 2112 | Performance and stability improvements on all platforms. |
| 2113 | |
| 2114 | |
ulan@chromium.org | 812308e | 2012-02-29 15:58:45 +0000 | [diff] [blame] | 2115 | 2012-02-29: Version 3.9.13 |
| 2116 | |
fschneider@chromium.org | 35814e5 | 2012-03-01 15:43:35 +0000 | [diff] [blame] | 2117 | Added code kind check before preparing for OSR. (issue 1900, 115073) |
ulan@chromium.org | 812308e | 2012-02-29 15:58:45 +0000 | [diff] [blame] | 2118 | |
fschneider@chromium.org | 35814e5 | 2012-03-01 15:43:35 +0000 | [diff] [blame] | 2119 | Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and |
| 2120 | ARM. |
ulan@chromium.org | 812308e | 2012-02-29 15:58:45 +0000 | [diff] [blame] | 2121 | |
fschneider@chromium.org | 35814e5 | 2012-03-01 15:43:35 +0000 | [diff] [blame] | 2122 | Ported string construct stub to x64. (issue 849) |
ulan@chromium.org | 812308e | 2012-02-29 15:58:45 +0000 | [diff] [blame] | 2123 | |
| 2124 | Performance and stability improvements on all platforms. |
| 2125 | |
| 2126 | |
ulan@chromium.org | 967e270 | 2012-02-28 09:49:15 +0000 | [diff] [blame] | 2127 | 2012-02-28: Version 3.9.12 |
| 2128 | |
fschneider@chromium.org | 35814e5 | 2012-03-01 15:43:35 +0000 | [diff] [blame] | 2129 | Fixed the negative lookup stub to handle deleted entries in a |
| 2130 | dictionary. (issue 1964) |
ulan@chromium.org | 967e270 | 2012-02-28 09:49:15 +0000 | [diff] [blame] | 2131 | |
fschneider@chromium.org | 35814e5 | 2012-03-01 15:43:35 +0000 | [diff] [blame] | 2132 | Added a new API where the host can supply a callback function. The |
ulan@chromium.org | 967e270 | 2012-02-28 09:49:15 +0000 | [diff] [blame] | 2133 | callback function can resolve the location of a return address on stack |
| 2134 | to the location where a return-address rewriting profiler stashed the |
| 2135 | original return address. |
| 2136 | |
fschneider@chromium.org | 35814e5 | 2012-03-01 15:43:35 +0000 | [diff] [blame] | 2137 | Fixed Chromium issue http://crbug.com/115646: When compiling for-in |
| 2138 | pass correct context value to the increment instruction. |
ulan@chromium.org | 967e270 | 2012-02-28 09:49:15 +0000 | [diff] [blame] | 2139 | |
fschneider@chromium.org | 35814e5 | 2012-03-01 15:43:35 +0000 | [diff] [blame] | 2140 | Fixed issue 1853: Update breakpoints set with partial file name after |
| 2141 | compile. |
ulan@chromium.org | 967e270 | 2012-02-28 09:49:15 +0000 | [diff] [blame] | 2142 | |
| 2143 | |
yangguo@chromium.org | a7d3df9 | 2012-02-27 11:46:55 +0000 | [diff] [blame] | 2144 | 2012-02-27: Version 3.9.11 |
| 2145 | |
fschneider@chromium.org | 35814e5 | 2012-03-01 15:43:35 +0000 | [diff] [blame] | 2146 | Made 'module' a context-sensitive keyword (V8 issue 1957). |
yangguo@chromium.org | a7d3df9 | 2012-02-27 11:46:55 +0000 | [diff] [blame] | 2147 | |
| 2148 | |
yangguo@chromium.org | ab30bb8 | 2012-02-24 14:41:46 +0000 | [diff] [blame] | 2149 | 2012-02-24: Version 3.9.10 |
| 2150 | |
| 2151 | Fixed V8 issues 1322, 1772 and 1969. |
| 2152 | |
| 2153 | Conformance improvements. |
| 2154 | |
| 2155 | Performance and stability improvements on all platforms. |
| 2156 | |
| 2157 | |
kmillikin@chromium.org | be6bd10 | 2012-02-23 08:45:21 +0000 | [diff] [blame] | 2158 | 2012-02-23: Version 3.9.9 |
| 2159 | |
| 2160 | Supported fast case for-in in Crankshaft. |
| 2161 | |
| 2162 | Sped up heap snapshot serialization and dominators construction. |
| 2163 | |
| 2164 | Randomized allocation addresses on windows. (Chromium issue 115151) |
| 2165 | |
| 2166 | Fixed compilation with MinGW-w64. (issue 1943) |
| 2167 | |
| 2168 | Fixed incorrect value of assignments to non-extensible properties. |
| 2169 | |
| 2170 | Fixed a crash bug in generated code on ia32. |
| 2171 | |
| 2172 | Performance and stability improvements on all platforms. |
| 2173 | |
| 2174 | |
jkummerow@chromium.org | f7a5884 | 2012-02-21 10:08:21 +0000 | [diff] [blame] | 2175 | 2012-02-21: Version 3.9.8 |
| 2176 | |
| 2177 | Fixed memory leak and missing #include in StartupDataDecompressor |
| 2178 | (issue 1960). |
| 2179 | |
| 2180 | Renamed static methods to avoid shadowing virtual methods and fix Clang |
| 2181 | C++11 compile error. |
| 2182 | |
| 2183 | Fixed sequence of element access in array builtins (issue 1790). |
| 2184 | |
| 2185 | Performance and stability improvements on all platforms. |
| 2186 | |
| 2187 | |
yangguo@chromium.org | 5645471 | 2012-02-16 15:33:53 +0000 | [diff] [blame] | 2188 | 2012-02-16: Version 3.9.7 |
| 2189 | |
| 2190 | Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924. |
| 2191 | |
| 2192 | Fixed GCC-4.7 warnings. |
| 2193 | |
| 2194 | Added Navier-Stokes benchmark. |
| 2195 | |
| 2196 | Performance and stability improvements on all platforms. |
| 2197 | |
| 2198 | |
ulan@chromium.org | 65a89c2 | 2012-02-14 11:46:07 +0000 | [diff] [blame] | 2199 | 2012-02-14: Version 3.9.6 |
| 2200 | |
fschneider@chromium.org | 35814e5 | 2012-03-01 15:43:35 +0000 | [diff] [blame] | 2201 | Fixed template-related linker error. (issue 1936) |
ulan@chromium.org | 65a89c2 | 2012-02-14 11:46:07 +0000 | [diff] [blame] | 2202 | |
fschneider@chromium.org | 35814e5 | 2012-03-01 15:43:35 +0000 | [diff] [blame] | 2203 | Allowed inlining of functions containing object literals. (issue 1322) |
ulan@chromium.org | 65a89c2 | 2012-02-14 11:46:07 +0000 | [diff] [blame] | 2204 | |
fschneider@chromium.org | 35814e5 | 2012-03-01 15:43:35 +0000 | [diff] [blame] | 2205 | Added --call-graph-size option to tickprocessor. (issue 1937) |
ulan@chromium.org | 65a89c2 | 2012-02-14 11:46:07 +0000 | [diff] [blame] | 2206 | |
| 2207 | Heap Snapshot maximum size limit is too low for really big apps. At the |
| 2208 | moment the limit is 256MB. (Chromium issue 113015) |
| 2209 | |
| 2210 | Performance and stability improvements on all platforms. |
| 2211 | |
| 2212 | |
yangguo@chromium.org | 78d1ad4 | 2012-02-09 13:53:47 +0000 | [diff] [blame] | 2213 | 2012-02-09: Version 3.9.5 |
| 2214 | |
| 2215 | Removed unused command line flags. |
| 2216 | |
| 2217 | Performance and stability improvements on all platforms. |
| 2218 | |
| 2219 | |
svenpanne@chromium.org | b1df11d | 2012-02-08 10:26:21 +0000 | [diff] [blame] | 2220 | 2012-02-08: Version 3.9.4 |
| 2221 | |
| 2222 | Properly initialize element-transitioning array literals on ARM. |
| 2223 | (issue 1930) |
| 2224 | |
| 2225 | Bug fixes on all platforms. |
| 2226 | |
| 2227 | |
jkummerow@chromium.org | ab7dad4 | 2012-02-07 12:07:34 +0000 | [diff] [blame] | 2228 | 2012-02-07: Version 3.9.3 |
| 2229 | |
| 2230 | When rethrowing an exception, print the stack trace of its original |
| 2231 | site instead of rethrow site (Chromium issue 60240). |
| 2232 | |
| 2233 | Increased size of small stacks from 32k to 64k to avoid hitting limits |
| 2234 | in Chromium (Chromium issue 112843). |
| 2235 | |
| 2236 | |
rossberg@chromium.org | 994edf6 | 2012-02-06 10:12:55 +0000 | [diff] [blame] | 2237 | 2012-02-06: Version 3.9.2 |
| 2238 | |
fschneider@chromium.org | 35814e5 | 2012-03-01 15:43:35 +0000 | [diff] [blame] | 2239 | Added timestamp to --trace-gc output. (issue 1932) |
rossberg@chromium.org | 994edf6 | 2012-02-06 10:12:55 +0000 | [diff] [blame] | 2240 | |
| 2241 | Heap profiler reports implicit references. |
| 2242 | |
| 2243 | Optionally export metadata with libv8 to enable debuggers to inspect V8 |
| 2244 | state. |
| 2245 | |
| 2246 | |
jkummerow@chromium.org | 1145ef8 | 2012-02-02 16:21:15 +0000 | [diff] [blame] | 2247 | 2012-02-02: Version 3.9.1 |
| 2248 | |
| 2249 | Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo |
| 2250 | (Chromium issue 112315). |
| 2251 | |
| 2252 | Fixed a crash in dev tools (Chromium issue 107996). |
| 2253 | |
| 2254 | Added 'dependencies_traverse': 1 to v8 GYP target. |
| 2255 | |
| 2256 | Performance and stability improvements on all platforms. |
| 2257 | |
| 2258 | |
danno@chromium.org | fa458e4 | 2012-02-01 10:48:36 +0000 | [diff] [blame] | 2259 | 2012-02-01: Version 3.9.0 |
| 2260 | |
fschneider@chromium.org | 35814e5 | 2012-03-01 15:43:35 +0000 | [diff] [blame] | 2261 | Reduced memory use immediately after starting V8. |
danno@chromium.org | fa458e4 | 2012-02-01 10:48:36 +0000 | [diff] [blame] | 2262 | |
| 2263 | Stability fixes and performance improvements on all platforms. |
| 2264 | |
| 2265 | |
yangguo@chromium.org | 659ceec | 2012-01-26 07:37:54 +0000 | [diff] [blame] | 2266 | 2012-01-26: Version 3.8.9 |
| 2267 | |
| 2268 | Flush number string cache on GC (issue 1605). |
| 2269 | |
| 2270 | Provide access to function inferred name with |
| 2271 | v8::Function::GetInferredName in V8 public API. |
| 2272 | |
| 2273 | Fix building with Clang (issue 1912). |
| 2274 | |
| 2275 | Reduce the space used by the stack for the profiling thread. |
| 2276 | |
| 2277 | Fix misleading documentation of v8::Locker (issue 542). |
| 2278 | |
| 2279 | Introduce readbinary function in d8 to read binary files. |
| 2280 | |
| 2281 | Performance and stability improvements on all platforms. |
| 2282 | |
| 2283 | |
jkummerow@chromium.org | 05ed9dd | 2012-01-23 14:42:48 +0000 | [diff] [blame] | 2284 | 2012-01-23: Version 3.8.8 |
| 2285 | |
| 2286 | Limited number of loop iterations in Heap::ReserveSpace |
| 2287 | (Chromium issue 99027). |
| 2288 | |
| 2289 | Fixed solaris build (VirtualMemory) (issue 1761). |
| 2290 | |
| 2291 | Fixed strict vs. non-strict handling of function proxies in |
| 2292 | higher-order array and string methods. |
| 2293 | |
| 2294 | Enabled asynchronous remote debugging with d8 (issue 1691). |
| 2295 | |
| 2296 | Stability and performance improvements on all platforms. |
| 2297 | |
| 2298 | |
ulan@chromium.org | 2efb900 | 2012-01-19 15:36:35 +0000 | [diff] [blame] | 2299 | 2012-01-19: Version 3.8.7 |
| 2300 | |
| 2301 | Ensure that LRandom restores rsi after call to the C function on x64. |
| 2302 | (Chromium issue http://crbug.com/110509) |
| 2303 | |
| 2304 | Fixing include issues on *bsd when building with scons. |
| 2305 | (issue 1897) |
| 2306 | |
| 2307 | Provide a switch to specify -fno-strict-aliasing |
| 2308 | (issue 1887) |
| 2309 | |
| 2310 | Move WIN32 define from standalone.gypi to common.gypi |
| 2311 | (issue 1760) |
| 2312 | |
| 2313 | Fix corner-case in heap size estimation. |
| 2314 | (issue 1893) |
| 2315 | |
| 2316 | Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64. |
| 2317 | (issue 1903) |
| 2318 | |
| 2319 | Performance improvements and bug fixes. |
| 2320 | |
| 2321 | |
erik.corry@gmail.com | f2038fb | 2012-01-16 11:42:08 +0000 | [diff] [blame] | 2322 | 2012-01-16: Version 3.8.6 |
| 2323 | |
| 2324 | Add primitive WebGL array support to d8. |
| 2325 | |
| 2326 | Improve heap size estimation (issue 1893). |
| 2327 | |
| 2328 | Hash collision DOS workaround extended from string keys |
| 2329 | to numeric keys. |
| 2330 | |
| 2331 | Provide an API for iterating through all external strings referenced |
| 2332 | from the JS heap. |
| 2333 | |
| 2334 | Adjust position recorded for call expressions. http://crbug.com/109195 |
| 2335 | |
| 2336 | Fix GC crash related to instanceof. http://crbug.com/109448 |
| 2337 | |
| 2338 | Performance improvements and bug fixes. |
| 2339 | |
| 2340 | |
rossberg@chromium.org | fab1498 | 2012-01-05 15:02:15 +0000 | [diff] [blame] | 2341 | 2012-01-05: Version 3.8.5 |
| 2342 | |
| 2343 | Fix broken test that assumes that no GC can clear the regexp cache (GC |
| 2344 | can happen at any time due to Crankshaft). |
| 2345 | |
| 2346 | Fix handling of bogus receivers for Harmony collections. (issue 1884) |
| 2347 | |
| 2348 | Add netbsd support to gyp build. |
| 2349 | |
| 2350 | Determine page size at runtime on posix platforms. |
| 2351 | |
| 2352 | Ensure that store buffer filtering hash sets are cleared after |
| 2353 | StoreBuffer::Filter. |
| 2354 | |
| 2355 | Randomize the seed used for string hashing. This helps guard against |
| 2356 | CPU-eating DOS attacks against node.js servers. Based on code from |
| 2357 | Bert Belder. This version only solves the issue for those that compile |
| 2358 | V8 themselves or those that do not use snapshots. A snapshot-based |
| 2359 | precompiled V8 will still have predictable string hash codes. |
| 2360 | |
| 2361 | Implement callback when script finishes running in V8 API. |
| 2362 | |
| 2363 | Improve performance of Math.min and Math.max for the case of two |
| 2364 | arguments. (issue 1325) |
| 2365 | |
| 2366 | |
svenpanne@chromium.org | 3c93e77 | 2012-01-02 09:26:59 +0000 | [diff] [blame] | 2367 | 2012-01-02: Version 3.8.4 |
| 2368 | |
| 2369 | Performance improvements for large Smi-only arrays. |
| 2370 | |
| 2371 | Fixed InternalArrays construction. (issue 1878) |
| 2372 | |
| 2373 | |
danno@chromium.org | bf0c820 | 2011-12-27 10:09:42 +0000 | [diff] [blame] | 2374 | 2011-12-27: Version 3.8.3 |
| 2375 | |
| 2376 | Avoid embedding new space objects into code objects in the lithium gap |
| 2377 | resolver. (chromium:108296) |
| 2378 | |
| 2379 | Bug fixes and performance optimizations on all platforms. |
| 2380 | |
| 2381 | |
danno@chromium.org | e78f9fc | 2011-12-21 08:29:34 +0000 | [diff] [blame] | 2382 | 2011-12-21: Version 3.8.2 |
| 2383 | |
| 2384 | Add max optimization flag to v8 gyp build to ensure V8 is always built |
| 2385 | fully optimized in Chrome. |
| 2386 | |
| 2387 | MIPS: Bring MIPS to parity with other platforms. |
| 2388 | |
| 2389 | Optimizations and stability improvements on all platforms. |
| 2390 | |
| 2391 | |
ricow@chromium.org | 7ad6522 | 2011-12-19 12:13:11 +0000 | [diff] [blame] | 2392 | 2011-12-19: Version 3.8.1 |
| 2393 | |
| 2394 | Fixed GCC 4.7 warnings. Patch from Tobias Burnus. |
| 2395 | |
| 2396 | Stability improvements on all platforms. |
| 2397 | |
| 2398 | |
ricow@chromium.org | 64e3a4b | 2011-12-13 08:07:27 +0000 | [diff] [blame] | 2399 | 2011-12-13: Version 3.8.0 |
| 2400 | |
| 2401 | Fixed handling of arrays in DefineOwnProperty. (issue 1756) |
| 2402 | |
| 2403 | Sync parser and preparser on do-while and return statements. |
| 2404 | (issue 1856) |
| 2405 | |
| 2406 | Fixed another corner case for DefineOwnProperty on arrays (issue 1756). |
| 2407 | |
| 2408 | Stability and performance improvements on all platforms. |
| 2409 | |
| 2410 | |
svenpanne@chromium.org | ecb9dd6 | 2011-12-01 08:22:35 +0000 | [diff] [blame] | 2411 | 2011-12-01: Version 3.7.12 |
| 2412 | |
| 2413 | Increase tick interval for the android platform. |
| 2414 | |
| 2415 | Fix a bug in the register allocator. (chromium:105112) |
| 2416 | |
| 2417 | Fix handling of recompiling code. (chromium:105375, v8:1782) |
| 2418 | |
| 2419 | Start incremental marking on idle notification. (v8:1458) |
| 2420 | |
| 2421 | Build fixes for various platforms. |
| 2422 | |
| 2423 | Various performance improvements. |
| 2424 | |
| 2425 | |
mstarzinger@chromium.org | 1b3afd1 | 2011-11-29 14:28:56 +0000 | [diff] [blame] | 2426 | 2011-11-29: Version 3.7.11 |
| 2427 | |
| 2428 | Fixed bug when generating padding to ensure space for lazy |
| 2429 | deoptimization. |
| 2430 | (issue 1846) |
| 2431 | |
| 2432 | Further reduced pause times due to GC. |
| 2433 | |
| 2434 | Stability and performance improvements on all platforms. |
| 2435 | |
| 2436 | |
mstarzinger@chromium.org | f8c6bd5 | 2011-11-23 12:13:52 +0000 | [diff] [blame] | 2437 | 2011-11-23: Version 3.7.10 |
| 2438 | |
| 2439 | Set maximum length of FixedArray in terms of elements instead an |
| 2440 | absolute number of bytes. |
| 2441 | (Chromium issue 103103) |
| 2442 | |
| 2443 | Stability and performance improvements on all platforms. |
| 2444 | |
| 2445 | |
| 2446 | 2011-11-21: Version 3.7.9 |
| 2447 | |
| 2448 | Removed exit-time destructors. |
| 2449 | |
| 2450 | Stability and performance improvements on all platforms. |
| 2451 | |
| 2452 | |
ricow@chromium.org | 27bf288 | 2011-11-17 08:34:43 +0000 | [diff] [blame] | 2453 | 2011-11-17: Version 3.7.8 |
| 2454 | |
mstarzinger@chromium.org | f8c6bd5 | 2011-11-23 12:13:52 +0000 | [diff] [blame] | 2455 | Removed hidden prototype from builtins, i.e., deleting an overridden |
ricow@chromium.org | 27bf288 | 2011-11-17 08:34:43 +0000 | [diff] [blame] | 2456 | function on builtins will not make the original function reappear. |
| 2457 | |
| 2458 | Added NetBSD support for scons build. |
| 2459 | |
| 2460 | Performance improvements on all platforms. |
| 2461 | |
| 2462 | |
jkummerow@chromium.org | 04e4f1e | 2011-11-14 13:36:17 +0000 | [diff] [blame] | 2463 | 2011-11-14: Version 3.7.7 |
| 2464 | |
| 2465 | Fix missing fast property accessors in heap snapshots. |
| 2466 | (issue 1818) |
| 2467 | |
| 2468 | |
danno@chromium.org | 2c45679 | 2011-11-11 12:00:53 +0000 | [diff] [blame] | 2469 | 2011-11-11: Version 3.7.6 |
| 2470 | |
| 2471 | Fixed filtering of store buffer for large object pages. |
| 2472 | (issue 1817) |
| 2473 | |
| 2474 | Fixed generated hash function on all platforms. |
| 2475 | (issue 1808) |
| 2476 | |
| 2477 | Fixed Heap::Shrink to ensure that it does not free pages that are |
| 2478 | still in use. |
| 2479 | (Chromium issue 100414) |
| 2480 | |
jkummerow@chromium.org | 04e4f1e | 2011-11-14 13:36:17 +0000 | [diff] [blame] | 2481 | Stability and performance improvements on all platforms. |
danno@chromium.org | 2c45679 | 2011-11-11 12:00:53 +0000 | [diff] [blame] | 2482 | |
| 2483 | |
danno@chromium.org | c612e02 | 2011-11-10 11:38:15 +0000 | [diff] [blame] | 2484 | 2011-11-10: Version 3.7.5 |
| 2485 | |
| 2486 | Added initial gyp infrastructure for MIPS. |
| 2487 | |
jkummerow@chromium.org | 04e4f1e | 2011-11-14 13:36:17 +0000 | [diff] [blame] | 2488 | Implemented performance improvements to the incremental garbage |
danno@chromium.org | c612e02 | 2011-11-10 11:38:15 +0000 | [diff] [blame] | 2489 | collector. |
| 2490 | |
jkummerow@chromium.org | 04e4f1e | 2011-11-14 13:36:17 +0000 | [diff] [blame] | 2491 | Added optimizations and stability improvements on all platforms. |
danno@chromium.org | c612e02 | 2011-11-10 11:38:15 +0000 | [diff] [blame] | 2492 | |
| 2493 | |
jkummerow@chromium.org | c3b3712 | 2011-11-07 10:14:12 +0000 | [diff] [blame] | 2494 | 2011-11-07: Version 3.7.4 |
| 2495 | |
| 2496 | Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786). |
| 2497 | |
| 2498 | Fix Harmony sets and maps to allow null and undefined as keys |
| 2499 | (still hidden behind --harmony flag) (issue 1622). |
| 2500 | |
| 2501 | Implement VirtualMemory on FreeBSD to fix build (issue 1807). |
| 2502 | |
| 2503 | Enable VFP instructions for Android. |
| 2504 | |
| 2505 | Fix error handling in Date.prototype.toISOString (issue 1792). |
| 2506 | |
| 2507 | Bug fixes and performance improvements for all platforms. |
| 2508 | |
| 2509 | Not officially supported but noteworthy: Crankshaft for MIPS :-) |
| 2510 | |
| 2511 | |
erik.corry@gmail.com | becbc52 | 2011-10-28 07:45:20 +0000 | [diff] [blame] | 2512 | 2011-10-28: Version 3.7.3 |
| 2513 | |
| 2514 | Slight deoptimization as a workaround for issue with jslint: Issue |
| 2515 | 1789. |
| 2516 | |
| 2517 | |
erik.corry@gmail.com | 6e28b56 | 2011-10-27 14:20:17 +0000 | [diff] [blame] | 2518 | 2011-10-27: Version 3.7.2 |
| 2519 | |
| 2520 | Fix bug in deoptimization. Known issue with jslint: Issue 1789. |
| 2521 | |
| 2522 | |
erik.corry@gmail.com | 394dbcf | 2011-10-27 07:38:48 +0000 | [diff] [blame] | 2523 | 2011-10-26: Version 3.7.1 |
| 2524 | |
| 2525 | Achieved 33% speedup in debug-mode tests. |
| 2526 | |
| 2527 | Removed special casing of calls to RegExp test and exec methods with no |
| 2528 | argument. Now matches new JSC behaviour. crbug.com/75740. |
| 2529 | |
| 2530 | Return the empty string on cyclic references in toString (ES5 |
| 2531 | conformance). |
| 2532 | |
| 2533 | Fixed bug triggered by JSBeautifier. crbug.com/100409. |
| 2534 | |
| 2535 | Made Math.random state per-context instead of per-process (issue 864). |
| 2536 | |
| 2537 | Fixed stack traces to skip native functions. |
| 2538 | |
| 2539 | Make snapshots (new contexts) smaller and faster. |
| 2540 | |
| 2541 | Fixed handling of Function.apply for non-array arguments. |
| 2542 | |
| 2543 | Fixed evaluation order in defineProperties to match FireFox. |
| 2544 | |
| 2545 | Fixed handling of non-object receivers for array builtins, |
| 2546 | crbug.com/100702. |
| 2547 | |
| 2548 | Multiple fixes to improve compliance with test262. |
| 2549 | |
| 2550 | Fixed compatibility with older Android releases. |
| 2551 | |
| 2552 | Fixed compilation with gcc-4.5.3. |
| 2553 | |
| 2554 | Improved performance of WriteUtf8, issue 1665. |
| 2555 | |
| 2556 | Made native syntax an early error in the preparser. |
| 2557 | |
| 2558 | Fixed issues 793 and 893 relating to Function.prototype.bind. |
| 2559 | |
| 2560 | Improved let, const, Set and Map support and other Harmony features |
| 2561 | (behind the --harmony flag). |
| 2562 | |
| 2563 | Changed evaluation order for > and <= to match ES5 instead of ES3. |
| 2564 | |
| 2565 | Bug fixes and performance improvements on all platforms. |
| 2566 | |
| 2567 | |
rossberg@chromium.org | b4b2aa6 | 2011-10-13 09:49:59 +0000 | [diff] [blame] | 2568 | 2011-10-13: Version 3.7.0 |
| 2569 | |
| 2570 | Fixed array handling for Object.defineOwnProperty (ES5 conformance). |
| 2571 | |
| 2572 | Fixed issue 1757 (string slices of external strings). |
| 2573 | |
| 2574 | Fixed issue 1759 (ARM). |
| 2575 | |
| 2576 | Added flag --noclever-optimizations to disable some things that |
| 2577 | caused trouble in the past. |
| 2578 | |
| 2579 | Added flag --stress-compaction for testing. |
| 2580 | |
| 2581 | Added flag --harmony to activate all experimental Harmony features. |
| 2582 | |
| 2583 | |
svenpanne@chromium.org | a8bb4d9 | 2011-10-10 13:20:40 +0000 | [diff] [blame] | 2584 | 2011-10-10: Version 3.6.6 |
| 2585 | |
| 2586 | Added a GC pause visualization tool. |
| 2587 | |
| 2588 | Added presubmit=no and werror=no flags to Makefile. |
| 2589 | |
| 2590 | ES5/Test262 conformance improvements. |
| 2591 | |
| 2592 | Fixed compilation issues with GCC 4.5.x (issue 1743). |
| 2593 | |
| 2594 | Bug fixes and performance improvements on all platforms. |
| 2595 | |
| 2596 | |
erik.corry@gmail.com | c3b670f | 2011-10-05 21:44:48 +0000 | [diff] [blame] | 2597 | 2011-10-05: Version 3.6.5 |
| 2598 | |
| 2599 | New incremental garbage collector. |
| 2600 | |
| 2601 | Removed the hard heap size limit (soft heap size limit is still |
| 2602 | 700/1400Mbytes by default). |
| 2603 | |
| 2604 | Implemented ES5 generic Array.prototype.toString (Issue 1361). |
| 2605 | |
| 2606 | V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415). |
| 2607 | |
| 2608 | Fixed x64 RegExp start-of-string bug (Issues 1746, 1748). |
| 2609 | |
| 2610 | Fixed propertyIsEnumerable for numeric properties (Issue 1692). |
| 2611 | |
| 2612 | Fixed the MinGW and Windows 2000 builds. |
| 2613 | |
| 2614 | Fixed "Prototype chain is not searched if named property handler does |
| 2615 | not set a property" (Issue 1636). |
| 2616 | |
| 2617 | Made the RegExp.prototype object be a RegExp object (Issue 1217). |
| 2618 | |
| 2619 | Disallowed future reserved words as labels in strict mode. |
| 2620 | |
| 2621 | Fixed string split to correctly coerce the separator to a string |
| 2622 | (Issue 1711). |
| 2623 | |
| 2624 | API: Added an optional source length field to the Extension |
| 2625 | constructor. |
| 2626 | |
| 2627 | API: Added Debug::DisableAgent to match existing Debug::EnableAgent |
| 2628 | (Issue 1573). |
| 2629 | |
| 2630 | Added "native" target to Makefile for the benefit of Linux distros. |
| 2631 | |
| 2632 | Fixed: debugger stops stepping outside evaluate (Issue 1639). |
| 2633 | |
| 2634 | More work on ES-Harmony proxies. Still hidden behind a flag. |
| 2635 | |
| 2636 | Bug fixes and performance improvements on all platforms. |
| 2637 | |
| 2638 | |
lrn@chromium.org | 34e6078 | 2011-09-15 07:25:40 +0000 | [diff] [blame] | 2639 | 2011-09-15: Version 3.6.4 |
| 2640 | |
| 2641 | Fixed d8's broken readline history. |
| 2642 | |
| 2643 | Removed the need for code delete events in CPU profiler (Issue 1466). |
| 2644 | |
| 2645 | Fixed debugger stepping next with trycatch recursion (Issue 1639). |
| 2646 | |
| 2647 | Fixing parallel execution in d8 (with -p) and some memory leaks. |
| 2648 | |
| 2649 | Support for precise stepping in functions compiled before debugging was |
| 2650 | started (step 1). |
| 2651 | |
| 2652 | |
kmillikin@chromium.org | 83e1682 | 2011-09-13 08:21:47 +0000 | [diff] [blame] | 2653 | 2011-09-13: Version 3.6.3 |
| 2654 | |
| 2655 | Implemented better support of typed arrays in the d8 shell. |
| 2656 | |
| 2657 | Bug fixes and performance improvements on all platforms. |
| 2658 | |
| 2659 | |
ricow@chromium.org | 55ee807 | 2011-09-08 16:33:10 +0000 | [diff] [blame] | 2660 | 2011-09-08: Version 3.6.2 |
| 2661 | |
| 2662 | Added "dependencies" target to top-level Makefile. |
| 2663 | |
| 2664 | Added ability to turn profiler on/off in d8. |
| 2665 | |
| 2666 | Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile. |
| 2667 | |
| 2668 | Fixed several crash bugs. |
| 2669 | |
| 2670 | |
jkummerow@chromium.org | 486075a | 2011-09-07 12:44:28 +0000 | [diff] [blame] | 2671 | 2011-09-07: Version 3.6.1 |
| 2672 | |
| 2673 | Fixed a bug in abrupt exit from with or catch inside finally. |
| 2674 | |
| 2675 | Fixed possible crash in FixedDoubleArray::Initialize() (Chromium |
| 2676 | issue 95113). |
| 2677 | |
| 2678 | Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425). |
| 2679 | |
| 2680 | Fixed a few clang warnings (which -Werror treated as errors). |
| 2681 | |
| 2682 | Performance improvements on all platforms. |
| 2683 | |
| 2684 | |
fschneider@chromium.org | 1805e21 | 2011-09-05 10:49:12 +0000 | [diff] [blame] | 2685 | 2011-09-05: Version 3.6.0 |
| 2686 | |
ricow@chromium.org | 55ee807 | 2011-09-08 16:33:10 +0000 | [diff] [blame] | 2687 | Fixed a bug when optimizing named function expression (issue 1647). |
fschneider@chromium.org | 1805e21 | 2011-09-05 10:49:12 +0000 | [diff] [blame] | 2688 | |
ricow@chromium.org | 55ee807 | 2011-09-08 16:33:10 +0000 | [diff] [blame] | 2689 | Fixed a bug when optimizing f.call.apply (issue 1650). |
fschneider@chromium.org | 1805e21 | 2011-09-05 10:49:12 +0000 | [diff] [blame] | 2690 | |
ricow@chromium.org | 55ee807 | 2011-09-08 16:33:10 +0000 | [diff] [blame] | 2691 | Made arguments and caller always be null on native functions |
| 2692 | (issues 1548 and 1643). |
fschneider@chromium.org | 1805e21 | 2011-09-05 10:49:12 +0000 | [diff] [blame] | 2693 | |
ricow@chromium.org | 55ee807 | 2011-09-08 16:33:10 +0000 | [diff] [blame] | 2694 | Fixed issue 1648 (cross-compiling x64 targeting ia32). |
fschneider@chromium.org | 1805e21 | 2011-09-05 10:49:12 +0000 | [diff] [blame] | 2695 | |
ricow@chromium.org | 55ee807 | 2011-09-08 16:33:10 +0000 | [diff] [blame] | 2696 | Fixed issue 371 (d8 printing of strings containing \0). |
fschneider@chromium.org | 1805e21 | 2011-09-05 10:49:12 +0000 | [diff] [blame] | 2697 | |
ricow@chromium.org | 55ee807 | 2011-09-08 16:33:10 +0000 | [diff] [blame] | 2698 | Fixed order of evaluation in arguments to parseInt (issue 1649). |
fschneider@chromium.org | 1805e21 | 2011-09-05 10:49:12 +0000 | [diff] [blame] | 2699 | |
ricow@chromium.org | 55ee807 | 2011-09-08 16:33:10 +0000 | [diff] [blame] | 2700 | Fixed a problem with large heap snapshots in Chrome DevTools |
| 2701 | (issue 1658, chromium issue 89268). |
fschneider@chromium.org | 1805e21 | 2011-09-05 10:49:12 +0000 | [diff] [blame] | 2702 | |
ricow@chromium.org | 55ee807 | 2011-09-08 16:33:10 +0000 | [diff] [blame] | 2703 | Upped default maximum heap size from 512M to 700M. |
fschneider@chromium.org | 1805e21 | 2011-09-05 10:49:12 +0000 | [diff] [blame] | 2704 | |
| 2705 | |
yangguo@chromium.org | 80c42ed | 2011-08-31 09:03:56 +0000 | [diff] [blame] | 2706 | 2011-08-31: Version 3.5.10 |
| 2707 | |
| 2708 | Added dependency of v8_base on WinSocket2 Windows library in |
| 2709 | the GYP-build. |
| 2710 | |
| 2711 | Various bugfixes. |
| 2712 | |
| 2713 | |
ricow@chromium.org | 4668a2c | 2011-08-29 10:41:00 +0000 | [diff] [blame] | 2714 | 2011-08-29: Version 3.5.9 |
| 2715 | |
| 2716 | Made FromPropertyDescriptor not trigger inherited setters. |
| 2717 | |
| 2718 | Fixed .gyp files to work on the ARM simulator. |
| 2719 | |
| 2720 | Fixed shared library build warnings for MSVS. |
| 2721 | |
| 2722 | |
ricow@chromium.org | ddd545c | 2011-08-24 12:02:41 +0000 | [diff] [blame] | 2723 | 2011-08-24: Version 3.5.8 |
| 2724 | |
| 2725 | Added V8EXPORT attributes for v8::Array::CheckCast and |
| 2726 | v8::Number::CheckCast. |
| 2727 | |
| 2728 | Made a slight API change enabling opting out from null termination |
| 2729 | in String::Write*(). |
| 2730 | |
| 2731 | Fixed arm build for gcc-4.6. |
| 2732 | |
| 2733 | |
rossberg@chromium.org | 28a3708 | 2011-08-22 11:03:23 +0000 | [diff] [blame] | 2734 | 2011-08-22: Version 3.5.7 |
| 2735 | |
| 2736 | Make scanner handle invalid unicode escapes in identifiers correctly. |
| 2737 | |
| 2738 | Make regexp flag parsing stricter. |
| 2739 | |
| 2740 | Fix several memory leaks. |
| 2741 | |
| 2742 | |
danno@chromium.org | b645116 | 2011-08-17 14:33:23 +0000 | [diff] [blame] | 2743 | 2011-08-17: Version 3.5.6 |
| 2744 | |
| 2745 | Fixed issue that could cause crashes when running with --heap-stats. |
| 2746 | |
| 2747 | Fixed compilation on Linux 2.6.9 and older. |
| 2748 | |
| 2749 | Fixed live-object-list to work with isolates. |
| 2750 | |
| 2751 | Fixed memory leaks in zones and isolates. |
| 2752 | |
| 2753 | Fixed a performance regression for TypedArrays on x64. |
| 2754 | |
| 2755 | Stability improvements on all platforms. |
| 2756 | |
| 2757 | |
whesse@chromium.org | 4acdc2c | 2011-08-15 13:01:23 +0000 | [diff] [blame] | 2758 | 2011-08-15: Version 3.5.5 |
| 2759 | |
| 2760 | Fixed bugs involving negative zero and the optimizing compiler. |
| 2761 | |
| 2762 | Fixed optimized version of Function.apply(x, arguments). (issue 1592) |
| 2763 | |
| 2764 | Eliminated uses of deprecated ARM instructions. |
| 2765 | |
| 2766 | Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32. |
| 2767 | |
| 2768 | Removed restriction on the size of disassembled code that is printed. |
| 2769 | |
| 2770 | |
kmillikin@chromium.org | 7c2628c | 2011-08-10 11:27:35 +0000 | [diff] [blame] | 2771 | 2011-08-10: Version 3.5.4 |
| 2772 | |
| 2773 | Added a preliminary implementation of ES Harmony weak maps. Weak |
| 2774 | maps can be enabled by the flag --harmony-weakmaps. |
| 2775 | |
| 2776 | Introduced a toplevel Makefile to support GYP-based building. GYP |
| 2777 | can be obtained from http://gyp.googlecode.com. |
| 2778 | |
| 2779 | Fixed a bug in the length property of functions created by |
| 2780 | Function.prototype.bind. |
| 2781 | |
| 2782 | Reduced malloc heap allocation on process startup. |
| 2783 | |
| 2784 | Several important code generation bug fixes. |
| 2785 | |
| 2786 | Performance improvements on all platforms. |
| 2787 | |
| 2788 | |
lrn@chromium.org | d4e9e22 | 2011-08-03 12:01:58 +0000 | [diff] [blame] | 2789 | 2011-08-03: Version 3.5.3 |
| 2790 | |
| 2791 | MIPS: Port of fix to ClassOf check from ARM. |
| 2792 | Patch from Paul Lind <plind44@gmail.com>. |
| 2793 | |
| 2794 | Stopped using mprotect on Cygwin. |
| 2795 | Avoided uninitialized member warning on gcc 4.3.4 |
| 2796 | Both patches by Bert Belder. |
| 2797 | |
| 2798 | Bug fixes and performance improvements on all platforms. |
| 2799 | |
| 2800 | |
vegorov@chromium.org | 7943d46 | 2011-08-01 11:41:52 +0000 | [diff] [blame] | 2801 | 2011-08-01: Version 3.5.2 |
| 2802 | |
| 2803 | Performance improvements on all platforms. |
| 2804 | |
| 2805 | |
ricow@chromium.org | 2c99e28 | 2011-07-28 09:15:17 +0000 | [diff] [blame] | 2806 | 2011-07-28: Version 3.5.1 |
| 2807 | |
| 2808 | Fixed setting the readonly flag on the prototype property using the |
| 2809 | API call FunctionTemplate::SetPrototypeAttributes (issue 1539). |
| 2810 | |
| 2811 | Changed the tools/test.py script to use d8 instead of shell for |
| 2812 | testing. |
| 2813 | |
| 2814 | Fixed crash in ToBooleanStub when GC happens during invocation. |
| 2815 | |
| 2816 | Enabled automatic unboxing of double arrays. |
| 2817 | |
| 2818 | Performance improvements on all platforms. |
| 2819 | |
| 2820 | |
ricow@chromium.org | 9fa0967 | 2011-07-25 11:05:35 +0000 | [diff] [blame] | 2821 | 2011-07-25: Version 3.5.0 |
| 2822 | |
| 2823 | Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for |
| 2824 | proxies. |
| 2825 | |
| 2826 | Removed logging to memory support. |
| 2827 | |
| 2828 | Bugfixes and performance work. |
| 2829 | |
| 2830 | |
rossberg@chromium.org | 717967f | 2011-07-20 13:44:42 +0000 | [diff] [blame] | 2831 | 2011-07-20: Version 3.4.14 |
| 2832 | |
| 2833 | Fix the debugger for strict-mode functions. (Chromium issue 89236) |
| 2834 | |
jkummerow@chromium.org | 04e4f1e | 2011-11-14 13:36:17 +0000 | [diff] [blame] | 2835 | Add GetPropertyAttribute method for Object in the API. (Patch by |
ricow@chromium.org | 9fa0967 | 2011-07-25 11:05:35 +0000 | [diff] [blame] | 2836 | Peter Varga) |
rossberg@chromium.org | 717967f | 2011-07-20 13:44:42 +0000 | [diff] [blame] | 2837 | |
| 2838 | Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291) |
| 2839 | |
| 2840 | |
svenpanne@chromium.org | 84bcc55 | 2011-07-18 09:50:57 +0000 | [diff] [blame] | 2841 | 2011-07-18: Version 3.4.13 |
| 2842 | |
| 2843 | Improved debugger support to allow inspection of optimized frames (issue |
| 2844 | 1140). |
| 2845 | |
| 2846 | Fixed a bug in prototype transitions cache clearing introduced by r8165. |
| 2847 | |
| 2848 | Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo. |
| 2849 | |
| 2850 | Fixed a memory leak in sample/shell.cc (dispose semaphores). |
| 2851 | |
| 2852 | Simplified HClampToUint8. Patch by Andy Wingo. |
| 2853 | |
| 2854 | Exposed APIs for detecting boxed primitives, native errors. Patch by |
| 2855 | Luke Zarko. |
| 2856 | |
| 2857 | Added map check for COW elements to crankshaft array handling code |
| 2858 | (issue 1560). |
| 2859 | |
| 2860 | Sample shell and (a light version of) D8 links against a shared library |
| 2861 | now. |
| 2862 | |
| 2863 | Fixed bug in array filter and reduce functions (issue 1559). |
| 2864 | |
| 2865 | Avoid TLS load in AstNode constructor. |
| 2866 | |
| 2867 | Introduced a random entropy source which can optionally be provided at |
| 2868 | initialization. (Chromium issue 89462). |
| 2869 | |
| 2870 | |
whesse@chromium.org | 030d38e | 2011-07-13 13:23:34 +0000 | [diff] [blame] | 2871 | 2011-07-13: Version 3.4.12 |
| 2872 | |
| 2873 | Added --prof profiling option to d8 shell. |
| 2874 | |
| 2875 | Fixed a bug where reading a directory in d8 shell hangs (issue 1533). |
| 2876 | |
| 2877 | Fixed a potential assertion failure in const declarations. |
| 2878 | |
| 2879 | Fixed an assertion failure in descriptor arrays (issue 1526). |
| 2880 | |
| 2881 | Enabled fast thread-local storage by default on supported platforms. |
| 2882 | |
| 2883 | Improved reporting of source position for global variable loads |
| 2884 | (issue 1527). |
| 2885 | |
| 2886 | |
sgjesse@chromium.org | 6db8871 | 2011-07-11 11:41:22 +0000 | [diff] [blame] | 2887 | 2011-07-11: Version 3.4.11 |
| 2888 | |
| 2889 | Fixed MinGW32 build. |
| 2890 | |
| 2891 | Fixed a GC bug with RegExp code flushing. |
| 2892 | |
| 2893 | Implemented Object.defineProperty for proxies. |
| 2894 | |
| 2895 | Fixed a bug in for/in iteration of arguments objects (issue 1531). |
| 2896 | |
| 2897 | Added debugger support for inspecting optimized frames (issue 1140). |
| 2898 | |
| 2899 | Allowed JSObject::PreventExtensions to work for arguments objects. |
| 2900 | |
| 2901 | Bugfixes and performance work. |
| 2902 | |
| 2903 | |
jkummerow@chromium.org | ddda9e8 | 2011-07-06 11:27:02 +0000 | [diff] [blame] | 2904 | 2011-07-06: Version 3.4.10 |
| 2905 | |
| 2906 | Fixed debugger not breaking on certain "if" statements (issue 1523). |
| 2907 | |
| 2908 | Fixed assertion failure in runtime profiler when running on IA32 |
| 2909 | without snapshot (issue 1522). |
| 2910 | |
| 2911 | Fixed ABI for API calls on IA32 (for clang compatibility). |
| 2912 | |
| 2913 | Introduced code flushing of RegExp code to free memory used by |
| 2914 | RegExps sooner. |
| 2915 | |
| 2916 | Fixed linux-tick-processor built wrong version of v8 (issue 1532). |
| 2917 | |
| 2918 | Fixed assertion failure in v8::TryCache::StackTrace (issue 1529). |
| 2919 | |
| 2920 | Performance improvements on all platforms. |
| 2921 | |
| 2922 | |
ricow@chromium.org | 4f693d6 | 2011-07-04 14:01:31 +0000 | [diff] [blame] | 2923 | 2011-07-04: Version 3.4.9 |
| 2924 | |
| 2925 | Added support for debugger inspection of locals in optimized frames |
| 2926 | (issue 1140). |
| 2927 | |
| 2928 | Fixed SConstruct to pass correct defines to samples/preparser when |
| 2929 | building with library=shared. |
| 2930 | |
| 2931 | Made date parser handle ES5 Date Time Strings correctly (issue 1498). |
| 2932 | |
| 2933 | Fixed a bug in Object.defineProperty on the arguments object. |
| 2934 | |
| 2935 | Performance improvements on all platforms. |
| 2936 | |
| 2937 | |
vegorov@chromium.org | 3cf4731 | 2011-06-29 13:20:01 +0000 | [diff] [blame] | 2938 | 2011-06-29: Version 3.4.8 |
| 2939 | |
| 2940 | Ensure 16-byte stack alignment on Solaris (issue 1505). |
| 2941 | |
sgjesse@chromium.org | 6db8871 | 2011-07-11 11:41:22 +0000 | [diff] [blame] | 2942 | Fix "illegal access" when calling parseInt with a radix |
vegorov@chromium.org | 3cf4731 | 2011-06-29 13:20:01 +0000 | [diff] [blame] | 2943 | that is not a smi. (issue 1246). |
| 2944 | |
| 2945 | |
ager@chromium.org | 04921a8 | 2011-06-27 13:21:41 +0000 | [diff] [blame] | 2946 | 2011-06-27: Version 3.4.7 |
| 2947 | |
| 2948 | Fixed 64-bit build on FreeBSD. |
| 2949 | |
| 2950 | Added API to set the property attributes for the prototype |
| 2951 | property on functions created from FunctionTemplates. |
| 2952 | |
| 2953 | Bugfixes and performance work. |
| 2954 | |
| 2955 | |
lrn@chromium.org | ac2828d | 2011-06-23 06:29:21 +0000 | [diff] [blame] | 2956 | 2011-06-22: Version 3.4.6 |
| 2957 | |
| 2958 | Lowered limit on code space for systems with low memory supply. |
| 2959 | |
| 2960 | Allowed compiling v8_shell with the 'host' toolset (issue 82437). |
| 2961 | |
| 2962 | Extended setBreakpoint API to accept partial script name (issue 1418). |
| 2963 | |
| 2964 | Made multi-line comments not count when deciding whether the '-->' |
| 2965 | comment starter is first on a line. This matches Safari. |
| 2966 | |
| 2967 | Made handling of non-array recievers in Array length setter correct |
| 2968 | (issue 1491). |
| 2969 | |
| 2970 | Added ability to heap profiler to iterate over snapshot's node |
| 2971 | (issue 1481). |
| 2972 | |
| 2973 | |
whesse@chromium.org | 7b26015 | 2011-06-20 15:33:18 +0000 | [diff] [blame] | 2974 | 2011-06-20: Version 3.4.5 |
| 2975 | |
| 2976 | Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473, |
| 2977 | 1476, and 1477. |
| 2978 | |
| 2979 | Improved code generation for !0 and !1. |
| 2980 | |
| 2981 | Reduced memory usage for regular expressions with nested qualifiers. |
| 2982 | (issue 1472) |
| 2983 | |
| 2984 | Fixed V8 to count line terminators in multi-line comments. |
| 2985 | (Chromium issue 86431) |
| 2986 | |
| 2987 | Fixed disassembler=on option for release-mode builds. (issue 1473) |
| 2988 | |
| 2989 | Performance improvements on all platforms. |
| 2990 | |
| 2991 | |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 2992 | 2011-06-15: Version 3.4.4 |
| 2993 | |
ricow@chromium.org | 4f693d6 | 2011-07-04 14:01:31 +0000 | [diff] [blame] | 2994 | Added snapshot compression support and --stress-opt flag to d8. |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 2995 | |
ricow@chromium.org | 4f693d6 | 2011-07-04 14:01:31 +0000 | [diff] [blame] | 2996 | Improved performance of try/catch. |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 2997 | |
ricow@chromium.org | 4f693d6 | 2011-07-04 14:01:31 +0000 | [diff] [blame] | 2998 | Several GYP-related changes: Added support for building Xcode project |
| 2999 | files. Make the ARM simulator build with GYP again. Generate Makefiles |
| 3000 | for all architectures on Linux. |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 3001 | |
ricow@chromium.org | 4f693d6 | 2011-07-04 14:01:31 +0000 | [diff] [blame] | 3002 | Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the |
| 3003 | receiver for strict mode callbacks. (issue 1436) |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 3004 | |
ricow@chromium.org | 4f693d6 | 2011-07-04 14:01:31 +0000 | [diff] [blame] | 3005 | Fixed a bug where an array load was incorrectly hoisted by GVN. |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 3006 | |
ricow@chromium.org | 4f693d6 | 2011-07-04 14:01:31 +0000 | [diff] [blame] | 3007 | Handle 'undefined' correctly when === has been specialized for doubles. |
| 3008 | (issue 1434) |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 3009 | |
ricow@chromium.org | 4f693d6 | 2011-07-04 14:01:31 +0000 | [diff] [blame] | 3010 | Corrected the limit of local variables in an optimized function from 64 |
| 3011 | to 63. |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 3012 | |
ricow@chromium.org | 4f693d6 | 2011-07-04 14:01:31 +0000 | [diff] [blame] | 3013 | Correctly set ReadOnly flag on indexed properties when using the API Set |
| 3014 | method. (issue 1470) |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 3015 | |
ricow@chromium.org | 4f693d6 | 2011-07-04 14:01:31 +0000 | [diff] [blame] | 3016 | Give the correct error message when Object.isExtensible is called on a |
| 3017 | non-object. (issue 1452) |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 3018 | |
ricow@chromium.org | 4f693d6 | 2011-07-04 14:01:31 +0000 | [diff] [blame] | 3019 | Added GetOwnPropertyNames method for Object in the API. Patch by Peter |
| 3020 | Varga. |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 3021 | |
ricow@chromium.org | 4f693d6 | 2011-07-04 14:01:31 +0000 | [diff] [blame] | 3022 | Do not redefine properties unneccesarily in seal and freeze. (issue |
| 3023 | 1447) |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 3024 | |
ricow@chromium.org | 4f693d6 | 2011-07-04 14:01:31 +0000 | [diff] [blame] | 3025 | IsExecutionTerminating has an Isolate parameter now. |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 3026 | |
ricow@chromium.org | 4f693d6 | 2011-07-04 14:01:31 +0000 | [diff] [blame] | 3027 | Distinguish keyed loads with a symbol key from fast elements loads, |
| 3028 | avoiding some useless deoptimizations. (issue 1471) |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 3029 | |
| 3030 | |
jkummerow@chromium.org | e297f59 | 2011-06-08 10:05:15 +0000 | [diff] [blame] | 3031 | 2011-06-08: Version 3.4.3 |
erik.corry@gmail.com | 8a17711 | 2011-06-08 07:23:54 +0000 | [diff] [blame] | 3032 | |
jkummerow@chromium.org | e297f59 | 2011-06-08 10:05:15 +0000 | [diff] [blame] | 3033 | Clear the global thread table when an isolate is disposed |
| 3034 | (issue 1433). |
erik.corry@gmail.com | 8a17711 | 2011-06-08 07:23:54 +0000 | [diff] [blame] | 3035 | |
jkummerow@chromium.org | e297f59 | 2011-06-08 10:05:15 +0000 | [diff] [blame] | 3036 | Converted time zone name to UTF8 on Windows (issue 1290). |
| 3037 | |
| 3038 | Limited the number of arguments in a function call to 32766 |
| 3039 | (issue 1413). |
| 3040 | |
| 3041 | Compress sources of JS libraries in addition to the snapshot. |
| 3042 | |
| 3043 | Fixed a bug in Lithium environment iteration. |
| 3044 | |
| 3045 | Performance improvements on all platforms. |
erik.corry@gmail.com | 8a17711 | 2011-06-08 07:23:54 +0000 | [diff] [blame] | 3046 | |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 3047 | |
erik.corry@gmail.com | d6076d9 | 2011-06-06 09:39:18 +0000 | [diff] [blame] | 3048 | 2011-06-06: Version 3.4.2 |
| 3049 | |
| 3050 | More work on ES-Harmony proxies. Still hidden behind a flag. |
| 3051 | |
| 3052 | Fixed some crash bugs and improved performance. |
| 3053 | |
| 3054 | Fixed building with gdb debugging support. |
| 3055 | |
| 3056 | Do not install SIGPROF handler until it is needed. |
| 3057 | |
| 3058 | Added DateTimeFormat to i18n API. |
| 3059 | |
| 3060 | Fixed compilation on OpenBSD. |
| 3061 | |
| 3062 | Take the ulimit into account when sizing the heap. OpenBSD users |
| 3063 | may still have to increase the default ulimit to run heavy pages in |
| 3064 | the browser. |
| 3065 | |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 3066 | |
ricow@chromium.org | d2be901 | 2011-06-01 06:00:58 +0000 | [diff] [blame] | 3067 | 2011-06-01: Version 3.4.1 |
| 3068 | |
| 3069 | Fixed JSON stringify issue with arrays. |
| 3070 | |
| 3071 | Changed calls to JS builtins to be passed undefined when called with |
| 3072 | implicit receiver. |
| 3073 | |
| 3074 | Implemented the set trap for Harmony proxies. Proxies still need to |
| 3075 | be enabled with the --harmony-proxies flag. |
| 3076 | |
| 3077 | |
ricow@chromium.org | c54d365 | 2011-05-30 09:20:16 +0000 | [diff] [blame] | 3078 | 2011-05-30: Version 3.4.0 |
| 3079 | |
| 3080 | Changed calls to undefined property setters to not throw (issue 1355). |
| 3081 | |
| 3082 | Made RegExp objects not callable. |
| 3083 | |
| 3084 | Fixed issues on special case large JSON strings in new json parser |
| 3085 | (issues http://crbug.com/83877 and http://crbug.com/84186). |
| 3086 | |
| 3087 | Performance improvements on all platforms. |
| 3088 | |
| 3089 | |
danno@chromium.org | 40cb878 | 2011-05-25 07:58:50 +0000 | [diff] [blame] | 3090 | 2011-05-25: Version 3.3.10 |
| 3091 | |
| 3092 | Fixed calls of strict mode function with an implicit receiver. |
| 3093 | |
| 3094 | Fixed fast handling of arrays to properly deal with changes to the |
| 3095 | Object prototype (issue 1403). |
| 3096 | |
| 3097 | Changed strict mode poison pill to be the same type error function |
| 3098 | (issue 1387). |
| 3099 | |
| 3100 | Fixed a debug crash in arguments object handling (issue 1227). |
| 3101 | |
| 3102 | Fixed a bug in deoptimization on x64 (issue 1404). |
| 3103 | |
| 3104 | Performance improvements and bug fixes on all platforms. |
| 3105 | |
| 3106 | |
ager@chromium.org | ea91cc5 | 2011-05-23 06:06:11 +0000 | [diff] [blame] | 3107 | 2011-05-23: Version 3.3.9 |
| 3108 | |
| 3109 | Added DateTimeFormat class to experimental i18n API. |
| 3110 | |
| 3111 | Extended preparser to give early errors for some strict mode |
| 3112 | restrictions. |
| 3113 | |
| 3114 | Removed legacy execScript function from V8. |
| 3115 | |
| 3116 | Extended isolate API with the ability to add embedder-specific |
| 3117 | data to an isolate. |
| 3118 | |
| 3119 | Added basic support for polymorphic loads from JS and external |
| 3120 | arrays. |
| 3121 | |
| 3122 | Fixed bug in handling of switch statements in the optimizing |
| 3123 | compiler. |
| 3124 | |
| 3125 | |
kmillikin@chromium.org | c53e10d | 2011-05-18 09:12:58 +0000 | [diff] [blame] | 3126 | 2011-05-18: Version 3.3.8 |
| 3127 | |
ager@chromium.org | ea91cc5 | 2011-05-23 06:06:11 +0000 | [diff] [blame] | 3128 | Added MarkIndependent to the persistent handle API. Independent |
kmillikin@chromium.org | c53e10d | 2011-05-18 09:12:58 +0000 | [diff] [blame] | 3129 | handles are independent of all other persistent handles and can be |
| 3130 | garbage collected more frequently. |
| 3131 | |
ager@chromium.org | ea91cc5 | 2011-05-23 06:06:11 +0000 | [diff] [blame] | 3132 | Implemented the get trap for Harmony proxies. Proxies are enabled |
kmillikin@chromium.org | c53e10d | 2011-05-18 09:12:58 +0000 | [diff] [blame] | 3133 | with the --harmony-proxies flag. |
| 3134 | |
| 3135 | Performance improvements and bug fixes on all platforms. |
| 3136 | |
| 3137 | |
vegorov@chromium.org | 7304bca | 2011-05-16 12:14:13 +0000 | [diff] [blame] | 3138 | 2011-05-16: Version 3.3.7 |
| 3139 | |
| 3140 | Updated MIPS infrastructure files. |
| 3141 | |
| 3142 | Performance improvements and bug fixes on all platforms. |
| 3143 | |
| 3144 | |
karlklose@chromium.org | 83a4728 | 2011-05-11 11:54:09 +0000 | [diff] [blame] | 3145 | 2011-05-11: Version 3.3.6 |
| 3146 | |
| 3147 | Updated MIPS infrastructure files. |
| 3148 | |
| 3149 | Added method IsCallable for Object to the API. |
| 3150 | Patch by Peter Varga. |
| 3151 | |
| 3152 | |
lrn@chromium.org | 1c09276 | 2011-05-09 09:42:16 +0000 | [diff] [blame] | 3153 | 2011-05-09: Version 3.3.5 |
| 3154 | |
| 3155 | Fixed build on FreeBSD. Patch by Akinori MUSHA. |
| 3156 | |
| 3157 | Added check that receiver is JSObject on API calls. |
| 3158 | |
| 3159 | Implemented CallAsConstructor method for Object in the API (Issue 1348). |
| 3160 | Patch by Peter Varga. |
| 3161 | |
| 3162 | Added CallAsFunction method to the Object class in the API (Issue 1336). |
| 3163 | Patch by Peter Varga. |
| 3164 | |
| 3165 | Added per-isolate locking and unlocking. |
| 3166 | |
| 3167 | Fixed bug in x64 >>> operator (Issue 1359). |
| 3168 | |
| 3169 | |
fschneider@chromium.org | fb144a0 | 2011-05-04 12:43:48 +0000 | [diff] [blame] | 3170 | 2011-05-04: Version 3.3.4 |
| 3171 | |
| 3172 | Implemented API to disallow code generation from strings for a context |
| 3173 | (issue 1258). |
| 3174 | |
| 3175 | Fixed bug with whitespaces in parseInt (issue 955). |
| 3176 | |
| 3177 | Fixed bug with == comparison of Date objects (issue 1356). |
| 3178 | |
| 3179 | Added GYP variables for ARM code generation: |
| 3180 | v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses |
| 3181 | and v8_use_arm_eabi_hardfloat. |
| 3182 | |
| 3183 | |
sgjesse@chromium.org | 8e8294a | 2011-05-02 14:30:53 +0000 | [diff] [blame] | 3184 | 2011-05-02: Version 3.3.3 |
| 3185 | |
| 3186 | Added support for generating Visual Studio solution and project files |
| 3187 | using GYP. |
| 3188 | |
| 3189 | Implemented support for ARM EABI calling convention variation where |
| 3190 | floating-point arguments are passed in registers (hardfloat). |
| 3191 | |
| 3192 | Added Object::HasOwnProperty() to the API. |
| 3193 | |
| 3194 | Added support for compressing startup data to reduce binary size. This |
| 3195 | includes build time support and an API for the embedder to decompress |
| 3196 | the startup data before initializing V8. |
| 3197 | |
| 3198 | Reduced the profiling hooks overhead from >400% to 25% when using |
| 3199 | ll_prof. |
| 3200 | |
| 3201 | Performance improvements and bug fixes on all platforms. |
| 3202 | |
| 3203 | |
erik.corry@gmail.com | 3847bd5 | 2011-04-27 10:38:56 +0000 | [diff] [blame] | 3204 | 2011-04-27: Version 3.3.2 |
| 3205 | |
| 3206 | Fixed crash bug on ARM with no VFP3 hardware. |
| 3207 | |
| 3208 | Fixed compilation of V8 without debugger support. |
| 3209 | |
| 3210 | Improved performance on JSLint. |
| 3211 | |
| 3212 | Added support Float64 WebGL arrays. |
| 3213 | |
| 3214 | Fixed crash bug in regexp replace. |
| 3215 | |
sgjesse@chromium.org | 8e8294a | 2011-05-02 14:30:53 +0000 | [diff] [blame] | 3216 | |
ricow@chromium.org | dcebac0 | 2011-04-20 09:44:50 +0000 | [diff] [blame] | 3217 | 2011-04-20: Version 3.3.1 |
| 3218 | |
| 3219 | Reduced V8 binary size by removing virtual functions from hydrogen. |
| 3220 | |
| 3221 | Fixed crash bug on x64. |
| 3222 | |
| 3223 | Performance improvements on ARM and IA32. |
| 3224 | |
| 3225 | |
danno@chromium.org | 160a7b0 | 2011-04-18 15:51:38 +0000 | [diff] [blame] | 3226 | 2011-04-18: Version 3.3.0 |
| 3227 | |
| 3228 | Fixed bug in floating point rounding in Crankshaft on ARM |
| 3229 | (issue 958) |
| 3230 | |
| 3231 | Fixed a number of issues with running without VFPv3 support on ARM |
| 3232 | (issue 1315) |
| 3233 | |
| 3234 | Introduced v8Locale.Collator, a partial implementation of Collator |
| 3235 | per last ECMAScript meeting + mailing list. |
| 3236 | |
| 3237 | Minor performance improvements and bug fixes. |
| 3238 | |
| 3239 | |
ager@chromium.org | a9aa5fa | 2011-04-13 08:46:07 +0000 | [diff] [blame] | 3240 | 2011-04-13: Version 3.2.10 |
| 3241 | |
| 3242 | Fixed bug in external float arrays on ARM (issue 1323). |
| 3243 | |
| 3244 | Minor performance improvements and bug fixes. |
| 3245 | |
| 3246 | |
karlklose@chromium.org | 44bc708 | 2011-04-11 12:33:05 +0000 | [diff] [blame] | 3247 | 2011-04-11: Version 3.2.9 |
| 3248 | |
| 3249 | Removed support for ABI prior to EABI on ARM. |
| 3250 | |
| 3251 | Fixed multiple crash bugs. |
| 3252 | |
| 3253 | Added GCMole to the repository, a simple static analysis tool that |
| 3254 | searches for GC-unsafe evaluation order dependent callsites. |
| 3255 | |
| 3256 | Made preparser API be exported in shared libraries. |
| 3257 | |
| 3258 | Fixed multiple issues in EcmaScript 5 strict mode implementation. |
| 3259 | |
| 3260 | Fixed mutable __proto__ property if object is not extensible |
| 3261 | (Issue 1309). |
| 3262 | |
| 3263 | Fixed auto suspension of the sampler thread. |
| 3264 | |
| 3265 | |
vegorov@chromium.org | 74f333b | 2011-04-06 11:17:46 +0000 | [diff] [blame] | 3266 | 2011-04-06: Version 3.2.8 |
| 3267 | |
| 3268 | Exposed WebGL typed array constructors in the shell sample. |
| 3269 | |
| 3270 | Performance improvements on all platforms. |
| 3271 | |
| 3272 | |
kmillikin@chromium.org | c36ce6e | 2011-04-04 08:25:31 +0000 | [diff] [blame] | 3273 | 2011-04-04: Version 3.2.7 |
| 3274 | |
| 3275 | Disabled the original 'classic' V8 code generator. Crankshaft is |
| 3276 | now the default on all platforms. |
| 3277 | |
| 3278 | Changed the heap profiler to use more descriptive names. |
| 3279 | |
| 3280 | Performance and stability improvements to isolates on all platforms. |
| 3281 | |
| 3282 | |
lrn@chromium.org | 7516f05 | 2011-03-30 08:52:27 +0000 | [diff] [blame] | 3283 | 2011-03-30: Version 3.2.6 |
| 3284 | |
| 3285 | Fixed xcode build warning in shell.cc (out of order initialization). |
| 3286 | |
| 3287 | Fixed null-pointer dereference in the compiler when running without |
| 3288 | SSE3 support (Chromium issue 77654). |
| 3289 | |
| 3290 | Fixed x64 compilation error due to some dead code. (Issue 1286) |
| 3291 | |
| 3292 | Introduced scons target to build the preparser stand-alone example. |
| 3293 | |
| 3294 | Made FreeBSD build and pass all tests. |
| 3295 | |
| 3296 | |
fschneider@chromium.org | 7979bbb | 2011-03-28 10:47:03 +0000 | [diff] [blame] | 3297 | 2011-03-28: Version 3.2.5 |
| 3298 | |
lrn@chromium.org | 7516f05 | 2011-03-30 08:52:27 +0000 | [diff] [blame] | 3299 | Fixed build with Irregexp interpreter (issue 1266). |
fschneider@chromium.org | 7979bbb | 2011-03-28 10:47:03 +0000 | [diff] [blame] | 3300 | |
| 3301 | Added Crankshaft support for external arrays. |
| 3302 | |
| 3303 | Fixed two potential crash bugs. |
| 3304 | |
| 3305 | |
sgjesse@chromium.org | ea88ce9 | 2011-03-23 11:19:56 +0000 | [diff] [blame] | 3306 | 2011-03-23: Version 3.2.4 |
| 3307 | |
| 3308 | Added isolates which allows several V8 instances in the same process. |
| 3309 | This is controlled through the new Isolate class in the API. |
| 3310 | |
| 3311 | Implemented more of EcmaScript 5 strict mode. |
| 3312 | |
| 3313 | Reduced the time it takes to make detailed heap snapshot. |
| 3314 | |
| 3315 | Added a number of commands to the ARM simulator and enhanced the ARM |
| 3316 | disassembler. |
| 3317 | |
| 3318 | |
ricow@chromium.org | badaffc | 2011-03-17 12:15:27 +0000 | [diff] [blame] | 3319 | 2011-03-17: Version 3.2.3 |
| 3320 | |
| 3321 | Fixed a number of crash bugs. |
| 3322 | |
| 3323 | Fixed Array::New(length) to return an array with a length (issue 1256). |
| 3324 | |
| 3325 | Fixed FreeBSD build. |
| 3326 | |
| 3327 | Changed __defineGetter__ to not throw (matching the behavior of Safari). |
| 3328 | |
| 3329 | Implemented more of EcmaScript 5 strict mode. |
| 3330 | |
| 3331 | Improved Crankshaft performance on all platforms. |
| 3332 | |
| 3333 | |
whesse@chromium.org | b08986c | 2011-03-14 16:13:42 +0000 | [diff] [blame] | 3334 | 2011-03-14: Version 3.2.2 |
| 3335 | |
| 3336 | Fixed a number of crash and correctness bugs. |
| 3337 | |
| 3338 | Improved Crankshaft performance on all platforms. |
| 3339 | |
| 3340 | Fixed Crankshaft on Solaris/Illumos. |
| 3341 | |
| 3342 | |
danno@chromium.org | 4d3fe4e | 2011-03-10 10:14:28 +0000 | [diff] [blame] | 3343 | 2011-03-10: Version 3.2.1 |
| 3344 | |
| 3345 | Fixed a number of crash bugs. |
| 3346 | |
| 3347 | Improved Crankshaft for x64 and ARM. |
| 3348 | |
| 3349 | Implemented more of EcmaScript 5 strict mode. |
| 3350 | |
| 3351 | |
karlklose@chromium.org | 8f806e8 | 2011-03-07 14:06:08 +0000 | [diff] [blame] | 3352 | 2011-03-07: Version 3.2.0 |
| 3353 | |
| 3354 | Fixed a number of crash bugs. |
| 3355 | |
| 3356 | Turned on Crankshaft by default on x64 and ARM. |
| 3357 | |
| 3358 | Improved Crankshaft for x64 and ARM. |
| 3359 | |
| 3360 | Implemented more of EcmaScript 5 strict mode. |
| 3361 | |
| 3362 | |
ager@chromium.org | 9ee27ae | 2011-03-02 13:43:26 +0000 | [diff] [blame] | 3363 | 2011-03-02: Version 3.1.8 |
| 3364 | |
| 3365 | Fixed a number of crash bugs. |
| 3366 | |
| 3367 | Improved Crankshaft for x64 and ARM. |
| 3368 | |
| 3369 | Implemented more of EcmaScript 5 strict mode. |
| 3370 | |
| 3371 | Fixed issue with unaligned reads and writes on ARM. |
| 3372 | |
| 3373 | Improved heap profiler support. |
| 3374 | |
| 3375 | |
vegorov@chromium.org | 5d6c1f5 | 2011-02-28 13:13:38 +0000 | [diff] [blame] | 3376 | 2011-02-28: Version 3.1.7 |
| 3377 | |
| 3378 | Fixed a number of crash bugs. |
| 3379 | |
| 3380 | Improved Crankshaft for x64 and ARM. |
| 3381 | |
ager@chromium.org | 9ee27ae | 2011-03-02 13:43:26 +0000 | [diff] [blame] | 3382 | Fixed implementation of indexOf/lastIndexOf for sparse |
vegorov@chromium.org | 5d6c1f5 | 2011-02-28 13:13:38 +0000 | [diff] [blame] | 3383 | arrays (http://crbug.com/73940). |
| 3384 | |
| 3385 | Fixed bug in map space compaction (http://crbug.com/59688). |
| 3386 | |
| 3387 | Added support for direct getter accessors calls on ARM. |
| 3388 | |
| 3389 | |
fschneider@chromium.org | 3a5fd78 | 2011-02-24 10:10:44 +0000 | [diff] [blame] | 3390 | 2011-02-24: Version 3.1.6 |
| 3391 | |
| 3392 | Fixed a number of crash bugs. |
| 3393 | |
| 3394 | Added support for Cygwin (issue 64). |
| 3395 | |
| 3396 | Improved Crankshaft for x64 and ARM. |
| 3397 | |
| 3398 | Added Crankshaft support for stores to pixel arrays. |
| 3399 | |
| 3400 | Fixed issue in CPU profiler with Crankshaft. |
| 3401 | |
| 3402 | |
kmillikin@chromium.org | 49edbdf | 2011-02-16 12:32:18 +0000 | [diff] [blame] | 3403 | 2011-02-16: Version 3.1.5 |
| 3404 | |
| 3405 | Change RegExp parsing to disallow /(*)/. |
| 3406 | |
| 3407 | Added GDB JIT support for ARM. |
| 3408 | |
| 3409 | Fixed several crash bugs. |
| 3410 | |
| 3411 | Performance improvements on the IA32 platform. |
| 3412 | |
| 3413 | |
sgjesse@chromium.org | 496c03a | 2011-02-14 12:05:43 +0000 | [diff] [blame] | 3414 | 2011-02-14: Version 3.1.4 |
| 3415 | |
| 3416 | Fixed incorrect compare of prototypes of the global object (issue |
| 3417 | 1082). |
| 3418 | |
| 3419 | Fixed a bug in optimizing calls to global functions (issue 1106). |
| 3420 | |
| 3421 | Made optimized Function.prototype.apply safe for non-JSObject first |
| 3422 | arguments (issue 1128). |
| 3423 | |
| 3424 | Fixed an error related to element accessors on Object.prototype and |
| 3425 | parser errors (issue 1130). |
| 3426 | |
| 3427 | Fixed a bug in sorting an array with large array indices (issue 1131). |
| 3428 | |
| 3429 | Properly treat exceptions thrown while compiling (issue 1132). |
| 3430 | |
| 3431 | Fixed bug in register requirements for function.apply (issue 1133). |
| 3432 | |
| 3433 | Fixed a representation change bug in the Hydrogen graph construction |
| 3434 | (issue 1134). |
| 3435 | |
| 3436 | Fixed the semantics of delete on parameters (issue 1136). |
| 3437 | |
| 3438 | Fixed a optimizer bug related to moving instructions with side effects |
| 3439 | (issue 1138). |
| 3440 | |
| 3441 | Added support for the global object in Object.keys (issue 1150). |
| 3442 | |
| 3443 | Fixed incorrect value for Math.LOG10E |
| 3444 | (issue http://code.google.com/p/chromium/issues/detail?id=72555) |
| 3445 | |
| 3446 | Performance improvements on the IA32 platform. |
| 3447 | |
| 3448 | Implement assignment to undefined reference in ES5 Strict Mode. |
| 3449 | |
| 3450 | |
erik.corry@gmail.com | d91075f | 2011-02-10 07:45:38 +0000 | [diff] [blame] | 3451 | 2011-02-09: Version 3.1.3 |
| 3452 | |
| 3453 | Fixed a bug triggered by functions with huge numbers of declared |
| 3454 | arguments. |
| 3455 | |
sgjesse@chromium.org | 496c03a | 2011-02-14 12:05:43 +0000 | [diff] [blame] | 3456 | Fixed zap value aliasing a real object - debug mode only (issue 866). |
erik.corry@gmail.com | d91075f | 2011-02-10 07:45:38 +0000 | [diff] [blame] | 3457 | |
sgjesse@chromium.org | 496c03a | 2011-02-14 12:05:43 +0000 | [diff] [blame] | 3458 | Fixed issue where Array.prototype.__proto__ had been set to null |
| 3459 | (issue 1121). |
erik.corry@gmail.com | d91075f | 2011-02-10 07:45:38 +0000 | [diff] [blame] | 3460 | |
| 3461 | Fixed stability bugs in Crankshaft for x86. |
| 3462 | |
| 3463 | |
ricow@chromium.org | 83aa549 | 2011-02-07 12:42:56 +0000 | [diff] [blame] | 3464 | 2011-02-07: Version 3.1.2 |
| 3465 | |
| 3466 | Added better security checks when accessing properties via |
| 3467 | Object.getOwnPropertyDescriptor. |
| 3468 | |
| 3469 | Fixed bug in Object.defineProperty and related access bugs (issues |
| 3470 | 992, 1083 and 1092). |
| 3471 | |
| 3472 | Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease |
| 3473 | copyright notice generation for embedders. |
| 3474 | |
| 3475 | |
kmillikin@chromium.org | 31b1277 | 2011-02-02 16:08:26 +0000 | [diff] [blame] | 3476 | 2011-02-02: Version 3.1.1 |
| 3477 | |
| 3478 | Perform security checks before fetching the value in |
| 3479 | Object.getOwnPropertyDescriptor. |
| 3480 | |
| 3481 | Fixed a bug in Array.prototype.splice triggered by passing no |
| 3482 | arguments. |
| 3483 | |
| 3484 | Fixed bugs in -0 in arithmetic and in Math.pow. |
| 3485 | |
| 3486 | Fixed bugs in the register allocator and in switching from optimized |
| 3487 | to unoptimized code. |
| 3488 | |
| 3489 | |
| 3490 | 2011-01-31: Version 3.1.0 |
| 3491 | |
whesse@chromium.org | 7a392b3 | 2011-01-31 11:30:36 +0000 | [diff] [blame] | 3492 | Performance improvements on all platforms. |
| 3493 | |
| 3494 | |
ager@chromium.org | 378b34e | 2011-01-28 08:04:38 +0000 | [diff] [blame] | 3495 | 2011-01-28: Version 3.0.12 |
| 3496 | |
| 3497 | Added support for strict mode parameter and object property |
| 3498 | validation. |
| 3499 | |
| 3500 | Fixed a couple of crash bugs. |
| 3501 | |
| 3502 | |
ager@chromium.org | 0ee099b | 2011-01-25 14:06:47 +0000 | [diff] [blame] | 3503 | 2011-01-25: Version 3.0.11 |
| 3504 | |
| 3505 | Fixed a bug in deletion of lookup slots that could cause global |
| 3506 | variables to be accidentally deleted (http://crbug.com/70066). |
| 3507 | |
| 3508 | Added support for strict mode octal literal verification. |
| 3509 | |
| 3510 | Fixed a couple of crash bugs (issues 1070 and 1071). |
| 3511 | |
| 3512 | |
vegorov@chromium.org | 0a4e901 | 2011-01-24 12:33:13 +0000 | [diff] [blame] | 3513 | 2011-01-24: Version 3.0.10 |
| 3514 | |
| 3515 | Fixed External::Wrap for 64-bit addresses (issue 1037). |
| 3516 | |
ager@chromium.org | 0ee099b | 2011-01-25 14:06:47 +0000 | [diff] [blame] | 3517 | Fixed incorrect .arguments variable proxy handling in the full |
vegorov@chromium.org | 0a4e901 | 2011-01-24 12:33:13 +0000 | [diff] [blame] | 3518 | code generator (issue 1060). |
| 3519 | |
| 3520 | Introduced partial strict mode support. |
| 3521 | |
sgjesse@chromium.org | 496c03a | 2011-02-14 12:05:43 +0000 | [diff] [blame] | 3522 | Changed formatting of recursive error messages to match Firefox and |
| 3523 | Safari (issue http://crbug.com/70334). |
vegorov@chromium.org | 0a4e901 | 2011-01-24 12:33:13 +0000 | [diff] [blame] | 3524 | |
| 3525 | Fixed incorrect rounding for float-to-integer conversions for external |
ager@chromium.org | 0ee099b | 2011-01-25 14:06:47 +0000 | [diff] [blame] | 3526 | array types, which implement the Typed Array spec |
vegorov@chromium.org | 0a4e901 | 2011-01-24 12:33:13 +0000 | [diff] [blame] | 3527 | (issue http://crbug.com/50972). |
| 3528 | |
| 3529 | Performance improvements on the IA32 platform. |
| 3530 | |
| 3531 | |
erik.corry@gmail.com | 0511e24 | 2011-01-19 11:11:08 +0000 | [diff] [blame] | 3532 | 2011-01-19: Version 3.0.9 |
| 3533 | |
| 3534 | Added basic GDB JIT Interface integration. |
| 3535 | |
| 3536 | Make invalid break/continue statements a syntax error instead of a |
| 3537 | runtime error. |
| 3538 | |
| 3539 | |
sgjesse@chromium.org | c6c5718 | 2011-01-17 12:24:25 +0000 | [diff] [blame] | 3540 | 2011-01-17: Version 3.0.8 |
| 3541 | |
| 3542 | Exposed heap size limit to the heap statistics gathered by |
erik.corry@gmail.com | 0511e24 | 2011-01-19 11:11:08 +0000 | [diff] [blame] | 3543 | the GetHeapStatistics API. |
sgjesse@chromium.org | c6c5718 | 2011-01-17 12:24:25 +0000 | [diff] [blame] | 3544 | |
| 3545 | Wrapped external pointers more carefully (issue 1037). |
| 3546 | |
| 3547 | Hardened the implementation of error objects to avoid setters |
| 3548 | intercepting the properties set then throwing an error. |
| 3549 | |
| 3550 | Avoided trashing the FPSCR when calculating Math.floor on ARM. |
| 3551 | |
| 3552 | Performance improvements on the IA32 platform. |
| 3553 | |
| 3554 | |
| 3555 | 2011-01-10: Version 3.0.7 |
kmillikin@chromium.org | d2c22f0 | 2011-01-10 08:15:37 +0000 | [diff] [blame] | 3556 | |
| 3557 | Stopped calling inherited setters when creating object literals |
| 3558 | (issue 1015). |
| 3559 | |
| 3560 | Changed interpretation of malformed \c? escapes in RegExp to match |
| 3561 | JSC. |
| 3562 | |
| 3563 | Enhanced the command-line debugger interface and fixed some minor |
| 3564 | bugs in the debugger. |
| 3565 | |
| 3566 | Performance improvements on the IA32 platform. |
| 3567 | |
| 3568 | |
sgjesse@chromium.org | c6c5718 | 2011-01-17 12:24:25 +0000 | [diff] [blame] | 3569 | 2011-01-05: Version 3.0.6 |
lrn@chromium.org | 5d00b60 | 2011-01-05 09:51:43 +0000 | [diff] [blame] | 3570 | |
kmillikin@chromium.org | d2c22f0 | 2011-01-10 08:15:37 +0000 | [diff] [blame] | 3571 | Allowed getters and setters on JSArray elements (issue 900). |
lrn@chromium.org | 5d00b60 | 2011-01-05 09:51:43 +0000 | [diff] [blame] | 3572 | |
| 3573 | Stopped JSON objects from hitting inherited setters (part of |
kmillikin@chromium.org | d2c22f0 | 2011-01-10 08:15:37 +0000 | [diff] [blame] | 3574 | issue 1015). |
lrn@chromium.org | 5d00b60 | 2011-01-05 09:51:43 +0000 | [diff] [blame] | 3575 | |
| 3576 | Allowed numbers and strings as names of getters/setters in object |
kmillikin@chromium.org | d2c22f0 | 2011-01-10 08:15:37 +0000 | [diff] [blame] | 3577 | initializer (issue 820). |
lrn@chromium.org | 5d00b60 | 2011-01-05 09:51:43 +0000 | [diff] [blame] | 3578 | |
| 3579 | Added use_system_v8 option to gyp (off by default), to make it easier |
| 3580 | for Linux distributions to ship with system-provided V8 library. |
| 3581 | |
kmillikin@chromium.org | d2c22f0 | 2011-01-10 08:15:37 +0000 | [diff] [blame] | 3582 | Exported external array data accessors (issue 1016). |
lrn@chromium.org | 5d00b60 | 2011-01-05 09:51:43 +0000 | [diff] [blame] | 3583 | |
| 3584 | Added labelled thread names to help with debugging (on Linux). |
| 3585 | |
| 3586 | |
fschneider@chromium.org | 9e3e0b6 | 2011-01-03 10:16:46 +0000 | [diff] [blame] | 3587 | 2011-01-03: Version 3.0.5 |
| 3588 | |
| 3589 | Fixed a couple of cast errors for gcc-3.4.3. |
| 3590 | |
| 3591 | Performance improvements in GC and IA32 code generator. |
| 3592 | |
| 3593 | |
whesse@chromium.org | 023421e | 2010-12-21 12:19:12 +0000 | [diff] [blame] | 3594 | 2010-12-21: Version 3.0.4 |
| 3595 | |
| 3596 | Added Date::ResetCache() to the API so that the cached values in the |
| 3597 | Date object can be reset to allow live DST / timezone changes. |
| 3598 | |
| 3599 | Extended existing support for printing (while debugging) the contents |
| 3600 | of objects. Added support for printing objects from release builds. |
| 3601 | |
| 3602 | Fixed V8 issues 989, 1006, and 1007. |
| 3603 | |
| 3604 | |
ager@chromium.org | 5f0c45f | 2010-12-17 08:51:21 +0000 | [diff] [blame] | 3605 | 2010-12-17: Version 3.0.3 |
| 3606 | |
| 3607 | Reapplied all changes for version 3.0.1. |
| 3608 | |
| 3609 | Improved debugger protocol for remote debugging. |
| 3610 | |
| 3611 | Added experimental support for using gyp to generate build files |
| 3612 | for V8. |
| 3613 | |
| 3614 | Fixed implementation of String::Write in the API (issue 975). |
| 3615 | |
| 3616 | |
lrn@chromium.org | 8541d77 | 2010-12-15 12:05:09 +0000 | [diff] [blame] | 3617 | 2010-12-15: Version 3.0.2 |
| 3618 | |
| 3619 | Revert version 3.0.1 and patch 3.0.1.1. |
| 3620 | |
| 3621 | |
kmillikin@chromium.org | facd82d | 2010-12-13 18:00:51 +0000 | [diff] [blame] | 3622 | 2010-12-13: Version 3.0.1 |
| 3623 | |
| 3624 | Added support for an experimental internationalization API as an |
| 3625 | extension. This extension is disabled by default but can be enabled |
| 3626 | when building V8. The ECMAScript internationalization strawman is |
| 3627 | at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api. |
| 3628 | |
| 3629 | Made RegExp character class parsing stricter. This mirrors a change |
| 3630 | to RegExp parsing in WebKit. |
| 3631 | |
| 3632 | Fixed a bug in Object.defineProperty when used to change attributes |
| 3633 | of an existing property. It incorrectly set the property value to |
| 3634 | undefined (issue 965). |
| 3635 | |
| 3636 | Fixed several different compilation failures on various platforms |
| 3637 | caused by the 3.0.0 release. |
| 3638 | |
| 3639 | Optimized Math.pow so it can work on unboxed doubles. |
| 3640 | |
| 3641 | Sped up quoting of JSON strings by removing one traversal of the |
| 3642 | string. |
| 3643 | |
| 3644 | |
kasperl@chromium.org | a555126 | 2010-12-07 12:49:48 +0000 | [diff] [blame] | 3645 | 2010-12-07: Version 3.0.0 |
| 3646 | |
| 3647 | Improved performance by (partially) addressing issue 957 on |
| 3648 | IA-32. Still needs more work for the other architectures. |
| 3649 | |
| 3650 | |
ager@chromium.org | beb2571 | 2010-11-29 08:02:25 +0000 | [diff] [blame] | 3651 | 2010-11-29: Version 2.5.9 |
| 3652 | |
| 3653 | Fixed crashes during GC caused by partially initialize heap |
| 3654 | objects. |
| 3655 | |
| 3656 | Fixed bug in process sample that caused memory leaks. |
| 3657 | |
| 3658 | Improved performance on ARM by implementing missing stubs and |
| 3659 | inlining. |
| 3660 | |
| 3661 | Improved heap profiler support. |
| 3662 | |
| 3663 | Added separate seeding on Windows of the random number generator |
| 3664 | used internally by the compiler (issue 936). |
| 3665 | |
| 3666 | Exposed API for getting the name of the function used to construct |
| 3667 | an object. |
| 3668 | |
| 3669 | Fixed date parser to handle one and two digit millisecond |
| 3670 | values (issue 944). |
| 3671 | |
| 3672 | Fixed number parsing to disallow space between sign and |
| 3673 | digits (issue 946). |
| 3674 | |
| 3675 | |
vegorov@chromium.org | 21b5e95 | 2010-11-23 10:24:40 +0000 | [diff] [blame] | 3676 | 2010-11-23: Version 2.5.8 |
| 3677 | |
| 3678 | Removed dependency on Gay's dtoa. |
| 3679 | |
| 3680 | Improved heap profiler precision and speed. |
| 3681 | |
| 3682 | Reduced overhead of callback invocations on ARM. |
| 3683 | |
| 3684 | |
erik.corry@gmail.com | 4a6c327 | 2010-11-18 12:04:40 +0000 | [diff] [blame] | 3685 | 2010-11-18: Version 2.5.7 |
| 3686 | |
| 3687 | Fixed obscure evaluation order bug (issue 931). |
| 3688 | |
| 3689 | Split the random number state between JavaScript and the private API. |
| 3690 | |
| 3691 | Fixed performance bug causing GCs when generating stack traces on |
| 3692 | code from very large scripts. |
| 3693 | |
| 3694 | Fixed bug in parser that allowed (foo):42 as a labelled statement |
| 3695 | (issue 918). |
| 3696 | |
| 3697 | Provide more accurate results about used heap size via |
| 3698 | GetHeapStatistics. |
| 3699 | |
| 3700 | Allow build-time customization of the max semispace size. |
| 3701 | |
| 3702 | Made String.prototype.split honor limit when separator is empty |
| 3703 | (issue 929). |
| 3704 | |
| 3705 | Added missing failure check after expecting an identifier in |
| 3706 | preparser (Chromium issue 62639). |
| 3707 | |
| 3708 | |
ager@chromium.org | 01fe7df | 2010-11-10 11:59:11 +0000 | [diff] [blame] | 3709 | 2010-11-10: Version 2.5.6 |
| 3710 | |
| 3711 | Added support for VFP rounding modes to the ARM simulator. |
| 3712 | |
| 3713 | Fixed multiplication overflow bug (issue 927). |
| 3714 | |
| 3715 | Added a limit for the amount of executable memory (issue 925). |
| 3716 | |
| 3717 | |
whesse@chromium.org | f0ac72d | 2010-11-08 12:47:26 +0000 | [diff] [blame] | 3718 | 2010-11-08: Version 2.5.5 |
| 3719 | |
| 3720 | Added more aggressive GC of external objects in near out-of-memory |
| 3721 | situations. |
| 3722 | |
| 3723 | Fixed a bug that gave the incorrect result for String.split called |
| 3724 | on the empty string (issue 924). |
| 3725 | |
| 3726 | |
lrn@chromium.org | fa943b7 | 2010-11-03 08:14:36 +0000 | [diff] [blame] | 3727 | 2010-11-03: Version 2.5.4 |
| 3728 | |
whesse@chromium.org | f0ac72d | 2010-11-08 12:47:26 +0000 | [diff] [blame] | 3729 | Improved V8 VFPv3 runtime detection to address issue 914. |
lrn@chromium.org | fa943b7 | 2010-11-03 08:14:36 +0000 | [diff] [blame] | 3730 | |
| 3731 | |
fschneider@chromium.org | e03fb64 | 2010-11-01 12:34:09 +0000 | [diff] [blame] | 3732 | 2010-11-01: Version 2.5.3 |
| 3733 | |
| 3734 | Fixed a bug that prevents constants from overwriting function values |
| 3735 | in object literals (issue 907). |
| 3736 | |
| 3737 | Fixed a bug with reporting of impossible nested calls of DOM functions |
| 3738 | (issue http://crbug.com/60753). |
| 3739 | |
| 3740 | |
lrn@chromium.org | 303ada7 | 2010-10-27 09:33:13 +0000 | [diff] [blame] | 3741 | 2010-10-27: Version 2.5.2 |
| 3742 | |
| 3743 | Improved sampler resolution on Linux. |
| 3744 | |
| 3745 | Allowed forcing the use of a simulator from the build script |
| 3746 | independently of the host architecture. |
| 3747 | |
kmillikin@chromium.org | d2c22f0 | 2011-01-10 08:15:37 +0000 | [diff] [blame] | 3748 | Fixed FreeBSD port (issue 912). |
lrn@chromium.org | 303ada7 | 2010-10-27 09:33:13 +0000 | [diff] [blame] | 3749 | |
| 3750 | Made windows-tick-processor respect D8_PATH. |
| 3751 | |
| 3752 | Implemented --noinline-new flag fully on IA32, X64 and ARM platforms. |
| 3753 | |
| 3754 | |
whesse@chromium.org | 4a5224e | 2010-10-20 12:37:07 +0000 | [diff] [blame] | 3755 | 2010-10-20: Version 2.5.1 |
| 3756 | |
| 3757 | Fixed bug causing spurious out of memory exceptions |
| 3758 | (issue http://crbug.com/54580). |
| 3759 | |
| 3760 | Fixed compilation error on Solaris platform (issue 901). |
| 3761 | |
| 3762 | Fixed error in strtod (string to floating point number conversion) |
| 3763 | due to glibc's use of 80-bit floats in the FPU on 32-bit linux. |
| 3764 | |
| 3765 | Adjusted randomized allocations of executable memory to have 64k |
| 3766 | granularity (issue http://crbug.com/56036). |
| 3767 | |
| 3768 | Supported profiling using kernel perf_events on linux. Added ll_prof |
| 3769 | script to tools and --ll-prof flag to V8. |
| 3770 | |
| 3771 | |
vegorov@chromium.org | 4284196 | 2010-10-18 11:18:59 +0000 | [diff] [blame] | 3772 | 2010-10-18: Version 2.5.0 |
| 3773 | |
| 3774 | Fixed bug in cache handling of lastIndex on global regexps |
| 3775 | (issue http://crbug.com/58740). |
| 3776 | |
| 3777 | Added USE_SIMULATOR macro that explicitly indicates that we wish to use |
| 3778 | the simulator as the execution engine (by Mark Lam <mark.lam@palm.com> |
kmillikin@chromium.org | facd82d | 2010-12-13 18:00:51 +0000 | [diff] [blame] | 3779 | from Hewlett-Packard Development Company, LP). |
vegorov@chromium.org | 4284196 | 2010-10-18 11:18:59 +0000 | [diff] [blame] | 3780 | |
| 3781 | Fixed compilation error on ARM with gcc 4.4 (issue 894). |
| 3782 | |
| 3783 | |
| 3784 | 2010-10-13: Version 2.4.9 |
ager@chromium.org | b61a0d1 | 2010-10-13 08:35:23 +0000 | [diff] [blame] | 3785 | |
| 3786 | Fixed a bug in the handling of conditional expressions in test |
| 3787 | contexts in compiler for top-level code. |
| 3788 | |
| 3789 | Added "//@ sourceURL" information to the StackTrace API. |
| 3790 | |
| 3791 | Exposed RegExp construction through the API. |
| 3792 | |
| 3793 | |
ricow@chromium.org | eb7c144 | 2010-10-04 08:54:21 +0000 | [diff] [blame] | 3794 | 2010-10-04: Version 2.4.8 |
| 3795 | |
| 3796 | Fixed a bug in ResumeProfilerEx causing it to not always write out the |
| 3797 | whole snapshot (issue 868). |
| 3798 | |
| 3799 | Performance improvements on all platforms. |
| 3800 | |
| 3801 | |
kmillikin@chromium.org | f05f291 | 2010-09-30 10:07:24 +0000 | [diff] [blame] | 3802 | 2010-09-30: Version 2.4.7 |
| 3803 | |
| 3804 | Changed the command-line flag --max-new-space-size to be in kB and the |
| 3805 | flag --max-old-space-size to be in MB (previously they were in bytes). |
| 3806 | |
| 3807 | Added Debug::CancelDebugBreak to the debugger API. |
| 3808 | |
| 3809 | Fixed a bug in getters for negative numeric property names |
| 3810 | (https://bugs.webkit.org/show_bug.cgi?id=46689). |
| 3811 | |
| 3812 | Performance improvements on all platforms. |
| 3813 | |
| 3814 | |
whesse@chromium.org | 4a1fe7d | 2010-09-27 12:32:04 +0000 | [diff] [blame] | 3815 | 2010-09-27: Version 2.4.6 |
kmillikin@chromium.org | f05f291 | 2010-09-30 10:07:24 +0000 | [diff] [blame] | 3816 | |
whesse@chromium.org | 4a1fe7d | 2010-09-27 12:32:04 +0000 | [diff] [blame] | 3817 | Fixed assertion failure related to copy-on-write arrays (issue 876). |
| 3818 | |
| 3819 | Fixed build failure of 64-bit V8 on Windows. |
| 3820 | |
| 3821 | Fixed a bug in RegExp (issue http://crbug.com/52801). |
| 3822 | |
| 3823 | Improved the profiler's coverage to cover more functions (issue 858). |
| 3824 | |
| 3825 | Fixed error in shift operators on 64-bit V8 |
| 3826 | (issue http://crbug.com/54521). |
| 3827 | |
| 3828 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3829 | 2010-09-22: Version 2.4.5 |
kmillikin@chromium.org | f05f291 | 2010-09-30 10:07:24 +0000 | [diff] [blame] | 3830 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3831 | Changed the RegExp benchmark to exercise the regexp engine on different |
| 3832 | inputs by scrambling the input strings. |
| 3833 | |
| 3834 | Fixed a bug in keyed loads on strings. |
| 3835 | |
| 3836 | Fixed a bug with loading global function prototypes. |
| 3837 | |
| 3838 | Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999). |
| 3839 | |
| 3840 | Performance improvements on all platforms. |
| 3841 | |
| 3842 | |
erik.corry@gmail.com | d88afa2 | 2010-09-15 12:33:05 +0000 | [diff] [blame] | 3843 | 2010-09-15: Version 2.4.4 |
| 3844 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3845 | Fixed bug with hangs on very large sparse arrays. |
erik.corry@gmail.com | d88afa2 | 2010-09-15 12:33:05 +0000 | [diff] [blame] | 3846 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3847 | Now tries harder to free up memory when running out of space. |
erik.corry@gmail.com | d88afa2 | 2010-09-15 12:33:05 +0000 | [diff] [blame] | 3848 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3849 | Added heap snapshots to JSON format to API. |
erik.corry@gmail.com | d88afa2 | 2010-09-15 12:33:05 +0000 | [diff] [blame] | 3850 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3851 | Recalibrated benchmarks. |
erik.corry@gmail.com | d88afa2 | 2010-09-15 12:33:05 +0000 | [diff] [blame] | 3852 | |
| 3853 | |
sgjesse@chromium.org | 2ec107f | 2010-09-13 09:19:46 +0000 | [diff] [blame] | 3854 | 2010-09-13: Version 2.4.3 |
| 3855 | |
| 3856 | Made Date.parse properly handle TZ offsets (issue 857). |
| 3857 | |
| 3858 | Performance improvements on all platforms. |
| 3859 | |
| 3860 | |
ager@chromium.org | 5b2fbee | 2010-09-08 06:38:15 +0000 | [diff] [blame] | 3861 | 2010-09-08: Version 2.4.2 |
| 3862 | |
| 3863 | Fixed GC crash bug. |
| 3864 | |
| 3865 | Fixed stack corruption bug. |
| 3866 | |
| 3867 | Fixed compilation for newer C++ compilers that found Operand(0) |
| 3868 | ambiguous. |
| 3869 | |
| 3870 | |
kmillikin@chromium.org | 3cdd9e1 | 2010-09-06 11:39:48 +0000 | [diff] [blame] | 3871 | 2010-09-06: Version 2.4.1 |
| 3872 | |
ager@chromium.org | 5b2fbee | 2010-09-08 06:38:15 +0000 | [diff] [blame] | 3873 | Added the ability for an embedding application to receive a callback |
| 3874 | when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates |
| 3875 | (V8::RemoveMemoryAllocationCallback) from the OS. |
kmillikin@chromium.org | 3cdd9e1 | 2010-09-06 11:39:48 +0000 | [diff] [blame] | 3876 | |
ager@chromium.org | 5b2fbee | 2010-09-08 06:38:15 +0000 | [diff] [blame] | 3877 | Fixed several JSON bugs (including issue 855). |
kmillikin@chromium.org | 3cdd9e1 | 2010-09-06 11:39:48 +0000 | [diff] [blame] | 3878 | |
ager@chromium.org | 5b2fbee | 2010-09-08 06:38:15 +0000 | [diff] [blame] | 3879 | Fixed memory overrun crash bug triggered during V8's tick-based |
| 3880 | profiling. |
kmillikin@chromium.org | 3cdd9e1 | 2010-09-06 11:39:48 +0000 | [diff] [blame] | 3881 | |
ager@chromium.org | 5b2fbee | 2010-09-08 06:38:15 +0000 | [diff] [blame] | 3882 | Performance improvements on all platforms. |
kmillikin@chromium.org | 3cdd9e1 | 2010-09-06 11:39:48 +0000 | [diff] [blame] | 3883 | |
| 3884 | |
ricow@chromium.org | d236f4d | 2010-09-01 06:52:08 +0000 | [diff] [blame] | 3885 | 2010-09-01: Version 2.4.0 |
| 3886 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3887 | Fixed bug in Object.freeze and Object.seal when Array.prototype or |
| 3888 | Object.prototype are changed (issue 842). |
ricow@chromium.org | d236f4d | 2010-09-01 06:52:08 +0000 | [diff] [blame] | 3889 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3890 | Updated Array.splice to follow Safari and Firefox when called |
ager@chromium.org | 5b2fbee | 2010-09-08 06:38:15 +0000 | [diff] [blame] | 3891 | with zero arguments. |
ricow@chromium.org | d236f4d | 2010-09-01 06:52:08 +0000 | [diff] [blame] | 3892 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3893 | Fixed a missing live register when breaking at keyed loads on ARM. |
ricow@chromium.org | d236f4d | 2010-09-01 06:52:08 +0000 | [diff] [blame] | 3894 | |
ager@chromium.org | 5b2fbee | 2010-09-08 06:38:15 +0000 | [diff] [blame] | 3895 | Performance improvements on all platforms. |
ricow@chromium.org | d236f4d | 2010-09-01 06:52:08 +0000 | [diff] [blame] | 3896 | |
| 3897 | |
ricow@chromium.org | 65fae84 | 2010-08-25 15:26:24 +0000 | [diff] [blame] | 3898 | 2010-08-25: Version 2.3.11 |
| 3899 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3900 | Fixed bug in RegExp related to copy-on-write arrays. |
ricow@chromium.org | 65fae84 | 2010-08-25 15:26:24 +0000 | [diff] [blame] | 3901 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3902 | Refactored tools/test.py script, including the introduction of |
ager@chromium.org | 5b2fbee | 2010-09-08 06:38:15 +0000 | [diff] [blame] | 3903 | VARIANT_FLAGS that allows specification of sets of flags with which |
| 3904 | all tests should be run. |
ricow@chromium.org | 65fae84 | 2010-08-25 15:26:24 +0000 | [diff] [blame] | 3905 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3906 | Fixed a bug in the handling of debug breaks in CallIC. |
ricow@chromium.org | 65fae84 | 2010-08-25 15:26:24 +0000 | [diff] [blame] | 3907 | |
ager@chromium.org | 5b2fbee | 2010-09-08 06:38:15 +0000 | [diff] [blame] | 3908 | Performance improvements on all platforms. |
ricow@chromium.org | 65fae84 | 2010-08-25 15:26:24 +0000 | [diff] [blame] | 3909 | |
| 3910 | |
erik.corry@gmail.com | 145eff5 | 2010-08-23 11:36:18 +0000 | [diff] [blame] | 3911 | 2010-08-23: Version 2.3.10 |
| 3912 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3913 | Fixed bug in bitops on ARM. |
erik.corry@gmail.com | 145eff5 | 2010-08-23 11:36:18 +0000 | [diff] [blame] | 3914 | |
| 3915 | Build fixes for unusual compilers. |
| 3916 | |
| 3917 | Track high water mark for RWX memory. |
| 3918 | |
| 3919 | Performance improvements on all platforms. |
| 3920 | |
| 3921 | |
ricow@chromium.org | 0b9f850 | 2010-08-18 07:45:01 +0000 | [diff] [blame] | 3922 | 2010-08-18: Version 2.3.9 |
| 3923 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3924 | Fixed compilation for ARMv4 on OpenBSD/FreeBSD. |
ricow@chromium.org | 0b9f850 | 2010-08-18 07:45:01 +0000 | [diff] [blame] | 3925 | |
| 3926 | Removed specialized handling of GCC 4.4 (issue 830). |
| 3927 | |
kmillikin@chromium.org | 3cdd9e1 | 2010-09-06 11:39:48 +0000 | [diff] [blame] | 3928 | Fixed DST cache to take into account the suspension of DST in |
ricow@chromium.org | 0b9f850 | 2010-08-18 07:45:01 +0000 | [diff] [blame] | 3929 | Egypt during the 2010 Ramadan (issue http://crbug.com/51855). |
| 3930 | |
ricow@chromium.org | 65fae84 | 2010-08-25 15:26:24 +0000 | [diff] [blame] | 3931 | Performance improvements on all platforms. |
ricow@chromium.org | 0b9f850 | 2010-08-18 07:45:01 +0000 | [diff] [blame] | 3932 | |
| 3933 | |
ager@chromium.org | ea4f62e | 2010-08-16 16:28:43 +0000 | [diff] [blame] | 3934 | 2010-08-16: Version 2.3.8 |
| 3935 | |
| 3936 | Fixed build with strict aliasing on GCC 4.4 (issue 463). |
| 3937 | |
| 3938 | Fixed issue with incorrect handling of custom valueOf methods on |
| 3939 | string wrappers (issue 760). |
| 3940 | |
| 3941 | Fixed compilation for ARMv4 (issue 590). |
| 3942 | |
| 3943 | Improved performance. |
| 3944 | |
| 3945 | |
vegorov@chromium.org | 26c16f8 | 2010-08-11 13:41:03 +0000 | [diff] [blame] | 3946 | 2010-08-11: Version 2.3.7 |
| 3947 | |
| 3948 | Reduced size of heap snapshots produced by heap profiler (issue 783). |
| 3949 | |
| 3950 | Introduced v8::Value::IsRegExp method. |
| 3951 | |
| 3952 | Fixed CPU profiler crash in start / stop sequence when non-existent |
| 3953 | name is passed (issue http://crbug.com/51594). |
| 3954 | |
| 3955 | Introduced new indexed property query callbacks API (issue 816). This |
| 3956 | API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled |
| 3957 | by default. |
| 3958 | |
| 3959 | Removed support for object literal get/set with number/string |
| 3960 | property name. |
| 3961 | |
| 3962 | Fixed handling of JSObject::elements in CalculateNetworkSize |
| 3963 | (issue 822). |
| 3964 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3965 | Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463). |
vegorov@chromium.org | 26c16f8 | 2010-08-11 13:41:03 +0000 | [diff] [blame] | 3966 | |
| 3967 | |
lrn@chromium.org | c4e51ac | 2010-08-09 09:47:21 +0000 | [diff] [blame] | 3968 | 2010-08-09: Version 2.3.6 |
| 3969 | |
vegorov@chromium.org | 26c16f8 | 2010-08-11 13:41:03 +0000 | [diff] [blame] | 3970 | RegExp literals create a new object every time they are evaluated |
| 3971 | (issue 704). |
lrn@chromium.org | c4e51ac | 2010-08-09 09:47:21 +0000 | [diff] [blame] | 3972 | |
vegorov@chromium.org | 26c16f8 | 2010-08-11 13:41:03 +0000 | [diff] [blame] | 3973 | Object.seal and Object.freeze return the modified object (issue 809). |
lrn@chromium.org | c4e51ac | 2010-08-09 09:47:21 +0000 | [diff] [blame] | 3974 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3975 | Fixed building using GCC 4.4.4. |
lrn@chromium.org | c4e51ac | 2010-08-09 09:47:21 +0000 | [diff] [blame] | 3976 | |
| 3977 | |
sgjesse@chromium.org | c3a0197 | 2010-08-04 09:46:24 +0000 | [diff] [blame] | 3978 | 2010-08-04: Version 2.3.5 |
| 3979 | |
| 3980 | Added support for ES5 property names. Object initialisers and |
| 3981 | dot-notation property access now allows keywords. Also allowed |
| 3982 | non-identifiers after "get" or "set" in an object initialiser. |
| 3983 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 3984 | Randomized the addresses of allocated executable memory on Windows. |
sgjesse@chromium.org | c3a0197 | 2010-08-04 09:46:24 +0000 | [diff] [blame] | 3985 | |
| 3986 | |
whesse@chromium.org | e90029b | 2010-08-02 11:52:17 +0000 | [diff] [blame] | 3987 | 2010-08-02: Version 2.3.4 |
| 3988 | |
| 3989 | Fixed problems in implementation of ES5 function.prototype.bind. |
| 3990 | |
| 3991 | Fixed error when using apply with arguments object on ARM (issue 784). |
| 3992 | |
| 3993 | Added setting of global flags to debugger protocol. |
| 3994 | |
| 3995 | Fixed an error affecting cached results of sin and cos (issue 792). |
| 3996 | |
| 3997 | Removed memory leak from a boundary case where V8 is not initialized. |
| 3998 | |
| 3999 | Fixed issue where debugger could set breakpoints outside the body |
| 4000 | of a function. |
| 4001 | |
| 4002 | Fixed issue in debugger when using both live edit and step in features. |
| 4003 | |
| 4004 | Added Number-letter (Nl) category to Unicode tables. These characters |
| 4005 | can now be used in identifiers. |
| 4006 | |
| 4007 | Fixed an assert failure on X64 (issue 806). |
| 4008 | |
| 4009 | Performance improvements on all platforms. |
| 4010 | |
| 4011 | |
whesse@chromium.org | ba5a61b | 2010-07-26 11:44:40 +0000 | [diff] [blame] | 4012 | 2010-07-26: Version 2.3.3 |
| 4013 | |
| 4014 | Fixed error when building the d8 shell in a fresh checkout. |
| 4015 | |
| 4016 | Implemented Function.prototype.bind (ES5 15.3.4.5). |
| 4017 | |
| 4018 | Fixed an error in inlined stores on ia32. |
| 4019 | |
| 4020 | Fixed an error when setting a breakpoint at the end of a function |
| 4021 | that does not end with a newline character. |
| 4022 | |
| 4023 | Performance improvements on all platforms. |
| 4024 | |
| 4025 | |
fschneider@chromium.org | ed78ffd | 2010-07-21 11:05:19 +0000 | [diff] [blame] | 4026 | 2010-07-21: Version 2.3.2 |
| 4027 | |
| 4028 | Fixed compiler warnings when building with LLVM. |
| 4029 | |
| 4030 | Fixed a bug with for-in applied to strings (issue 785). |
| 4031 | |
| 4032 | Performance improvements on all platforms. |
| 4033 | |
whesse@chromium.org | ba5a61b | 2010-07-26 11:44:40 +0000 | [diff] [blame] | 4034 | |
ricow@chromium.org | 4980dff | 2010-07-19 08:33:45 +0000 | [diff] [blame] | 4035 | 2010-07-19: Version 2.3.1 |
| 4036 | |
| 4037 | Fixed compilation and linking with V8_INTERPRETED_REGEXP flag. |
| 4038 | |
| 4039 | Fixed bug related to code flushing while compiling a lazy |
| 4040 | compilable function (issue http://crbug.com/49099). |
| 4041 | |
| 4042 | Performance improvements on all platforms. |
| 4043 | |
| 4044 | |
ager@chromium.org | b573749 | 2010-07-15 09:29:43 +0000 | [diff] [blame] | 4045 | 2010-07-15: Version 2.3.0 |
| 4046 | |
| 4047 | Added ES5 Object.seal and Object.isSealed. |
| 4048 | |
| 4049 | Added debugger API for scheduling debugger commands from a |
| 4050 | separate thread. |
| 4051 | |
| 4052 | |
ager@chromium.org | 6a2b0aa | 2010-07-13 20:58:03 +0000 | [diff] [blame] | 4053 | 2010-07-14: Version 2.2.24 |
| 4054 | |
| 4055 | Added API for capturing stack traces for uncaught exceptions. |
| 4056 | |
| 4057 | Fixed crash bug when preparsing from a non-external V8 string |
| 4058 | (issue 775). |
| 4059 | |
| 4060 | Fixed JSON.parse bug causing input not to be converted to string |
| 4061 | (issue 764). |
| 4062 | |
| 4063 | Added ES5 Object.freeze and Object.isFrozen. |
| 4064 | |
| 4065 | Performance improvements on all platforms. |
| 4066 | |
| 4067 | |
erik.corry@gmail.com | 4a2e25e | 2010-07-07 12:22:46 +0000 | [diff] [blame] | 4068 | 2010-07-07: Version 2.2.23 |
| 4069 | |
| 4070 | API change: Convert Unicode code points outside the basic multilingual |
| 4071 | plane to the replacement character. Previous behavior was to silently |
| 4072 | truncate the value to 16 bits. |
| 4073 | |
| 4074 | Fixed crash: handle all flat string types in regexp replace. |
| 4075 | |
| 4076 | Prevent invalid pre-parsing data passed in through the API from |
| 4077 | crashing V8. |
| 4078 | |
| 4079 | Performance improvements on all platforms. |
| 4080 | |
ager@chromium.org | 6a2b0aa | 2010-07-13 20:58:03 +0000 | [diff] [blame] | 4081 | |
kmillikin@chromium.org | 69ea396 | 2010-07-05 11:01:40 +0000 | [diff] [blame] | 4082 | 2010-07-05: Version 2.2.22 |
| 4083 | |
| 4084 | Added ES5 Object.isExtensible and Object.preventExtensions. |
| 4085 | |
| 4086 | Enabled building V8 as a DLL. |
| 4087 | |
| 4088 | Fixed a bug in date code where -0 was not interpreted as 0 |
| 4089 | (issue 736). |
| 4090 | |
| 4091 | Performance improvements on all platforms. |
| 4092 | |
| 4093 | |
lrn@chromium.org | 32d961d | 2010-06-30 09:09:34 +0000 | [diff] [blame] | 4094 | 2010-06-30: Version 2.2.21 |
| 4095 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4096 | Fixed bug in externalizing some ASCII strings (Chromium issue 47824). |
lrn@chromium.org | 32d961d | 2010-06-30 09:09:34 +0000 | [diff] [blame] | 4097 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4098 | Updated JSON.stringify to floor the space parameter (issue 753). |
lrn@chromium.org | 32d961d | 2010-06-30 09:09:34 +0000 | [diff] [blame] | 4099 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4100 | Updated the Mozilla test expectations to the newest version. |
lrn@chromium.org | 32d961d | 2010-06-30 09:09:34 +0000 | [diff] [blame] | 4101 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4102 | Updated the ES5 Conformance Test expectations to the latest version. |
lrn@chromium.org | 32d961d | 2010-06-30 09:09:34 +0000 | [diff] [blame] | 4103 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4104 | Updated the V8 benchmark suite. |
lrn@chromium.org | 32d961d | 2010-06-30 09:09:34 +0000 | [diff] [blame] | 4105 | |
| 4106 | Provide actual breakpoints locations in response to setBreakpoint |
| 4107 | and listBreakpoints requests. |
| 4108 | |
kmillikin@chromium.org | 69ea396 | 2010-07-05 11:01:40 +0000 | [diff] [blame] | 4109 | |
fschneider@chromium.org | 40b9da3 | 2010-06-28 11:29:21 +0000 | [diff] [blame] | 4110 | 2010-06-28: Version 2.2.20 |
kmillikin@chromium.org | 69ea396 | 2010-07-05 11:01:40 +0000 | [diff] [blame] | 4111 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4112 | Fixed bug with for-in on x64 platform (issue 748). |
fschneider@chromium.org | 40b9da3 | 2010-06-28 11:29:21 +0000 | [diff] [blame] | 4113 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4114 | Fixed crash bug on x64 platform (issue 756). |
kmillikin@chromium.org | 69ea396 | 2010-07-05 11:01:40 +0000 | [diff] [blame] | 4115 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4116 | Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243). |
fschneider@chromium.org | 40b9da3 | 2010-06-28 11:29:21 +0000 | [diff] [blame] | 4117 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4118 | Fixed a bug on ARM that caused the result of 1 << x to be |
fschneider@chromium.org | 40b9da3 | 2010-06-28 11:29:21 +0000 | [diff] [blame] | 4119 | miscalculated for some inputs. |
| 4120 | |
| 4121 | Performance improvements on all platforms. |
| 4122 | |
kmillikin@chromium.org | 69ea396 | 2010-07-05 11:01:40 +0000 | [diff] [blame] | 4123 | |
ricow@chromium.org | 5ad5ace | 2010-06-23 09:06:43 +0000 | [diff] [blame] | 4124 | 2010-06-23: Version 2.2.19 |
| 4125 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4126 | Fixed bug that causes the build to break when profillingsupport=off |
ricow@chromium.org | 5ad5ace | 2010-06-23 09:06:43 +0000 | [diff] [blame] | 4127 | (issue 738). |
| 4128 | |
| 4129 | Added expose-externalize-string flag for testing extensions. |
| 4130 | |
| 4131 | Resolve linker issues with using V8 as a DLL causing a number of |
| 4132 | problems with unresolved symbols. |
| 4133 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4134 | Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not |
ricow@chromium.org | 5ad5ace | 2010-06-23 09:06:43 +0000 | [diff] [blame] | 4135 | defined. |
| 4136 | |
| 4137 | Performance improvements on all platforms. |
| 4138 | |
| 4139 | |
whesse@chromium.org | 2c186ca | 2010-06-16 11:32:39 +0000 | [diff] [blame] | 4140 | 2010-06-16: Version 2.2.18 |
| 4141 | |
| 4142 | Added API functions to retrieve information on indexed properties |
| 4143 | managed by the embedding layer. Fixes bug 737. |
| 4144 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4145 | Made ES5 Object.defineProperty support array elements. Fixes bug 619. |
whesse@chromium.org | 2c186ca | 2010-06-16 11:32:39 +0000 | [diff] [blame] | 4146 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4147 | Added heap profiling to the API. |
whesse@chromium.org | 2c186ca | 2010-06-16 11:32:39 +0000 | [diff] [blame] | 4148 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4149 | Removed old named property query from the API. |
whesse@chromium.org | 2c186ca | 2010-06-16 11:32:39 +0000 | [diff] [blame] | 4150 | |
| 4151 | Incremental performance improvements. |
| 4152 | |
| 4153 | |
ager@chromium.org | 2cc82ae | 2010-06-14 07:35:38 +0000 | [diff] [blame] | 4154 | 2010-06-14: Version 2.2.17 |
vegorov@chromium.org | 2356e6f | 2010-06-09 09:38:56 +0000 | [diff] [blame] | 4155 | |
ager@chromium.org | 2cc82ae | 2010-06-14 07:35:38 +0000 | [diff] [blame] | 4156 | Improved debugger support for stepping out of functions. |
| 4157 | |
| 4158 | Incremental performance improvements. |
| 4159 | |
| 4160 | |
| 4161 | 2010-06-09: Version 2.2.16 |
| 4162 | |
kmillikin@chromium.org | 69ea396 | 2010-07-05 11:01:40 +0000 | [diff] [blame] | 4163 | Removed the SetExternalStringDiposeCallback API. Changed the |
vegorov@chromium.org | 2356e6f | 2010-06-09 09:38:56 +0000 | [diff] [blame] | 4164 | disposal of external string resources to call a virtual Dispose |
| 4165 | method on the resource. |
| 4166 | |
kmillikin@chromium.org | 69ea396 | 2010-07-05 11:01:40 +0000 | [diff] [blame] | 4167 | Added support for more precise break points when debugging and |
vegorov@chromium.org | 2356e6f | 2010-06-09 09:38:56 +0000 | [diff] [blame] | 4168 | stepping. |
| 4169 | |
| 4170 | Memory usage improvements on all platforms. |
| 4171 | |
| 4172 | |
lrn@chromium.org | 1af7e1b | 2010-06-07 11:12:01 +0000 | [diff] [blame] | 4173 | 2010-06-07: Version 2.2.15 |
| 4174 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4175 | Added an API to control the disposal of external string resources. |
lrn@chromium.org | 1af7e1b | 2010-06-07 11:12:01 +0000 | [diff] [blame] | 4176 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4177 | Added missing initialization of a couple of variables which makes |
lrn@chromium.org | 1af7e1b | 2010-06-07 11:12:01 +0000 | [diff] [blame] | 4178 | some compilers complaint when compiling with -Werror. |
| 4179 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4180 | Improved performance on all platforms. |
lrn@chromium.org | 1af7e1b | 2010-06-07 11:12:01 +0000 | [diff] [blame] | 4181 | |
| 4182 | |
sgjesse@chromium.org | 82dbbab | 2010-06-02 08:57:44 +0000 | [diff] [blame] | 4183 | 2010-06-02: Version 2.2.14 |
| 4184 | |
| 4185 | Fixed a crash in code generated for String.charCodeAt. |
| 4186 | |
| 4187 | Fixed a compilation issue with some GCC versions (issue 727). |
| 4188 | |
| 4189 | Performance optimizations on x64 and ARM platforms. |
| 4190 | |
| 4191 | |
ricow@chromium.org | 30ce411 | 2010-05-31 10:38:25 +0000 | [diff] [blame] | 4192 | 2010-05-31: Version 2.2.13 |
| 4193 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4194 | Implemented Object.getOwnPropertyDescriptor for element indices and |
ricow@chromium.org | 30ce411 | 2010-05-31 10:38:25 +0000 | [diff] [blame] | 4195 | strings (issue 599). |
| 4196 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4197 | Fixed bug for windows 64 bit C calls from generated code. |
ricow@chromium.org | 30ce411 | 2010-05-31 10:38:25 +0000 | [diff] [blame] | 4198 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4199 | Added new scons flag unalignedaccesses for arm builds. |
ricow@chromium.org | 30ce411 | 2010-05-31 10:38:25 +0000 | [diff] [blame] | 4200 | |
| 4201 | Performance improvements on all platforms. |
| 4202 | |
| 4203 | |
kmillikin@chromium.org | 9155e25 | 2010-05-26 13:27:57 +0000 | [diff] [blame] | 4204 | 2010-05-26: Version 2.2.12 |
| 4205 | |
| 4206 | Allowed accessors to be defined on objects rather than just object |
| 4207 | templates. |
| 4208 | |
| 4209 | Changed the ScriptData API. |
| 4210 | |
| 4211 | |
erik.corry@gmail.com | 9dfbea4 | 2010-05-21 12:58:28 +0000 | [diff] [blame] | 4212 | 2010-05-21: Version 2.2.11 |
| 4213 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4214 | Fixed crash bug in liveedit on 64 bit. |
erik.corry@gmail.com | 9dfbea4 | 2010-05-21 12:58:28 +0000 | [diff] [blame] | 4215 | |
| 4216 | Use 'full compiler' when debugging is active. This should increase |
| 4217 | the density of possible break points, making single step more fine |
| 4218 | grained. This will only take effect for functions compiled after |
| 4219 | debugging has been started, so recompilation of all functions is |
| 4220 | required to get the full effect. IA32 and x64 only for now. |
| 4221 | |
| 4222 | Misc. fixes to the Solaris build. |
| 4223 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4224 | Added new flags --print-cumulative-gc-stat and --trace-gc-nvp. |
erik.corry@gmail.com | 9dfbea4 | 2010-05-21 12:58:28 +0000 | [diff] [blame] | 4225 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4226 | Added filtering of CPU profiles by security context. |
erik.corry@gmail.com | 9dfbea4 | 2010-05-21 12:58:28 +0000 | [diff] [blame] | 4227 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4228 | Fixed crash bug on ARM when running without VFP2 or VFP3. |
erik.corry@gmail.com | 9dfbea4 | 2010-05-21 12:58:28 +0000 | [diff] [blame] | 4229 | |
| 4230 | Incremental performance improvements in all backends. |
| 4231 | |
| 4232 | |
vegorov@chromium.org | dff694e | 2010-05-17 09:10:26 +0000 | [diff] [blame] | 4233 | 2010-05-17: Version 2.2.10 |
| 4234 | |
| 4235 | Performance improvements in the x64 and ARM backends. |
| 4236 | |
| 4237 | |
sgjesse@chromium.org | 720dc0b | 2010-05-10 09:25:39 +0000 | [diff] [blame] | 4238 | 2010-05-10: Version 2.2.9 |
| 4239 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4240 | Allowed Object.create to be called with a function (issue 697). |
sgjesse@chromium.org | 720dc0b | 2010-05-10 09:25:39 +0000 | [diff] [blame] | 4241 | |
| 4242 | Fixed bug with Date.parse returning a non-NaN value when called on a |
| 4243 | non date string (issue 696). |
| 4244 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4245 | Allowed unaligned memory accesses on ARM targets that support it (by |
erik.corry@gmail.com | 9dfbea4 | 2010-05-21 12:58:28 +0000 | [diff] [blame] | 4246 | Subrato K De of CodeAurora <subratokde@codeaurora.org>). |
sgjesse@chromium.org | 720dc0b | 2010-05-10 09:25:39 +0000 | [diff] [blame] | 4247 | |
| 4248 | C++ API for retrieving JavaScript stack trace information. |
| 4249 | |
| 4250 | |
ager@chromium.org | ac091b7 | 2010-05-05 07:34:42 +0000 | [diff] [blame] | 4251 | 2010-05-05: Version 2.2.8 |
| 4252 | |
| 4253 | Performance improvements in the x64 and ARM backends. |
| 4254 | |
| 4255 | |
kmillikin@chromium.org | 4111b80 | 2010-05-03 10:34:42 +0000 | [diff] [blame] | 4256 | 2010-05-03: Version 2.2.7 |
| 4257 | |
| 4258 | Added support for ES5 date time string format to Date.parse. |
| 4259 | |
| 4260 | Performance improvements in the x64 backend. |
| 4261 | |
| 4262 | |
lrn@chromium.org | c34f580 | 2010-04-28 12:53:43 +0000 | [diff] [blame] | 4263 | 2010-04-28: Version 2.2.6 |
| 4264 | |
kmillikin@chromium.org | 4111b80 | 2010-05-03 10:34:42 +0000 | [diff] [blame] | 4265 | Added "amd64" as recognized architecture in scons build script |
lrn@chromium.org | c34f580 | 2010-04-28 12:53:43 +0000 | [diff] [blame] | 4266 | (by Ryan Dahl <coldredlemur@gmail.com>). |
| 4267 | |
kmillikin@chromium.org | 4111b80 | 2010-05-03 10:34:42 +0000 | [diff] [blame] | 4268 | Fixed bug in String search and replace with very simple RegExps. |
lrn@chromium.org | c34f580 | 2010-04-28 12:53:43 +0000 | [diff] [blame] | 4269 | |
kmillikin@chromium.org | 4111b80 | 2010-05-03 10:34:42 +0000 | [diff] [blame] | 4270 | Fixed bug in RegExp containing "\b^". |
lrn@chromium.org | c34f580 | 2010-04-28 12:53:43 +0000 | [diff] [blame] | 4271 | |
| 4272 | Performance improvements on all platforms. |
| 4273 | |
kmillikin@chromium.org | 4111b80 | 2010-05-03 10:34:42 +0000 | [diff] [blame] | 4274 | |
fschneider@chromium.org | 013f3e1 | 2010-04-26 13:27:52 +0000 | [diff] [blame] | 4275 | 2010-04-26: Version 2.2.5 |
| 4276 | |
| 4277 | Various performance improvements (especially for ARM and x64) |
| 4278 | |
| 4279 | Fixed bug in CPU profiling (http://crbug.com/42137) |
| 4280 | |
| 4281 | Fixed a bug with the natives cache. |
lrn@chromium.org | c34f580 | 2010-04-28 12:53:43 +0000 | [diff] [blame] | 4282 | |
| 4283 | Fixed two bugs in the ARM code generator that can cause |
fschneider@chromium.org | 013f3e1 | 2010-04-26 13:27:52 +0000 | [diff] [blame] | 4284 | wrong calculations. |
| 4285 | |
| 4286 | Fixed a bug that may cause a wrong result for shift operations. |
| 4287 | |
| 4288 | |
| 4289 | 2010-04-21: Version 2.2.4 |
ricow@chromium.org | c9c8082 | 2010-04-21 08:22:37 +0000 | [diff] [blame] | 4290 | |
| 4291 | Fixed warnings on arm on newer GCC versions. |
| 4292 | |
| 4293 | Fixed a number of minor bugs. |
| 4294 | |
| 4295 | Performance improvements on all platforms. |
| 4296 | |
| 4297 | |
whesse@chromium.org | b6e43bb | 2010-04-14 09:36:28 +0000 | [diff] [blame] | 4298 | 2010-04-14: Version 2.2.3 |
| 4299 | |
| 4300 | Added stack command and mem command to ARM simulator debugger. |
| 4301 | |
| 4302 | Fixed scons snapshot and ARM build, and Windows X64 build issues. |
| 4303 | |
| 4304 | Performance improvements on all platforms. |
| 4305 | |
| 4306 | |
ager@chromium.org | 357bf65 | 2010-04-12 11:30:10 +0000 | [diff] [blame] | 4307 | 2010-04-12: Version 2.2.2 |
| 4308 | |
| 4309 | Introduced new profiler API. |
| 4310 | |
| 4311 | Fixed random number generator to produce full 32 random bits. |
| 4312 | |
| 4313 | |
lrn@chromium.org | 25156de | 2010-04-06 13:10:27 +0000 | [diff] [blame] | 4314 | 2010-04-06: Version 2.2.1 |
| 4315 | |
| 4316 | Debugger improvements. |
| 4317 | |
| 4318 | Fixed minor bugs. |
| 4319 | |
| 4320 | |
ricow@chromium.org | aa1b616 | 2010-03-29 07:44:58 +0000 | [diff] [blame] | 4321 | 2010-03-29: Version 2.2.0 |
| 4322 | |
| 4323 | Fixed a few minor bugs. |
| 4324 | |
| 4325 | Performance improvements for string operations. |
| 4326 | |
| 4327 | |
ager@chromium.org | b26c50a | 2010-03-26 09:27:16 +0000 | [diff] [blame] | 4328 | 2010-03-26: Version 2.1.10 |
| 4329 | |
| 4330 | Fixed scons build issues. |
| 4331 | |
| 4332 | Fixed a couple of minor bugs. |
| 4333 | |
| 4334 | |
sgjesse@chromium.org | df7a284 | 2010-03-25 14:34:15 +0000 | [diff] [blame] | 4335 | 2010-03-25: Version 2.1.9 |
| 4336 | |
| 4337 | Added API support for reattaching a global object to a context. |
| 4338 | |
| 4339 | Extended debugger API with access to the internal debugger context. |
| 4340 | |
| 4341 | Fixed Chromium crashes (issues http://crbug.com/39128 and |
| 4342 | http://crbug.com/39160) |
| 4343 | |
| 4344 | |
kmillikin@chromium.org | 5d8f0e6 | 2010-03-24 08:21:20 +0000 | [diff] [blame] | 4345 | 2010-03-24: Version 2.1.8 |
| 4346 | |
| 4347 | Added fine-grained garbage collection callbacks to the API. |
| 4348 | |
| 4349 | Performance improvements on all platforms. |
| 4350 | |
| 4351 | |
whesse@chromium.org | cec079d | 2010-03-22 14:44:04 +0000 | [diff] [blame] | 4352 | 2010-03-22: Version 2.1.7 |
| 4353 | |
| 4354 | Fixed issue 650. |
| 4355 | |
| 4356 | Fixed a bug where __proto__ was sometimes enumerated (issue 646). |
fschneider@chromium.org | 086aac6 | 2010-03-17 13:18:24 +0000 | [diff] [blame] | 4357 | |
| 4358 | Performance improvements for arithmetic operations. |
| 4359 | |
| 4360 | Performance improvements for string operations. |
| 4361 | |
whesse@chromium.org | cec079d | 2010-03-22 14:44:04 +0000 | [diff] [blame] | 4362 | Print script name and line number information in stack trace. |
| 4363 | |
| 4364 | |
| 4365 | 2010-03-17: Version 2.1.6 |
| 4366 | |
| 4367 | Performance improvements for arithmetic operations. |
| 4368 | |
| 4369 | Performance improvements for string operations. |
| 4370 | |
| 4371 | |
vegorov@chromium.org | f837290 | 2010-03-15 10:26:20 +0000 | [diff] [blame] | 4372 | 2010-03-10: Version 2.1.4 |
| 4373 | |
| 4374 | Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853). |
| 4375 | |
| 4376 | Performance improvements on all platforms. |
| 4377 | |
| 4378 | |
ager@chromium.org | ce5e87b | 2010-03-10 10:24:18 +0000 | [diff] [blame] | 4379 | 2010-03-10: Version 2.1.3 |
| 4380 | |
| 4381 | Added API method for context-disposal notifications. |
| 4382 | |
| 4383 | Added API method for accessing elements by integer index. |
| 4384 | |
| 4385 | Added missing implementation of Uint32::Value and Value::IsUint32 |
| 4386 | API methods. |
| 4387 | |
| 4388 | Added IsExecutionTerminating API method. |
| 4389 | |
| 4390 | Disabled strict aliasing for GCC 4.4. |
| 4391 | |
| 4392 | Fixed string-concatenation bug (issue 636). |
| 4393 | |
| 4394 | Performance improvements on all platforms. |
| 4395 | |
| 4396 | |
fschneider@chromium.org | b95b98b | 2010-02-23 10:34:29 +0000 | [diff] [blame] | 4397 | 2010-02-23: Version 2.1.2 |
| 4398 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4399 | Fixed a crash bug caused by wrong assert. |
fschneider@chromium.org | b95b98b | 2010-02-23 10:34:29 +0000 | [diff] [blame] | 4400 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4401 | Fixed a bug with register names on 64-bit V8 (issue 615). |
fschneider@chromium.org | b95b98b | 2010-02-23 10:34:29 +0000 | [diff] [blame] | 4402 | |
| 4403 | Performance improvements on all platforms. |
| 4404 | |
ager@chromium.org | ce5e87b | 2010-03-10 10:24:18 +0000 | [diff] [blame] | 4405 | |
ager@chromium.org | 5c83825 | 2010-02-19 08:53:10 +0000 | [diff] [blame] | 4406 | 2010-02-19: Version 2.1.1 |
| 4407 | |
| 4408 | [ES5] Implemented Object.defineProperty. |
| 4409 | |
| 4410 | Improved profiler support. |
| 4411 | |
| 4412 | Added SetPrototype method in the public V8 API. |
| 4413 | |
| 4414 | Added GetScriptOrigin and GetScriptLineNumber methods to Function |
| 4415 | objects in the API. |
| 4416 | |
| 4417 | Performance improvements on all platforms. |
| 4418 | |
| 4419 | |
sgjesse@chromium.org | b302e56 | 2010-02-03 11:26:59 +0000 | [diff] [blame] | 4420 | 2010-02-03: Version 2.1.0 |
| 4421 | |
| 4422 | Values are now always wrapped in objects when used as a receiver. |
| 4423 | (issue 223). |
| 4424 | |
| 4425 | [ES5] Implemented Object.getOwnPropertyNames. |
| 4426 | |
| 4427 | [ES5] Restrict JSON.parse to only accept strings that conforms to the |
| 4428 | JSON grammar. |
| 4429 | |
| 4430 | Improvement of debugger agent (issue 549 and 554). |
| 4431 | |
| 4432 | Fixed problem with skipped stack frame in profiles (issue 553). |
| 4433 | |
| 4434 | Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl |
| 4435 | <ry@tinyclouds.org>. |
| 4436 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4437 | Fixed a bug that Math.round() returns incorrect results for huge |
sgjesse@chromium.org | b302e56 | 2010-02-03 11:26:59 +0000 | [diff] [blame] | 4438 | integers. |
| 4439 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4440 | Fixed enumeration order for objects created from some constructor |
sgjesse@chromium.org | b302e56 | 2010-02-03 11:26:59 +0000 | [diff] [blame] | 4441 | functions (isue http://crbug.com/3867). |
| 4442 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4443 | Fixed arithmetic on some integer constants (issue 580). |
sgjesse@chromium.org | b302e56 | 2010-02-03 11:26:59 +0000 | [diff] [blame] | 4444 | |
| 4445 | Numerous performance improvements including porting of previous IA-32 |
| 4446 | optimizations to x64 and ARM architectures. |
| 4447 | |
| 4448 | |
fschneider@chromium.org | 0c20e67 | 2010-01-14 15:28:53 +0000 | [diff] [blame] | 4449 | 2010-01-14: Version 2.0.6 |
| 4450 | |
| 4451 | Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor, |
| 4452 | GetOwnProperty, FromPropertyDescriptor. |
| 4453 | |
| 4454 | Fixed Mac x64 build errors. |
| 4455 | |
| 4456 | Improved performance of some math and string operations. |
| 4457 | |
| 4458 | Improved performance of some regexp operations. |
| 4459 | |
| 4460 | Improved performance of context creation. |
| 4461 | |
| 4462 | Improved performance of hash tables. |
| 4463 | |
| 4464 | |
sgjesse@chromium.org | 846fb74 | 2009-12-18 08:56:33 +0000 | [diff] [blame] | 4465 | 2009-12-18: Version 2.0.5 |
| 4466 | |
| 4467 | Extended to upper limit of map space to allow for 7 times as many map |
| 4468 | to be allocated (issue 524). |
| 4469 | |
| 4470 | Improved performance of code using closures. |
| 4471 | |
| 4472 | Improved performance of some binary operations involving doubles. |
| 4473 | |
| 4474 | |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4475 | 2009-12-16: Version 2.0.4 |
| 4476 | |
sgjesse@chromium.org | 846fb74 | 2009-12-18 08:56:33 +0000 | [diff] [blame] | 4477 | Added ECMAScript 5 Object.create. |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4478 | |
sgjesse@chromium.org | 846fb74 | 2009-12-18 08:56:33 +0000 | [diff] [blame] | 4479 | Improved performance of Math.max and Math.min. |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4480 | |
sgjesse@chromium.org | 846fb74 | 2009-12-18 08:56:33 +0000 | [diff] [blame] | 4481 | Optimized adding of strings on 64-bit platforms. |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4482 | |
sgjesse@chromium.org | 846fb74 | 2009-12-18 08:56:33 +0000 | [diff] [blame] | 4483 | Improved handling of external strings by using a separate table |
| 4484 | instead of weak handles. This improves garbage collection |
| 4485 | performance and uses less memory. |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4486 | |
sgjesse@chromium.org | 846fb74 | 2009-12-18 08:56:33 +0000 | [diff] [blame] | 4487 | Changed code generation for object and array literals in toplevel |
| 4488 | code to be more compact by doing more work in the runtime. |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4489 | |
sgjesse@chromium.org | 846fb74 | 2009-12-18 08:56:33 +0000 | [diff] [blame] | 4490 | Fixed a crash bug triggered when garbage collection happened during |
| 4491 | generation of a callback load inline cache stub. |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4492 | |
sgjesse@chromium.org | 846fb74 | 2009-12-18 08:56:33 +0000 | [diff] [blame] | 4493 | Fixed crash bug sometimes triggered when local variables shadowed |
| 4494 | parameters in functions that used the arguments object. |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4495 | |
| 4496 | |
sgjesse@chromium.org | ac6aa17 | 2009-12-04 12:29:05 +0000 | [diff] [blame] | 4497 | 2009-12-03: Version 2.0.3 |
| 4498 | |
| 4499 | Optimized handling and adding of strings, for-in and Array.join. |
| 4500 | |
| 4501 | Heap serialization is now non-destructive. |
| 4502 | |
| 4503 | Improved profiler support with information on time spend in C++ |
| 4504 | callbacks registered through the API. |
| 4505 | |
| 4506 | Added commands to the debugger protocol for starting/stopping |
| 4507 | profiling. |
| 4508 | |
| 4509 | Enabled the non-optimizing compiler for top-level code. |
| 4510 | |
| 4511 | Changed the API to only allow strings to be set as data objects on |
| 4512 | Contexts and scripts to avoid potentially keeping global objects |
| 4513 | around for too long (issue 528). |
| 4514 | |
| 4515 | OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>. |
| 4516 | |
| 4517 | Fixed bugs. |
| 4518 | |
| 4519 | |
ager@chromium.org | 01beca7 | 2009-11-24 14:29:16 +0000 | [diff] [blame] | 4520 | 2009-11-24: Version 2.0.2 |
| 4521 | |
| 4522 | Improved profiler support. |
| 4523 | |
| 4524 | Fixed bug that broke compilation of d8 with readline support. |
| 4525 | |
| 4526 | |
ager@chromium.org | 6141cbe | 2009-11-20 12:14:52 +0000 | [diff] [blame] | 4527 | 2009-11-20: Version 2.0.1 |
| 4528 | |
| 4529 | Fixed crash bug in String.prototype.replace. |
| 4530 | |
| 4531 | Reverted a change which caused Chromium interactive ui test |
| 4532 | failures. |
| 4533 | |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4534 | |
ager@chromium.org | c4c9272 | 2009-11-18 14:12:51 +0000 | [diff] [blame] | 4535 | 2009-11-18: Version 2.0.0 |
| 4536 | |
| 4537 | Added support for VFP on ARM. |
| 4538 | |
| 4539 | Added TryCatch::ReThrow method to the API. |
| 4540 | |
| 4541 | Reduced the size of snapshots and improved the snapshot load time. |
| 4542 | |
| 4543 | Improved heap profiler support. |
| 4544 | |
| 4545 | 64-bit version now supported on Windows. |
| 4546 | |
| 4547 | Fixed a number of debugger issues. |
| 4548 | |
| 4549 | Fixed bugs. |
| 4550 | |
| 4551 | |
sgjesse@chromium.org | f1e7313 | 2009-10-29 14:46:49 +0000 | [diff] [blame] | 4552 | 2009-10-29: Version 1.3.18 |
| 4553 | |
| 4554 | Reverted a change which caused crashes in RegExp replace. |
| 4555 | |
sgjesse@chromium.org | ac6aa17 | 2009-12-04 12:29:05 +0000 | [diff] [blame] | 4556 | Reverted a change which caused Chromium ui_tests failure. |
sgjesse@chromium.org | f1e7313 | 2009-10-29 14:46:49 +0000 | [diff] [blame] | 4557 | |
| 4558 | |
ager@chromium.org | 3811b43 | 2009-10-28 14:53:37 +0000 | [diff] [blame] | 4559 | 2009-10-28: Version 1.3.17 |
| 4560 | |
| 4561 | Added API method to get simple heap statistics. |
| 4562 | |
| 4563 | Improved heap profiler support. |
| 4564 | |
| 4565 | Fixed the implementation of the resource constraint API so it |
| 4566 | works when using snapshots. |
| 4567 | |
| 4568 | Fixed a number of issues in the Windows 64-bit version. |
| 4569 | |
| 4570 | Optimized calls to API getters. |
| 4571 | |
| 4572 | Added valgrind notification on code modification to the 64-bit version. |
| 4573 | |
| 4574 | Fixed issue where we logged shared library addresses on Windows at |
| 4575 | startup and never used them. |
| 4576 | |
| 4577 | |
christian.plesner.hansen@gmail.com | 9d58c2b | 2009-10-16 11:48:38 +0000 | [diff] [blame] | 4578 | 2009-10-16: Version 1.3.16 |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4579 | |
christian.plesner.hansen@gmail.com | 9d58c2b | 2009-10-16 11:48:38 +0000 | [diff] [blame] | 4580 | X64: Convert smis to holding 32 bits of payload. |
| 4581 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4582 | Introduced v8::Integer::NewFromUnsigned method. |
christian.plesner.hansen@gmail.com | 9d58c2b | 2009-10-16 11:48:38 +0000 | [diff] [blame] | 4583 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4584 | Added missing null check in Context::GetCurrent. |
christian.plesner.hansen@gmail.com | 9d58c2b | 2009-10-16 11:48:38 +0000 | [diff] [blame] | 4585 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4586 | Added trim, trimLeft and trimRight methods to String |
christian.plesner.hansen@gmail.com | 9d58c2b | 2009-10-16 11:48:38 +0000 | [diff] [blame] | 4587 | Patch by Jan de Mooij <jandemooij@gmail.com> |
| 4588 | |
| 4589 | Implement ES5 Array.isArray |
| 4590 | Patch by Jan de Mooij <jandemooij@gmail.com> |
| 4591 | |
| 4592 | Skip access checks for hidden properties. |
| 4593 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4594 | Added String::Concat(Handle<String> left, Handle<String> right) to the |
| 4595 | V8 API. |
christian.plesner.hansen@gmail.com | 9d58c2b | 2009-10-16 11:48:38 +0000 | [diff] [blame] | 4596 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4597 | Fixed GYP-based builds of V8. |
christian.plesner.hansen@gmail.com | 9d58c2b | 2009-10-16 11:48:38 +0000 | [diff] [blame] | 4598 | |
| 4599 | |
sgjesse@chromium.org | 152a0b0 | 2009-10-07 13:50:16 +0000 | [diff] [blame] | 4600 | 2009-10-07: Version 1.3.15 |
| 4601 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4602 | Expanded the maximum size of the code space to 512MB for 64-bit mode. |
sgjesse@chromium.org | 152a0b0 | 2009-10-07 13:50:16 +0000 | [diff] [blame] | 4603 | |
| 4604 | Fixed a crash bug happening when starting profiling (issue |
| 4605 | http://crbug.com/23768). |
| 4606 | |
| 4607 | |
sgjesse@chromium.org | c514574 | 2009-10-07 09:00:33 +0000 | [diff] [blame] | 4608 | 2009-10-07: Version 1.3.14 |
| 4609 | |
| 4610 | Added GetRealNamedProperty to the API to lookup real properties |
| 4611 | located on the object or in the prototype chain skipping any |
| 4612 | interceptors. |
| 4613 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4614 | Fixed the stack limits setting API to work correctly with threads. The |
sgjesse@chromium.org | c514574 | 2009-10-07 09:00:33 +0000 | [diff] [blame] | 4615 | stack limit now needs to be set to each thread thich is used with V8. |
| 4616 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4617 | Removed the high-priority flag from IdleNotification() |
sgjesse@chromium.org | c514574 | 2009-10-07 09:00:33 +0000 | [diff] [blame] | 4618 | |
| 4619 | Ensure V8 is initialized before locking and unlocking threads. |
| 4620 | |
| 4621 | Implemented a new JavaScript minifier for compressing the source of |
ager@chromium.org | 3811b43 | 2009-10-28 14:53:37 +0000 | [diff] [blame] | 4622 | the built-in JavaScript. This removes non-Open Source code from Douglas |
sgjesse@chromium.org | c514574 | 2009-10-07 09:00:33 +0000 | [diff] [blame] | 4623 | Crockford from the project. |
| 4624 | |
| 4625 | Added a missing optimization in StringCharAt. |
| 4626 | |
| 4627 | Fixed some flaky socket tests. |
| 4628 | |
| 4629 | Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD |
| 4630 | in 64-bit mode. |
| 4631 | |
| 4632 | Fixed memory leaks in the thread management code. |
| 4633 | |
| 4634 | Fixed the result of assignment to a pixel array. The assigned value |
| 4635 | is now the result. |
| 4636 | |
| 4637 | Error reporting for invalid left-hand sides in for-in statements, pre- |
| 4638 | and postfix count expressions, and assignments now matches the JSC |
| 4639 | behavior in Safari 4. |
| 4640 | |
| 4641 | Follow the spec in disallowing function declarations without a name. |
| 4642 | |
| 4643 | Always allocate code objects within a 2 GB range. On x64 architecture |
| 4644 | this is used to use near calls (32-bit displacement) in Code objects. |
| 4645 | |
| 4646 | Optimized array construction ported to x64 and ARM architectures. |
| 4647 | |
| 4648 | [ES5] Changed Object.keys to return strings for element indices. |
| 4649 | |
| 4650 | |
ager@chromium.org | 68e7ab7 | 2009-09-23 09:40:39 +0000 | [diff] [blame] | 4651 | 2009-09-23: Version 1.3.13 |
| 4652 | |
| 4653 | Fixed uninitialized memory problem. |
| 4654 | |
| 4655 | Improved heap profiler support. |
| 4656 | |
| 4657 | |
christian.plesner.hansen@gmail.com | 2bc58ef | 2009-09-22 10:00:30 +0000 | [diff] [blame] | 4658 | 2009-09-22: Version 1.3.12 |
| 4659 | |
| 4660 | Changed behavior of |function|.toString() on built-in functions to |
| 4661 | be compatible with other implementations. Patch by Jan de Mooij. |
| 4662 | |
| 4663 | Added Object::IsDirty in the API. |
| 4664 | |
| 4665 | Optimized array construction; it is now handled purely in native |
| 4666 | code. |
| 4667 | |
| 4668 | [ES5] Made properties of the arguments array enumerable. |
| 4669 | |
| 4670 | [ES5] Added test suite adapter for the es5conform test suite. |
| 4671 | |
| 4672 | [ES5] Added Object.keys function. |
| 4673 | |
ager@chromium.org | 68e7ab7 | 2009-09-23 09:40:39 +0000 | [diff] [blame] | 4674 | |
ager@chromium.org | 4af710e | 2009-09-15 12:20:11 +0000 | [diff] [blame] | 4675 | 2009-09-15: Version 1.3.11 |
| 4676 | |
| 4677 | Fixed crash in error reporting during bootstrapping. |
| 4678 | |
| 4679 | Optimized generated IA32 math code by using SSE2 instructions when |
| 4680 | available. |
| 4681 | |
| 4682 | Implemented missing pieces of debugger infrastructure on ARM. The |
| 4683 | debugger is now fully functional on ARM. |
| 4684 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4685 | Made 'hidden' the default visibility for gcc. |
ager@chromium.org | 4af710e | 2009-09-15 12:20:11 +0000 | [diff] [blame] | 4686 | |
| 4687 | |
ager@chromium.org | a1645e2 | 2009-09-09 19:27:10 +0000 | [diff] [blame] | 4688 | 2009-09-09: Version 1.3.10 |
| 4689 | |
| 4690 | Fixed profiler on Mac in 64-bit mode. |
| 4691 | |
| 4692 | Optimized creation of objects from simple constructor functions on |
| 4693 | ARM. |
| 4694 | |
| 4695 | Fixed a number of debugger issues. |
| 4696 | |
| 4697 | Reduced the amount of memory consumed by V8. |
| 4698 | |
| 4699 | |
ager@chromium.org | 18ad94b | 2009-09-02 08:22:29 +0000 | [diff] [blame] | 4700 | 2009-09-02: Version 1.3.9 |
| 4701 | |
| 4702 | Optimized stack guard checks on ARM. |
| 4703 | |
| 4704 | Optimized API operations by inlining more in the API. |
| 4705 | |
| 4706 | Optimized creation of objects from simple constructor functions. |
| 4707 | |
| 4708 | Enabled a number of missing optimizations in the 64-bit port. |
| 4709 | |
| 4710 | Implemented native-code support for regular expressions on ARM. |
| 4711 | |
| 4712 | Stopped using the 'sahf' instruction on 64-bit machines that do |
| 4713 | not support it. |
| 4714 | |
| 4715 | Fixed a bug in the support for forceful termination of JavaScript |
| 4716 | execution. |
| 4717 | |
| 4718 | |
ager@chromium.org | 96c75b5 | 2009-08-26 09:13:16 +0000 | [diff] [blame] | 4719 | 2009-08-26: Version 1.3.8 |
| 4720 | |
| 4721 | Changed the handling of idle notifications to allow idle |
| 4722 | notifications when V8 has not yet been initialized. |
| 4723 | |
| 4724 | Fixed ARM simulator compilation problem on Windows. |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4725 | |
ager@chromium.org | 96c75b5 | 2009-08-26 09:13:16 +0000 | [diff] [blame] | 4726 | |
ager@chromium.org | ab99eea | 2009-08-25 07:05:41 +0000 | [diff] [blame] | 4727 | 2009-08-25: Version 1.3.7 |
| 4728 | |
| 4729 | Reduced the size of generated code on ARM platforms by reducing |
| 4730 | the size of constant pools. |
| 4731 | |
| 4732 | Changed build files to not include the 'ENV' user environment |
| 4733 | variable in the build environment. |
| 4734 | |
| 4735 | Changed the handling of idle notifications. |
| 4736 | |
| 4737 | |
sgjesse@chromium.org | c81c894 | 2009-08-21 10:54:26 +0000 | [diff] [blame] | 4738 | 2009-08-21: Version 1.3.6 |
| 4739 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4740 | Added support for forceful termination of JavaScript execution. |
sgjesse@chromium.org | c81c894 | 2009-08-21 10:54:26 +0000 | [diff] [blame] | 4741 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4742 | Added low memory notification to the API. The embedding host can signal |
sgjesse@chromium.org | c81c894 | 2009-08-21 10:54:26 +0000 | [diff] [blame] | 4743 | a low memory situation to V8. |
| 4744 | |
| 4745 | Changed the handling of global handles (persistent handles in the API |
| 4746 | sense) to avoid issues regarding allocation of new global handles |
| 4747 | during weak handle callbacks. |
| 4748 | |
| 4749 | Changed the growth policy of the young space. |
| 4750 | |
| 4751 | Fixed a GC issue introduced in version 1.3.5. |
| 4752 | |
| 4753 | |
sgjesse@chromium.org | 911335c | 2009-08-19 12:59:44 +0000 | [diff] [blame] | 4754 | 2009-08-19: Version 1.3.5 |
| 4755 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4756 | Optimized initialization of some arrays in the builtins. |
sgjesse@chromium.org | 911335c | 2009-08-19 12:59:44 +0000 | [diff] [blame] | 4757 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4758 | Fixed mac-nm script to support filenames with spaces. |
sgjesse@chromium.org | 911335c | 2009-08-19 12:59:44 +0000 | [diff] [blame] | 4759 | |
| 4760 | Support for using the V8 profiler when V8 is embedded in a Windows DLL. |
| 4761 | |
| 4762 | Changed typeof RegExp from 'object' to 'function' for compatibility. |
| 4763 | Fixed bug where regexps were not callable across contexts. |
| 4764 | |
| 4765 | Added context independent script compilation to the API. |
| 4766 | |
| 4767 | Added API call to get the stack trace for an exception. |
| 4768 | |
| 4769 | Added API for getting object mirrors. |
| 4770 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4771 | Made sure that SSE3 instructions are used whenever possible even when |
sgjesse@chromium.org | 911335c | 2009-08-19 12:59:44 +0000 | [diff] [blame] | 4772 | running off a snapshot generated without using SSE3 instructions. |
| 4773 | |
| 4774 | Tweaked the handling of the initial size and growth policy of the heap. |
| 4775 | |
| 4776 | Added native code generation for RegExp to 64-bit version. |
| 4777 | |
| 4778 | Added JavaScript debugger support to 64-bit version. |
| 4779 | |
| 4780 | |
ager@chromium.org | add848f | 2009-08-13 12:44:13 +0000 | [diff] [blame] | 4781 | 2009-08-13: Version 1.3.4 |
| 4782 | |
| 4783 | Added a readline() command to the d8 shell. |
| 4784 | |
| 4785 | Fixed bug in json parsing. |
| 4786 | |
| 4787 | Added idle notification to the API and reduced memory on idle |
| 4788 | notifications. |
| 4789 | |
| 4790 | |
christian.plesner.hansen@gmail.com | 5a6af92 | 2009-08-12 14:20:51 +0000 | [diff] [blame] | 4791 | 2009-08-12: Version 1.3.3 |
| 4792 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4793 | Fixed issue 417: incorrect %t placeholder expansion. |
christian.plesner.hansen@gmail.com | 5a6af92 | 2009-08-12 14:20:51 +0000 | [diff] [blame] | 4794 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4795 | Added .gitignore file similar to Chromium's one. |
christian.plesner.hansen@gmail.com | 5a6af92 | 2009-08-12 14:20:51 +0000 | [diff] [blame] | 4796 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4797 | Fixed SConstruct file to build with new logging code for Android. |
christian.plesner.hansen@gmail.com | 5a6af92 | 2009-08-12 14:20:51 +0000 | [diff] [blame] | 4798 | |
| 4799 | API: added function to find instance of template in prototype |
| 4800 | chain. Inlined Object::IsInstanceOf. |
| 4801 | |
| 4802 | Land change to notify valgrind when we modify code on x86. |
| 4803 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4804 | Added api call to determine whether a string can be externalized. |
christian.plesner.hansen@gmail.com | 5a6af92 | 2009-08-12 14:20:51 +0000 | [diff] [blame] | 4805 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 4806 | Added a write() command to d8. |
christian.plesner.hansen@gmail.com | 5a6af92 | 2009-08-12 14:20:51 +0000 | [diff] [blame] | 4807 | |
| 4808 | |
sgjesse@chromium.org | b9d7da1 | 2009-08-05 08:38:10 +0000 | [diff] [blame] | 4809 | 2009-08-05: Version 1.3.2 |
| 4810 | |
| 4811 | Started new compiler infrastructure for two-pass compilation using a |
| 4812 | control flow graph constructed from the AST. |
| 4813 | |
| 4814 | Profiler stack sampling for X64. |
| 4815 | |
| 4816 | Safe handling of NaN to Posix platform-dependent time functions. |
| 4817 | |
| 4818 | Added a new profiler control API to unify controlling various aspects |
| 4819 | of profiling. |
| 4820 | |
| 4821 | Fixed issue 392. |
| 4822 | |
| 4823 | |
sgjesse@chromium.org | 0b6db59 | 2009-07-30 14:48:31 +0000 | [diff] [blame] | 4824 | 2009-07-30: Version 1.3.1 |
| 4825 | |
| 4826 | Speed improvements to accessors and interceptors. |
| 4827 | |
| 4828 | Added support for capturing stack information on custom errors. |
| 4829 | |
| 4830 | Added support for morphing an object into a pixel array where its |
| 4831 | indexed properties are stored in an external byte array. Values written |
| 4832 | are always clamped to the 0..255 interval. |
| 4833 | |
| 4834 | Profiler on x64 now handles C/C++ functions from shared libraries. |
| 4835 | |
| 4836 | Changed the debugger to avoid stepping into function.call/apply if the |
| 4837 | function is a built-in. |
| 4838 | |
| 4839 | Initial implementation of constructor heap profile for JS objects. |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4840 | |
sgjesse@chromium.org | 0b6db59 | 2009-07-30 14:48:31 +0000 | [diff] [blame] | 4841 | More fine grained control of profiling aspects through the API. |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4842 | |
sgjesse@chromium.org | 0b6db59 | 2009-07-30 14:48:31 +0000 | [diff] [blame] | 4843 | Optimized the called as constructor check for API calls. |
| 4844 | |
| 4845 | |
kasperl@chromium.org | e959c18 | 2009-07-27 08:59:04 +0000 | [diff] [blame] | 4846 | 2009-07-27: Version 1.3.0 |
| 4847 | |
| 4848 | Allowed RegExp objects to be called as functions (issue 132). |
| 4849 | |
| 4850 | Fixed issue where global property cells would escape after |
| 4851 | detaching the global object; see http://crbug.com/16276. |
| 4852 | |
| 4853 | Added support for stepping into setters and getters in the |
| 4854 | debugger. |
| 4855 | |
| 4856 | Changed the debugger to avoid stopping in its own JavaScript code |
| 4857 | and in the code of built-in functions. |
| 4858 | |
| 4859 | Fixed issue 345 by avoiding duplicate escaping labels. |
| 4860 | |
| 4861 | Fixed ARM code generator crash in short-circuited boolean |
| 4862 | expressions and added regression tests. |
| 4863 | |
| 4864 | Added an external allocation limit to avoid issues where small V8 |
| 4865 | objects would hold on to large amounts of external memory without |
| 4866 | causing garbage collections. |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4867 | |
| 4868 | Finished more of the inline caching stubs for x64 targets. |
kasperl@chromium.org | e959c18 | 2009-07-27 08:59:04 +0000 | [diff] [blame] | 4869 | |
| 4870 | |
kasperl@chromium.org | defbd10 | 2009-07-13 14:04:26 +0000 | [diff] [blame] | 4871 | 2009-07-13: Version 1.2.14 |
| 4872 | |
| 4873 | Added separate paged heap space for global property cells and |
| 4874 | avoid updating the write barrier when storing into them. |
| 4875 | |
| 4876 | Improved peep-hole optimization on ARM platforms by not emitting |
| 4877 | unnecessary debug information. |
| 4878 | |
| 4879 | Re-enabled ICs for loads and calls that skip a global object |
| 4880 | during lookup through the prototype chain. |
| 4881 | |
| 4882 | Allowed access through global proxies to use ICs. |
| 4883 | |
| 4884 | Fixed issue 401. |
| 4885 | |
| 4886 | |
kasperl@chromium.org | 68ac009 | 2009-07-09 06:00:35 +0000 | [diff] [blame] | 4887 | 2009-07-09: Version 1.2.13 |
| 4888 | |
| 4889 | Fixed issue 397, issue 398, and issue 399. |
| 4890 | |
| 4891 | Added support for breakpoint groups. |
| 4892 | |
| 4893 | Fixed bugs introduced with the new global object representation. |
| 4894 | |
| 4895 | Fixed a few bugs in the ARM code generator. |
| 4896 | |
| 4897 | |
kasperl@chromium.org | 86f77b7 | 2009-07-06 08:21:57 +0000 | [diff] [blame] | 4898 | 2009-07-06: Version 1.2.12 |
| 4899 | |
| 4900 | Added stack traces collection to Error objects accessible through |
| 4901 | the e.stack property. |
| 4902 | |
| 4903 | Changed RegExp parser to use a recursive data structure instead of |
| 4904 | stack-based recursion. |
| 4905 | |
| 4906 | Optimized Date object construction and string concatenation. |
| 4907 | |
| 4908 | Improved performance of div, mod, and mul on ARM platforms. |
| 4909 | |
| 4910 | |
kasperl@chromium.org | 2abc450 | 2009-07-02 07:00:29 +0000 | [diff] [blame] | 4911 | 2009-07-02: Version 1.2.11 |
| 4912 | |
| 4913 | Improved performance on IA-32 and ARM. |
| 4914 | |
| 4915 | Fixed profiler sampler implementation on Mac OS X. |
| 4916 | |
| 4917 | Changed the representation of global objects to improve |
| 4918 | performance of adding a lot of new properties. |
| 4919 | |
| 4920 | |
ager@chromium.org | 3e87580 | 2009-06-29 08:26:34 +0000 | [diff] [blame] | 4921 | 2009-06-29: Version 1.2.10 |
| 4922 | |
| 4923 | Improved debugger support. |
| 4924 | |
| 4925 | Fixed bug in exception message reporting (issue 390). |
| 4926 | |
| 4927 | Improved overall performance. |
| 4928 | |
| 4929 | |
ager@chromium.org | 5aa501c | 2009-06-23 07:57:28 +0000 | [diff] [blame] | 4930 | 2009-06-23: Version 1.2.9 |
| 4931 | |
| 4932 | Improved math performance on ARM. |
| 4933 | |
| 4934 | Fixed profiler name-inference bug. |
| 4935 | |
| 4936 | Fixed handling of shared libraries in the profiler tick processor |
| 4937 | scripts. |
| 4938 | |
| 4939 | Fixed handling of tests that time out in the test scripts. |
| 4940 | |
| 4941 | Fixed compilation on MacOS X version 10.4. |
| 4942 | |
| 4943 | Fixed two bugs in the regular expression engine. |
| 4944 | |
| 4945 | Fixed a bug in the string type inference. |
| 4946 | |
| 4947 | Fixed a bug in the handling of 'constant function' properties. |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4948 | |
ager@chromium.org | 5aa501c | 2009-06-23 07:57:28 +0000 | [diff] [blame] | 4949 | Improved overall performance. |
kmillikin@chromium.org | 13bd294 | 2009-12-16 15:36:05 +0000 | [diff] [blame] | 4950 | |
ager@chromium.org | 5aa501c | 2009-06-23 07:57:28 +0000 | [diff] [blame] | 4951 | |
ager@chromium.org | eadaf22 | 2009-06-16 09:43:10 +0000 | [diff] [blame] | 4952 | 2009-06-16: Version 1.2.8 |
| 4953 | |
| 4954 | Optimized math on ARM platforms. |
| 4955 | |
| 4956 | Fixed two crash bugs in the handling of getters and setters. |
| 4957 | |
| 4958 | Improved the debugger support by adding scope chain information. |
| 4959 | |
| 4960 | Improved the profiler support by compressing log data transmitted |
| 4961 | to clients. |
| 4962 | |
| 4963 | Improved overall performance. |
| 4964 | |
| 4965 | |
ager@chromium.org | e2902be | 2009-06-08 12:21:35 +0000 | [diff] [blame] | 4966 | 2009-06-08: Version 1.2.7 |
| 4967 | |
| 4968 | Improved debugger and profiler support. |
| 4969 | |
| 4970 | Reduced compilation time by improving the handling of deferred |
| 4971 | code. |
| 4972 | |
| 4973 | Optimized interceptor accesses where the property is on the object |
| 4974 | on which the interceptors is attached. |
| 4975 | |
| 4976 | Fixed compilation problem on GCC 4.4 by changing the stack |
| 4977 | alignment to 16 bytes. |
| 4978 | |
| 4979 | Fixed handle creation to follow stric aliasing rules. |
| 4980 | |
| 4981 | Fixed compilation on FreeBSD. |
| 4982 | |
| 4983 | Introduced API for forcing the deletion of a property ignoring |
| 4984 | interceptors and attributes. |
| 4985 | |
| 4986 | |
sgjesse@chromium.org | 755c5b1 | 2009-05-29 11:04:38 +0000 | [diff] [blame] | 4987 | 2009-05-29: Version 1.2.6 |
| 4988 | |
| 4989 | Added a histogram recording hit rates at different levels of the |
| 4990 | compilation cache. |
| 4991 | |
| 4992 | Added stack overflow check for the RegExp analysis phase. Previously a |
| 4993 | very long regexp graph could overflow the stack with recursive calls. |
| 4994 | |
| 4995 | Use a dynamic buffer when collecting log events in memory. |
| 4996 | |
| 4997 | Added start/stop events to the profiler log. |
| 4998 | |
| 4999 | Fixed infinite loop which could happen when setting a debug break while |
| 5000 | executing a RegExp compiled to native code. |
| 5001 | |
| 5002 | Fixed handling of lastIndexOf called with negative index (issue 351). |
| 5003 | |
| 5004 | Fixed irregular crash in profiler test (issue 358). |
| 5005 | |
| 5006 | Fixed compilation issues with some versions of gcc. |
| 5007 | |
| 5008 | |
kasperl@chromium.org | 71affb5 | 2009-05-26 05:44:31 +0000 | [diff] [blame] | 5009 | 2009-05-26: Version 1.2.5 |
| 5010 | |
| 5011 | Fixed bug in initial boundary check for Boyer-Moore text |
| 5012 | search (issue 349). |
| 5013 | |
| 5014 | Fixed compilation issues with MinGW and gcc 4.3+ and added support |
| 5015 | for armv7 and cortex-a8 architectures. Patches by Lei Zhang and |
| 5016 | Craig Schlenter. |
| 5017 | |
| 5018 | Added a script cache to the debugger. |
| 5019 | |
| 5020 | Optimized compilation performance by improving internal data |
| 5021 | structures and avoiding expensive property load optimizations for |
| 5022 | code that's infrequently executed. |
| 5023 | |
| 5024 | Exposed the calling JavaScript context through the static API |
| 5025 | function Context::GetCalling(). |
| 5026 | |
| 5027 | |
kasperl@chromium.org | b3284ad | 2009-05-18 06:12:45 +0000 | [diff] [blame] | 5028 | 2009-05-18: Version 1.2.4 |
| 5029 | |
| 5030 | Improved performance of floating point number allocation for ARM |
| 5031 | platforms. |
| 5032 | |
| 5033 | Fixed crash when using the instanceof operator on functions with |
| 5034 | number values in their prototype chain (issue 341). |
| 5035 | |
| 5036 | Optimized virtual frame operations in the code generator to speed |
| 5037 | up compilation time and allocated the frames in the zone. |
| 5038 | |
| 5039 | Made the representation of virtual frames and jump targets in the |
| 5040 | code generator much more compact. |
| 5041 | |
| 5042 | Avoided linear search for non-locals in scope code when resolving |
| 5043 | variables inside with and eval scopes. |
| 5044 | |
| 5045 | Optimized lexical scanner by dealing with whitespace as part of |
| 5046 | the token scanning instead of as a separate step before it. |
| 5047 | |
| 5048 | Changed the scavenging collector so that promoted objects do not |
| 5049 | reside in the old generation while their remembered set is being |
| 5050 | swept for pointers into the young generation. |
| 5051 | |
| 5052 | Fixed numeric overflow handling when compiling count operations. |
| 5053 | |
| 5054 | |
ager@chromium.org | 9085a01 | 2009-05-11 19:22:57 +0000 | [diff] [blame] | 5055 | 2009-05-11: Version 1.2.3 |
| 5056 | |
| 5057 | Fixed bug in reporting of out-of-memory situations. |
| 5058 | |
| 5059 | Introduced hidden prototypes on certain builtin prototype objects |
| 5060 | such as String.prototype to emulate JSC's behavior of restoring |
| 5061 | the original function when deleting functions from those prototype |
| 5062 | objects. |
| 5063 | |
| 5064 | Fixed crash bug in the register allocator. |
| 5065 | |
| 5066 | |
ager@chromium.org | 5ec4892 | 2009-05-05 07:25:34 +0000 | [diff] [blame] | 5067 | 2009-05-04: Version 1.2.2 |
| 5068 | |
| 5069 | Fixed bug in array sorting for sparse arrays (issue 326). |
| 5070 | |
| 5071 | Added support for adding a soname when building a shared library |
| 5072 | on Linux (issue 151). |
| 5073 | |
| 5074 | Fixed bug caused by morphing internal ASCII strings to external |
| 5075 | two-byte strings. Slices over ASCII strings have to forward ASCII |
| 5076 | checks to the underlying buffer string. |
| 5077 | |
| 5078 | Allowed API call-as-function handlers to be called as |
| 5079 | constructors. |
| 5080 | |
| 5081 | Fixed a crash bug where an external string was disposed but a |
| 5082 | slice of the external string survived as a symbol. |
| 5083 | |
| 5084 | |
ager@chromium.org | 3a37e9b | 2009-04-27 09:26:21 +0000 | [diff] [blame] | 5085 | 2009-04-27: Version 1.2.1 |
| 5086 | |
| 5087 | Added EcmaScript 5 JSON object. |
| 5088 | |
fschneider@chromium.org | c20610a | 2010-09-22 09:44:58 +0000 | [diff] [blame] | 5089 | Fixed bug in preemption support on ARM. |
ager@chromium.org | 3a37e9b | 2009-04-27 09:26:21 +0000 | [diff] [blame] | 5090 | |
| 5091 | |
ager@chromium.org | 65dad4b | 2009-04-23 08:48:43 +0000 | [diff] [blame] | 5092 | 2009-04-23: Version 1.2.0 |
| 5093 | |
| 5094 | Optimized floating-point operations on ARM. |
| 5095 | |
| 5096 | Added a number of extensions to the debugger API. |
| 5097 | |
| 5098 | Changed the enumeration order for unsigned integer keys to always |
| 5099 | be numerical order. |
| 5100 | |
| 5101 | Added a "read" extension to the shell sample. |
| 5102 | |
| 5103 | Added support for Array.prototype.reduce and |
| 5104 | Array.prototype.reduceRight. |
| 5105 | |
| 5106 | Added an option to the SCons build to control Microsoft Visual C++ |
| 5107 | link-time code generation. |
| 5108 | |
| 5109 | Fixed a number of bugs (in particular issue 315, issue 316, |
| 5110 | issue 317 and issue 318). |
| 5111 | |
| 5112 | |
kasperl@chromium.org | 2d18d10 | 2009-04-15 13:27:32 +0000 | [diff] [blame] | 5113 | 2009-04-15: Version 1.1.10 |
| 5114 | |
| 5115 | Fixed crash bug that occurred when loading a const variable in the |
| 5116 | presence of eval. |
| 5117 | |
| 5118 | Allowed using with and eval in registered extensions in debug mode |
| 5119 | by fixing bogus assert. |
| 5120 | |
| 5121 | Fixed the source position for function returns to enable the |
| 5122 | debugger to break there. |
| 5123 | |
| 5124 | |
kasperl@chromium.org | d1e3e72 | 2009-04-14 13:38:25 +0000 | [diff] [blame] | 5125 | 2009-04-14: Version 1.1.9 |
| 5126 | |
| 5127 | Made the stack traversal code in the profiler robust by avoiding |
| 5128 | to look into the heap. |
| 5129 | |
| 5130 | Added name inferencing for anonymous functions to facilitate |
| 5131 | debugging and profiling. |
| 5132 | |
| 5133 | Re-enabled stats timers in the developer shell (d8). |
| 5134 | |
| 5135 | Fixed issue 303 by avoiding to shortcut cons-symbols. |
| 5136 | |
| 5137 | |
kasperl@chromium.org | acae378 | 2009-04-11 09:17:08 +0000 | [diff] [blame] | 5138 | 2009-04-11: Version 1.1.8 |
| 5139 | |
| 5140 | Changed test-debug/ThreadedDebugging to be non-flaky (issue 96). |
| 5141 | |
ager@chromium.org | 65dad4b | 2009-04-23 08:48:43 +0000 | [diff] [blame] | 5142 | Fixed step-in handling for Function.prototype.apply and call in |
kasperl@chromium.org | acae378 | 2009-04-11 09:17:08 +0000 | [diff] [blame] | 5143 | the debugger (issue 269). |
| 5144 | |
| 5145 | Fixed v8::Object::DeleteHiddenValue to not bail out when there |
| 5146 | are no hidden properties. |
| 5147 | |
ager@chromium.org | 65dad4b | 2009-04-23 08:48:43 +0000 | [diff] [blame] | 5148 | Added workaround for crash bug, where external symbol table |
kasperl@chromium.org | acae378 | 2009-04-11 09:17:08 +0000 | [diff] [blame] | 5149 | entries with deleted resources would lead to NPEs when looking |
| 5150 | up in the symbol table. |
| 5151 | |
| 5152 | |
kasperl@chromium.org | 8ccb0be | 2009-04-07 07:21:39 +0000 | [diff] [blame] | 5153 | 2009-04-07: Version 1.1.7 |
| 5154 | |
| 5155 | Added support for easily importing additional environment |
| 5156 | variables into the SCons build. |
| 5157 | |
| 5158 | Optimized strict equality checks. |
| 5159 | |
| 5160 | Fixed crash in indexed setters on objects without a corresponding |
| 5161 | getter (issue 298). |
| 5162 | |
| 5163 | Re-enabled script compilation cache. |
| 5164 | |
| 5165 | |
ager@chromium.org | 8682a59 | 2009-04-01 10:47:14 +0000 | [diff] [blame] | 5166 | 2009-04-01: Version 1.1.6 |
| 5167 | |
| 5168 | Reverted an unsafe code generator change. |
| 5169 | |
| 5170 | |
ager@chromium.org | 71daaf6 | 2009-04-01 07:22:49 +0000 | [diff] [blame] | 5171 | 2009-04-01: Version 1.1.5 |
| 5172 | |
| 5173 | Fixed bug that caused function literals to not be optimized as |
| 5174 | much as other functions. |
| 5175 | |
| 5176 | Improved profiler support. |
| 5177 | |
| 5178 | Fixed a crash bug in connection with debugger unloading. |
| 5179 | |
| 5180 | Fixed a crash bug in the code generator caused by losing the |
| 5181 | information that a frame element was copied. |
| 5182 | |
| 5183 | Fixed an exception propagation bug that could cause non-null |
| 5184 | return values when exceptions were thrown. |
| 5185 | |
| 5186 | |
ager@chromium.org | 41826e7 | 2009-03-30 13:30:57 +0000 | [diff] [blame] | 5187 | 2009-03-30: Version 1.1.4 |
| 5188 | |
| 5189 | Optimized String.prototype.match. |
| 5190 | |
| 5191 | Improved the stack information in profiles. |
| 5192 | |
| 5193 | Fixed bug in ARM port making it possible to compile the runtime |
| 5194 | system for thumb mode again. |
| 5195 | |
| 5196 | Implemented a number of optimizations in the code generator. |
| 5197 | |
| 5198 | Fixed a number of memory leaks in tests. |
| 5199 | |
| 5200 | Fixed crash bug in connection with script source code and external |
kasperl@chromium.org | 8ccb0be | 2009-04-07 07:21:39 +0000 | [diff] [blame] | 5201 | strings. |
ager@chromium.org | 41826e7 | 2009-03-30 13:30:57 +0000 | [diff] [blame] | 5202 | |
| 5203 | |
kasperl@chromium.org | f5aa837 | 2009-03-24 14:47:14 +0000 | [diff] [blame] | 5204 | 2009-03-24: Version 1.1.3 |
| 5205 | |
| 5206 | Fixed assertion failures in compilation of loop conditions. |
| 5207 | |
| 5208 | Removed STL dependency from developer shell (d8). |
| 5209 | |
| 5210 | Added infrastructure for protecting the V8 heap from corruption |
| 5211 | caused by memory modifications from the outside. |
| 5212 | |
| 5213 | |
ager@chromium.org | bb29dc9 | 2009-03-24 13:25:23 +0000 | [diff] [blame] | 5214 | 2009-03-24: Version 1.1.2 |
| 5215 | |
| 5216 | Improved frame merge code generated by the code generator. |
| 5217 | |
| 5218 | Optimized String.prototype.replace. |
| 5219 | |
| 5220 | Implemented __defineGetter__ and __defineSetter__ for properties |
| 5221 | with integer keys on non-array objects. |
| 5222 | |
| 5223 | Improved debugger and profiler support. |
| 5224 | |
| 5225 | Fixed a number of portability issues to allow compilation for |
| 5226 | smaller ARM devices. |
| 5227 | |
| 5228 | Exposed object cloning through the API. |
| 5229 | |
| 5230 | Implemented hidden properties. This is used to expose an identity |
| 5231 | hash for objects through the API. |
| 5232 | |
| 5233 | Implemented restarting of regular expressions if their input |
| 5234 | string changes representation during preemption. |
| 5235 | |
| 5236 | Fixed a code generator bug that could cause assignments in loops |
| 5237 | to be ignored if using continue to break out of the loop (issue |
| 5238 | 284). |
| 5239 | |
| 5240 | |
ager@chromium.org | 3a6061e | 2009-03-12 14:24:36 +0000 | [diff] [blame] | 5241 | 2009-03-12: Version 1.1.1 |
| 5242 | |
| 5243 | Fixed an assertion in the new compiler to take stack overflow |
| 5244 | exceptions into account. |
| 5245 | |
| 5246 | Removed exception propagation code that could cause crashes. |
| 5247 | |
| 5248 | Fixed minor bug in debugger line number computations. |
| 5249 | |
| 5250 | 8-byte align the C stack on Linux and Windows to speed up floating |
| 5251 | point computations. |
| 5252 | |
| 5253 | |
kasperl@chromium.org | 7be3c99 | 2009-03-12 07:19:55 +0000 | [diff] [blame] | 5254 | 2009-03-12: Version 1.1.0 |
| 5255 | |
| 5256 | Improved code generation infrastructure by doing simple register |
| 5257 | allocation and constant folding and propagation. |
| 5258 | |
| 5259 | Optimized regular expression matching by avoiding to create |
| 5260 | intermediate string arrays and by flattening nested array |
| 5261 | representations of RegExp data. |
| 5262 | |
| 5263 | Traverse a few stack frames when recording profiler samples to |
| 5264 | include partial call graphs in the profiling output. |
| 5265 | |
| 5266 | Added support for using OProfile to profile generated code. |
| 5267 | |
| 5268 | Added remote debugging support to the D8 developer shell. |
| 5269 | |
| 5270 | Optimized creation of nested literals like JSON objects. |
| 5271 | |
| 5272 | Fixed a bug in garbage collecting unused maps and turned it on by |
| 5273 | default (--collect-maps). |
| 5274 | |
| 5275 | Added support for running tests under Valgrind. |
| 5276 | |
| 5277 | |
kasperl@chromium.org | 061ef74 | 2009-02-27 12:16:20 +0000 | [diff] [blame] | 5278 | 2009-02-27: Version 1.0.3 |
| 5279 | |
| 5280 | Optimized double-to-integer conversions in bit operations by using |
| 5281 | SSE3 instructions if available. |
| 5282 | |
| 5283 | Optimized initialization sequences that store to multiple |
| 5284 | properties of the same object. |
| 5285 | |
| 5286 | Changed the D8 debugger frontend to use JSON messages. |
| 5287 | |
| 5288 | Force garbage collections when disposing contexts. |
| 5289 | |
| 5290 | Align code objects at 32-byte boundaries. |
| 5291 | |
| 5292 | |
ager@chromium.org | 381abbb | 2009-02-25 13:23:22 +0000 | [diff] [blame] | 5293 | 2009-02-25: Version 1.0.2 |
| 5294 | |
| 5295 | Improved profiling support by performing simple call stack |
| 5296 | sampling for ticks and by fixing a bug in the logging of code |
| 5297 | addresses. |
| 5298 | |
| 5299 | Fixed a number of debugger issues. |
| 5300 | |
| 5301 | Optimized code that uses eval. |
| 5302 | |
| 5303 | Fixed a couple of bugs in the regular expression engine. |
| 5304 | |
| 5305 | Reduced the size of generated code for certain regular expressions. |
| 5306 | |
| 5307 | Removed JSCRE completely. |
| 5308 | |
| 5309 | Fixed issue where test could not be run if there was a dot in the |
| 5310 | checkout path. |
| 5311 | |
| 5312 | |
ager@chromium.org | 6f10e41 | 2009-02-13 10:11:16 +0000 | [diff] [blame] | 5313 | 2009-02-13: Version 1.0.1 |
| 5314 | |
| 5315 | Fixed two crash-bugs in irregexp (issue 231 and 233). |
| 5316 | |
| 5317 | Fixed a number of minor bugs (issue 87, 227 and 228). |
| 5318 | |
| 5319 | Added support for morphing strings to external strings on demand |
| 5320 | to avoid having to create copies in the embedding code. |
| 5321 | |
| 5322 | Removed experimental support for external symbol callbacks. |
| 5323 | |
| 5324 | |
iposva@chromium.org | 245aa85 | 2009-02-10 00:49:54 +0000 | [diff] [blame] | 5325 | 2009-02-09: Version 1.0.0 |
| 5326 | |
| 5327 | Fixed crash-bug in the code generation for case independent 16 bit |
| 5328 | backreferences. |
ager@chromium.org | 6f10e41 | 2009-02-13 10:11:16 +0000 | [diff] [blame] | 5329 | |
iposva@chromium.org | 245aa85 | 2009-02-10 00:49:54 +0000 | [diff] [blame] | 5330 | Made shells more robust in the presence of string conversion |
| 5331 | failures (issue 224). |
ager@chromium.org | 6f10e41 | 2009-02-13 10:11:16 +0000 | [diff] [blame] | 5332 | |
iposva@chromium.org | 245aa85 | 2009-02-10 00:49:54 +0000 | [diff] [blame] | 5333 | Fixed a potential infinite loop when attempting to resolve |
| 5334 | eval (issue 221). |
ager@chromium.org | 6f10e41 | 2009-02-13 10:11:16 +0000 | [diff] [blame] | 5335 | |
iposva@chromium.org | 245aa85 | 2009-02-10 00:49:54 +0000 | [diff] [blame] | 5336 | Miscellaneous fixes to the new regular expression engine. |
ager@chromium.org | 6f10e41 | 2009-02-13 10:11:16 +0000 | [diff] [blame] | 5337 | |
iposva@chromium.org | 245aa85 | 2009-02-10 00:49:54 +0000 | [diff] [blame] | 5338 | Reduced binary by stripping unneeded text from JavaScript library and |
| 5339 | minifying some JavaScript files. |
| 5340 | |
| 5341 | |
ager@chromium.org | ddb913d | 2009-01-27 10:01:48 +0000 | [diff] [blame] | 5342 | 2009-01-27: Version 0.4.9 |
| 5343 | |
| 5344 | Enabled new regular expression engine. |
| 5345 | |
| 5346 | Made a number of changes to the debugger protocol. |
| 5347 | |
| 5348 | Fixed a number of bugs in the preemption support. |
| 5349 | |
| 5350 | Added -p option to the developer shell to run files in parallel |
| 5351 | using preemption. |
| 5352 | |
| 5353 | Fixed a number of minor bugs (including issues 176, 187, 189, 192, |
| 5354 | 193, 198 and 201). |
| 5355 | |
| 5356 | Fixed a number of bugs in the serialization/deserialization |
| 5357 | support for the ARM platform. |
| 5358 | |
| 5359 | |
sgjesse@chromium.org | 715915b | 2009-01-19 16:08:47 +0000 | [diff] [blame] | 5360 | 2009-01-19: Version 0.4.8.1 |
| 5361 | |
| 5362 | Minor patch to debugger support. |
| 5363 | |
| 5364 | |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5365 | 2009-01-16: Version 0.4.8 |
| 5366 | |
| 5367 | Fixed string length bug on ARM (issue 171). |
| 5368 | |
| 5369 | Made most methods in the API const. |
| 5370 | |
| 5371 | Optimized object literals by improving data locality. |
| 5372 | |
| 5373 | Fixed bug that caused incomplete functions to be cached in case of |
sgjesse@chromium.org | 715915b | 2009-01-19 16:08:47 +0000 | [diff] [blame] | 5374 | stack overflow exceptions. |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5375 | |
| 5376 | Fixed bugs that caused catch variables and variables introduced by |
sgjesse@chromium.org | 715915b | 2009-01-19 16:08:47 +0000 | [diff] [blame] | 5377 | eval to behave incorrectly when using accessors (issues 186, 190 |
| 5378 | and 191). |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5379 | |
| 5380 | |
christian.plesner.hansen@gmail.com | 37abdec | 2009-01-06 14:43:28 +0000 | [diff] [blame] | 5381 | 2009-01-06: Version 0.4.7 |
| 5382 | |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5383 | Minor bugfixes and optimizations. |
christian.plesner.hansen@gmail.com | 37abdec | 2009-01-06 14:43:28 +0000 | [diff] [blame] | 5384 | |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5385 | Added command line debugger to D8 shell. |
christian.plesner.hansen@gmail.com | 37abdec | 2009-01-06 14:43:28 +0000 | [diff] [blame] | 5386 | |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5387 | Fixed subtle bug that caused the wrong 'this' to be used when |
| 5388 | calling a caught function in a catch clause. |
christian.plesner.hansen@gmail.com | 37abdec | 2009-01-06 14:43:28 +0000 | [diff] [blame] | 5389 | |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5390 | Inline array loads within loops directly in the code instead of |
| 5391 | always calling a stub. |
christian.plesner.hansen@gmail.com | 37abdec | 2009-01-06 14:43:28 +0000 | [diff] [blame] | 5392 | |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5393 | |
ager@chromium.org | 8bb6058 | 2008-12-11 12:02:20 +0000 | [diff] [blame] | 5394 | 2008-12-11: Version 0.4.6 |
| 5395 | |
| 5396 | Fixed exception reporting bug where certain exceptions were |
| 5397 | incorrectly reported as uncaught. |
| 5398 | |
| 5399 | Improved the memory allocation strategy used during compilation to |
| 5400 | make running out of memory when compiling huge scripts less |
| 5401 | likely. |
| 5402 | |
| 5403 | Optimized String.replace by avoiding the construction of certain |
| 5404 | sub strings. |
| 5405 | |
| 5406 | Fixed bug in code generation for large switch statements on ARM. |
| 5407 | |
| 5408 | Fixed bug that caused V8 to change the global object template |
| 5409 | passed in by the user. |
| 5410 | |
| 5411 | Changed the API for creating object groups used during garbage |
| 5412 | collection. Entire object groups are now passed to V8 instead of |
| 5413 | individual members of the groups. |
| 5414 | |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5415 | |
ager@chromium.org | a74f0da | 2008-12-03 16:05:52 +0000 | [diff] [blame] | 5416 | 2008-12-03: Version 0.4.5 |
iposva@chromium.org | 96f667e | 2008-11-26 23:48:02 +0000 | [diff] [blame] | 5417 | |
ager@chromium.org | a74f0da | 2008-12-03 16:05:52 +0000 | [diff] [blame] | 5418 | Added experimental API support for allocating V8 symbols as |
| 5419 | external strings. |
| 5420 | |
| 5421 | Fixed bugs in debugging support on ARM. |
| 5422 | |
| 5423 | Changed eval implementation to correctly detect whether or not a |
| 5424 | call to eval is aliased. |
| 5425 | |
| 5426 | Fixed bug caused by a combination of the compilation cache and |
| 5427 | dictionary probing in native code. The bug caused us to sometimes |
| 5428 | call functions that had not yet been compiled. |
| 5429 | |
| 5430 | Added platform support for FreeBSD. |
| 5431 | |
| 5432 | Added support for building V8 on Windows with either the shared or |
| 5433 | static version of MSVCRT |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5434 | |
iposva@chromium.org | 96f667e | 2008-11-26 23:48:02 +0000 | [diff] [blame] | 5435 | Added the v8::jscre namespace around the jscre functions to avoid |
| 5436 | link errors (duplicate symbols) when building Google Chrome. |
| 5437 | |
ager@chromium.org | a74f0da | 2008-12-03 16:05:52 +0000 | [diff] [blame] | 5438 | Added support for calling a JavaScript function with the current |
| 5439 | debugger execution context as its argument to the debugger |
| 5440 | interface. |
| 5441 | |
| 5442 | Changed the type of names of counters from wchar_t to char. |
| 5443 | |
| 5444 | Changed the Windows system call used to compute daylight savings |
| 5445 | time. The system call that we used to use became four times |
| 5446 | slower on WinXP SP3. |
| 5447 | |
| 5448 | Added support in the d8 developer shell for memory-mapped counters |
| 5449 | and added a stats-viewer tool. |
| 5450 | |
| 5451 | Fixed bug in upper/lower case mappings (issue 149). |
| 5452 | |
iposva@chromium.org | 96f667e | 2008-11-26 23:48:02 +0000 | [diff] [blame] | 5453 | |
ager@chromium.org | 3bf7b91 | 2008-11-17 09:09:45 +0000 | [diff] [blame] | 5454 | 2008-11-17: Version 0.4.4 |
| 5455 | |
| 5456 | Reduced code size by using shorter instruction encoding when |
| 5457 | possible. |
| 5458 | |
| 5459 | Added a --help option to the shell sample and to the d8 shell. |
| 5460 | |
| 5461 | Added visual studio project files for building the ARM simulator. |
| 5462 | |
| 5463 | Fixed a number of ARM simulator issues. |
| 5464 | |
| 5465 | Fixed bug in out-of-memory handling on ARM. |
| 5466 | |
| 5467 | Implemented shell support for passing arguments to a script from |
| 5468 | the command line. |
| 5469 | |
| 5470 | Fixed bug in date code that made certain date functions return -0 |
| 5471 | instead of 0 for dates before the epoch. |
| 5472 | |
| 5473 | Restricted applications of eval so it can only be used in the |
| 5474 | context of the associated global object. |
| 5475 | |
| 5476 | Treat byte-order marks as whitespace characters. |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5477 | |
| 5478 | |
ager@chromium.org | 870a0b6 | 2008-11-04 11:43:05 +0000 | [diff] [blame] | 5479 | 2008-11-04: Version 0.4.3 |
| 5480 | |
| 5481 | Added support for API accessors that prohibit overwriting by |
| 5482 | accessors defined in JavaScript code by using __defineGetter__ and |
| 5483 | __defineSetter__. |
| 5484 | |
| 5485 | Improved handling of conditionals in test status files. |
| 5486 | |
| 5487 | Introduced access control in propertyIsEnumerable. |
| 5488 | |
| 5489 | Improved performance of some string operations by caching |
| 5490 | information about the type of the string between operations. |
| 5491 | |
| 5492 | Fixed bug in fast-case code for switch statements that only have |
| 5493 | integer labels. |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5494 | |
ager@chromium.org | 870a0b6 | 2008-11-04 11:43:05 +0000 | [diff] [blame] | 5495 | |
kasperl@chromium.org | 9bbf968 | 2008-10-30 11:53:07 +0000 | [diff] [blame] | 5496 | 2008-10-30: Version 0.4.2 |
| 5497 | |
| 5498 | Improved performance of Array.prototype.concat by moving the |
| 5499 | implementation to C++ (issue 123). |
| 5500 | |
| 5501 | Fixed heap growth policy to avoid growing old space to its maximum |
| 5502 | capacity before doing a garbage collection and fixed issue that |
| 5503 | would lead to artificial out of memory situations (issue 129). |
| 5504 | |
| 5505 | Fixed Date.prototype.toLocaleDateString to return the date in the |
| 5506 | same format as WebKit. |
| 5507 | |
| 5508 | Added missing initialization checks to debugger API. |
| 5509 | |
| 5510 | Added removing of unused maps during GC. |
| 5511 | |
| 5512 | |
kasperl@chromium.org | 9fe21c6 | 2008-10-28 08:53:51 +0000 | [diff] [blame] | 5513 | 2008-10-28: Version 0.4.1 |
| 5514 | |
| 5515 | Added caching of RegExp data in compilation cache. |
| 5516 | |
| 5517 | Added Visual Studio project file for d8 shell. |
| 5518 | |
| 5519 | Fixed function call performance regression introduced in version |
| 5520 | 0.4.0 when splitting the global object in two parts (issue 120). |
| 5521 | |
| 5522 | Fixed issue 131 by checking for empty handles before throwing and |
| 5523 | reporting exceptions. |
| 5524 | |
| 5525 | |
kasperl@chromium.org | 5a8ca6c | 2008-10-23 13:57:19 +0000 | [diff] [blame] | 5526 | 2008-10-23: Version 0.4.0 |
| 5527 | |
| 5528 | Split the global object into two parts: The state holding global |
| 5529 | object and the global object proxy. |
| 5530 | |
| 5531 | Fixed bug that affected the value of an assignment to an element |
| 5532 | in certain cases (issue 116). |
| 5533 | |
| 5534 | Added GetPropertyNames functionality (issue 33) and extra Date |
| 5535 | functions (issue 77) to the API. |
| 5536 | |
| 5537 | Changed WeakReferenceCallback to take a Persistent<Value> instead |
| 5538 | of a Persistent<Object> (issue 101). |
| 5539 | |
| 5540 | Fixed issues with message reporting for exceptions in try-finally |
| 5541 | blocks (issues 73 and 75). |
| 5542 | |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5543 | Optimized flattening of strings and string equality checking. |
kasperl@chromium.org | 5a8ca6c | 2008-10-23 13:57:19 +0000 | [diff] [blame] | 5544 | |
| 5545 | Improved Boyer-Moore implementation for faster indexOf operations. |
| 5546 | |
| 5547 | Added development shell (d8) which includes counters and |
| 5548 | completion support. |
| 5549 | |
| 5550 | Fixed problem with the receiver passed to functions called from |
| 5551 | eval (issue 124). |
| 5552 | |
| 5553 | |
ager@chromium.org | 7c537e2 | 2008-10-16 08:43:32 +0000 | [diff] [blame] | 5554 | 2008-10-16: Version 0.3.5 |
| 5555 | |
| 5556 | Improved string hash-code distribution by excluding bit-field bits |
| 5557 | from the hash-code. |
| 5558 | |
| 5559 | Changed string search algorithm used in indexOf from KMP to |
| 5560 | Boyer-Moore. |
| 5561 | |
| 5562 | Improved the generated code for the instanceof operator. |
| 5563 | |
| 5564 | Improved performance of slow-case string equality checks by |
| 5565 | specializing the code based on the string representation. |
| 5566 | |
| 5567 | Improve the handling of out-of-memory situations (issue 70). |
| 5568 | |
| 5569 | Improved performance of strict equality checks. |
| 5570 | |
| 5571 | Improved profiler output to make it easier to see anonymous |
| 5572 | functions. |
| 5573 | |
| 5574 | Improved performance of slow-case keyed loads. |
| 5575 | |
| 5576 | Improved property access performance by allocating a number of |
| 5577 | properties in the front object. |
| 5578 | |
| 5579 | Changed the toString behavior on the built-in object constructors |
| 5580 | to print [native code] instead of the actual source. Some web |
| 5581 | applications do not like constructors with complex toString |
| 5582 | results. |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5583 | |
ager@chromium.org | 7c537e2 | 2008-10-16 08:43:32 +0000 | [diff] [blame] | 5584 | |
kasperl@chromium.org | 41044eb | 2008-10-06 08:24:46 +0000 | [diff] [blame] | 5585 | 2008-10-06: Version 0.3.4 |
| 5586 | |
| 5587 | Changed Array.prototype.sort to use quick sort. |
| 5588 | |
| 5589 | Fixed code generation issue where leaving a finally block with |
| 5590 | break or continue would accumulate elements on the expression |
| 5591 | stack (issue 86). |
| 5592 | |
| 5593 | Made sure that the name accessor on functions returns the expected |
| 5594 | names for builtin JavaScript functions and C++ callback functions. |
| 5595 | |
| 5596 | Added fast case code for extending the property storage array of |
| 5597 | JavaScript objects. |
| 5598 | |
| 5599 | Ported switch statement optimizations introduced in version 0.3.3 |
| 5600 | to the ARM code generator. |
| 5601 | |
| 5602 | Allowed GCC to use strict-aliasing rules when compiling. |
| 5603 | |
| 5604 | Improved performance of arguments object allocation by taking care |
| 5605 | of arguments adaptor frames in the generated code. |
| 5606 | |
| 5607 | Updated the V8 benchmark suite to version 2. |
| 5608 | |
| 5609 | |
ager@chromium.org | 236ad96 | 2008-09-25 09:45:57 +0000 | [diff] [blame] | 5610 | 2008-09-25: Version 0.3.3 |
| 5611 | |
| 5612 | Improved handling of relocation information to enable more |
| 5613 | peep-hole optimizations. |
| 5614 | |
| 5615 | Optimized switch statements where all labels are constant small |
| 5616 | integers. |
| 5617 | |
| 5618 | Optimized String.prototype.indexOf for common cases. |
| 5619 | |
| 5620 | Fixed more build issues (issue 80). |
| 5621 | |
| 5622 | Fixed a couple of profiler issues. |
| 5623 | |
| 5624 | Fixed bug where the body of a function created using the Function |
| 5625 | constructor was not allowed to end with a single-line comment |
| 5626 | (issue 85). |
| 5627 | |
| 5628 | Improved handling of object literals by canonicalizing object |
| 5629 | literal maps. This will allow JSON objects with the same set of |
| 5630 | properties to share the same map making inline caching work better |
| 5631 | for JSON objects. |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5632 | |
ager@chromium.org | 236ad96 | 2008-09-25 09:45:57 +0000 | [diff] [blame] | 5633 | |
kasperl@chromium.org | b912362 | 2008-09-17 14:05:56 +0000 | [diff] [blame] | 5634 | 2008-09-17: Version 0.3.2 |
| 5635 | |
| 5636 | Generalized the EvalCache into a CompilationCache and enabled it |
| 5637 | for scripts too. The current strategy is to retire all entries |
| 5638 | whenever a mark-sweep collection is started. |
| 5639 | |
| 5640 | Fixed bug where switch statements containing only a default case |
| 5641 | would lead to an unbalanced stack (issue 69). |
| 5642 | |
| 5643 | Fixed bug that made access to the function in a named function |
| 5644 | expression impossible in certain situations (issue 24). |
| 5645 | |
| 5646 | Fixed even more build issues. |
| 5647 | |
| 5648 | Optimized calling conventions on ARM. The conventions on ARM and |
| 5649 | IA-32 now match. |
| 5650 | |
| 5651 | Removed static initializers for flags and counters. |
| 5652 | |
| 5653 | Improved inline caching behavior for uncommon cases where lazily |
| 5654 | loading Date and RegExp code could force certain code paths go |
| 5655 | megamorphic. |
| 5656 | |
| 5657 | Removed arguments adaption for builtins written in C++. This |
| 5658 | makes Array.prototype.push and Array.prototype.pop slightly |
| 5659 | faster. |
| 5660 | |
| 5661 | |
ager@chromium.org | 9258b6b | 2008-09-11 09:11:10 +0000 | [diff] [blame] | 5662 | 2008-09-11: Version 0.3.1 |
| 5663 | |
| 5664 | Fixed a number of build issues. |
| 5665 | |
| 5666 | Fixed problem with missing I-cache flusing on ARM. |
| 5667 | |
| 5668 | Changed space layout in memory management by splitting up |
| 5669 | code space into old data space and code space. |
| 5670 | |
| 5671 | Added utf-8 conversion support to the API (issue 57). |
| 5672 | |
| 5673 | Optimized repeated calls to eval with the same strings. These |
| 5674 | repeated calls are common in web applications. |
| 5675 | |
| 5676 | Added Xcode project file. |
| 5677 | |
| 5678 | Optimized a couple of Array operation. |
| 5679 | |
| 5680 | Fixed parser bug by checking for end-of-string when parsing break |
| 5681 | and continue (issue 35). |
| 5682 | |
| 5683 | Fixed problem where asian characters were not categorized as |
| 5684 | letters. |
| 5685 | |
| 5686 | Fixed bug that disallowed calling functions fetched from an array |
| 5687 | using a string as an array index (issue 32). |
| 5688 | |
| 5689 | Fixed bug where the internal field count on object templates were |
| 5690 | sometimes ignored (issue 54). |
| 5691 | |
| 5692 | Added -f option to the shell sample for compatibility with other |
| 5693 | engines (issue 18). |
| 5694 | |
| 5695 | Added source info to TryCatches in the API. |
| 5696 | |
| 5697 | Fixed problem where the seed for the random number generator was |
| 5698 | clipped in a double to unsigned int conversion. |
| 5699 | |
| 5700 | Fixed bug where cons string symbols were sometimes converted to |
| 5701 | non-symbol flat strings during GC. |
| 5702 | |
| 5703 | Fixed bug in error reporting when attempting to convert null to an |
| 5704 | object. |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5705 | |
| 5706 | |
ager@chromium.org | c27e4e7 | 2008-09-04 13:52:27 +0000 | [diff] [blame] | 5707 | 2008-09-04: Version 0.3.0 |
| 5708 | |
| 5709 | Added support for running tests on the ARM simulator. |
| 5710 | |
| 5711 | Fixed bug in the 'in' operator where negative indices were not |
| 5712 | treated correctly. |
| 5713 | |
| 5714 | Fixed build issues on gcc-4.3.1. |
| 5715 | |
| 5716 | Changed Date.prototype.toLocaleTimeString to not print the |
| 5717 | timezone part of the time. |
| 5718 | |
| 5719 | Renamed debug.h to v8-debug.h to reduce the risk of name conflicts |
| 5720 | with user code. |
| 5721 | |
| 5722 | |
v8.team.kasperl | 727e995 | 2008-09-02 14:56:44 +0000 | [diff] [blame] | 5723 | 2008-09-02: Version 0.2.5 |
| 5724 | |
| 5725 | Renamed the top level directory 'public' to 'include'. |
| 5726 | |
| 5727 | Added 'env' option to the SCons build scripts to support |
| 5728 | overriding the ENV part of the build environment. This is mostly |
| 5729 | to support Windows builds in cases where SCons cannot find the |
| 5730 | correct paths to the Windows SDK, as these paths cannot be passed |
| 5731 | through shell environment variables. |
| 5732 | |
| 5733 | Enabled "Buffer Security Check" on for the Windows SCons build and |
| 5734 | added the linker option /OPT:ICF as an optimization. |
| 5735 | |
| 5736 | Added the V8 benchmark suite to the repository. |
| 5737 | |
| 5738 | |
mads.s.ager@gmail.com | 9a4089a | 2008-09-01 08:55:01 +0000 | [diff] [blame] | 5739 | 2008-09-01: Version 0.2.4 |
| 5740 | |
| 5741 | Included mjsunit JavaScript test suite and C++ unit tests. |
| 5742 | |
| 5743 | Changed the shell sample to not print the result of executing a |
| 5744 | script provided on the command line. |
| 5745 | |
| 5746 | Fixed issue when building samples on Windows using a shared V8 |
| 5747 | library. Added visibility option on Linux build which makes the |
| 5748 | generated library 18% smaller. |
| 5749 | |
| 5750 | Changed build system to accept multiple build modes in one build |
| 5751 | and generate separate objects, libraries and executables for each |
| 5752 | mode. |
| 5753 | |
| 5754 | Removed deferred negation optimization (a * -b => -(a * b)) since |
| 5755 | this visibly changes operand conversion order. |
| 5756 | |
| 5757 | Improved parsing performance by introducing stack guard in |
| 5758 | preparsing. Without a stack guard preparsing always bails out |
| 5759 | with stack overflow. |
| 5760 | |
| 5761 | Changed shell sample to take flags directly from the command-line. |
| 5762 | Added API call that implements this. |
| 5763 | |
| 5764 | Added load, quit and version functions to the shell sample so it's |
| 5765 | easier to run benchmarks and tests. |
| 5766 | |
| 5767 | Fixed issue with building samples and cctests on 64-bit machines. |
| 5768 | |
| 5769 | Fixed bug in the runtime system where the prototype chain was not |
| 5770 | always searched for a setter when setting a property that does not |
| 5771 | exist locally. |
ager@chromium.org | 3291210 | 2009-01-16 10:38:43 +0000 | [diff] [blame] | 5772 | |
mads.s.ager@gmail.com | 9a4089a | 2008-09-01 08:55:01 +0000 | [diff] [blame] | 5773 | |
mads.s.ager | cbaa060 | 2008-08-14 13:41:48 +0000 | [diff] [blame] | 5774 | 2008-08-14: Version 0.2.3 |
| 5775 | |
| 5776 | Improved performance of garbage collection by moving the |
| 5777 | function that updates pointers during compacting collection |
| 5778 | into the updating visitor. This gives the compiler a better |
| 5779 | chance to inline and avoid a function call per (potential) |
| 5780 | pointer. |
| 5781 | |
| 5782 | Extended the shell sample with a --runtime-flags option. |
| 5783 | |
| 5784 | Added Visual Studio project files for the shell.cc and |
| 5785 | process.cc samples. |
| 5786 | |
| 5787 | |
| 5788 | 2008-08-13: Version 0.2.2 |
mads.s.ager | 31e7138 | 2008-08-13 09:32:07 +0000 | [diff] [blame] | 5789 | |
| 5790 | Improved performance of garbage collection by changing the way |
| 5791 | we use the marking stack in the event of stack overflow during |
| 5792 | full garbage collection and by changing the way we mark roots. |
| 5793 | |
| 5794 | Cleaned up ARM version by removing top of stack caching and by |
| 5795 | introducing push/pop elimination. |
| 5796 | |
| 5797 | Cleaned up the way runtime functions are called to allow |
| 5798 | runtime calls with no arguments. |
| 5799 | |
| 5800 | Changed Windows build options to make sure that exceptions are |
| 5801 | disabled and that optimization flags are enabled. |
| 5802 | |
| 5803 | Added first version of Visual Studio project files. |
| 5804 | |
| 5805 | |
mads.s.ager | cbaa060 | 2008-08-14 13:41:48 +0000 | [diff] [blame] | 5806 | 2008-08-06: Version 0.2.1 |
mads.s.ager@gmail.com | 769cc96 | 2008-08-06 10:02:49 +0000 | [diff] [blame] | 5807 | |
| 5808 | Improved performance of unary addition by avoiding runtime calls. |
| 5809 | |
| 5810 | Fixed the handling of '>' and '<=' to use right-to-left conversion |
| 5811 | and left-to-right evaluation as specified by ECMA-262. |
| 5812 | |
| 5813 | Fixed a branch elimination bug on the ARM platform where incorrect |
| 5814 | code was generated because of overly aggressive branch |
| 5815 | elimination. |
| 5816 | |
| 5817 | Improved performance of code that repeatedly assigns the same |
| 5818 | function to the same property of different objects with the same |
| 5819 | map. |
| 5820 | |
| 5821 | Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler |
| 5822 | no longer expects DEBUG to be defined. |
| 5823 | |
| 5824 | Added platform-nullos.cc to serve as the basis for new platform |
| 5825 | implementations. |
| 5826 | |
mads.s.ager | 31e7138 | 2008-08-13 09:32:07 +0000 | [diff] [blame] | 5827 | |
mads.s.ager | cbaa060 | 2008-08-14 13:41:48 +0000 | [diff] [blame] | 5828 | 2008-07-30: Version 0.2.0 |
kasper.lund | 7276f14 | 2008-07-30 08:49:36 +0000 | [diff] [blame] | 5829 | |
| 5830 | Changed all text files to have native svn:eol-style. |
| 5831 | |
| 5832 | Added a few samples and support for building them. The samples |
| 5833 | include a simple shell that can be used to benchmark and test V8. |
| 5834 | |
| 5835 | Changed V8::GetVersion to return the version as a string. |
| 5836 | |
| 5837 | Added source for lazily loaded scripts to snapshots and made |
| 5838 | serialization non-destructive. |
| 5839 | |
| 5840 | Improved ARM support by fixing the write barrier code to use |
| 5841 | aligned loads and stores and by removing premature locals |
| 5842 | optimization that relied on broken support for callee-saved |
| 5843 | registers (removed). |
| 5844 | |
| 5845 | Refactored the code for marking live objects during garbage |
| 5846 | collection and the code for allocating objects in paged |
| 5847 | spaces. Introduced an abstraction for the map word of a heap- |
| 5848 | allocated object and changed the memory allocator to allocate |
| 5849 | executable memory only for spaces that may contain code objects. |
| 5850 | |
| 5851 | Moved StringBuilder to utils.h and ScopedLock to platform.h, where |
| 5852 | they can be used by debugging and logging modules. Added |
| 5853 | thread-safe message queues for dealing with debugger events. |
| 5854 | |
| 5855 | Fixed the source code reported by toString for certain builtin |
| 5856 | empty functions and made sure that the prototype property of a |
| 5857 | function is enumerable. |
| 5858 | |
| 5859 | Improved performance of converting values to condition flags in |
| 5860 | generated code. |
| 5861 | |
| 5862 | Merged disassembler-{arch} files. |
| 5863 | |
| 5864 | |
mads.s.ager | cbaa060 | 2008-08-14 13:41:48 +0000 | [diff] [blame] | 5865 | 2008-07-28: Version 0.1.4 |
kasper.lund | af4734f | 2008-07-28 12:50:18 +0000 | [diff] [blame] | 5866 | |
| 5867 | Added support for storing JavaScript stack traces in a stack |
| 5868 | allocated buffer to make it visible in shallow core dumps. |
| 5869 | Controlled by the --preallocate-message-memory flag which is |
| 5870 | disabled by default. |
| 5871 | |
| 5872 | |
mads.s.ager | cbaa060 | 2008-08-14 13:41:48 +0000 | [diff] [blame] | 5873 | 2008-07-25: Version 0.1.3 |
kasper.lund | 4451067 | 2008-07-25 07:37:58 +0000 | [diff] [blame] | 5874 | |
| 5875 | Fixed bug in JSObject::GetPropertyAttributePostInterceptor where |
| 5876 | map transitions would count as properties. |
| 5877 | |
| 5878 | Allowed aliased eval invocations by treating them as evals in the |
| 5879 | global context. This may change in the future. |
| 5880 | |
| 5881 | Added support for accessing the last entered context through the |
| 5882 | API and renamed Context::Current to Context::GetCurrent and |
| 5883 | Context::GetSecurityContext to Context::GetCurrentSecurityContext. |
| 5884 | |
| 5885 | Fixed bug in the debugger that would cause the debugger scripts to |
| 5886 | be recursively loaded and changed all disabling of interrupts to |
| 5887 | be block-structured. |
| 5888 | |
| 5889 | Made snapshot data read-only to allow it to be more easily shared |
| 5890 | across multiple users of V8 when linked as a shared library. |
| 5891 | |
| 5892 | |
mads.s.ager | cbaa060 | 2008-08-14 13:41:48 +0000 | [diff] [blame] | 5893 | 2008-07-16: Version 0.1.2 |
kasper.lund | 212ac23 | 2008-07-16 07:07:30 +0000 | [diff] [blame] | 5894 | |
| 5895 | Fixed building on Mac OS X by recognizing i386 and friends as |
| 5896 | IA-32 platforms. |
| 5897 | |
| 5898 | Added propagation of stack overflow exceptions that occur while |
| 5899 | compiling nested functions. |
| 5900 | |
| 5901 | Improved debugger with support for recursive break points and |
| 5902 | handling of exceptions that occur in the debugger JavaScript code. |
| 5903 | |
| 5904 | Renamed GetInternal to GetInternalField and SetInternal to |
| 5905 | SetInternalField in the API and moved InternalFieldCount and |
| 5906 | SetInternalFieldCount from FunctionTemplate to ObjectTemplate. |
| 5907 | |
| 5908 | |
mads.s.ager | cbaa060 | 2008-08-14 13:41:48 +0000 | [diff] [blame] | 5909 | 2008-07-09: Version 0.1.1 |
kasper.lund | bd3ec4e | 2008-07-09 11:06:54 +0000 | [diff] [blame] | 5910 | |
| 5911 | Fixed bug in stack overflow check code for IA-32 targets where a |
| 5912 | non-tagged value in register eax was pushed to the stack. |
| 5913 | |
| 5914 | Fixed potential quadratic behavior when converting strings to |
| 5915 | numbers. |
| 5916 | |
| 5917 | Fixed bug where the return value from Object::SetProperty could |
| 5918 | end up being the property holder instead of the written value. |
| 5919 | |
| 5920 | Improved debugger support by allowing nested break points and by |
| 5921 | dealing with stack-overflows when compiling functions before |
| 5922 | setting break points in them. |
| 5923 | |
| 5924 | |
mads.s.ager | cbaa060 | 2008-08-14 13:41:48 +0000 | [diff] [blame] | 5925 | 2008-07-03: Version 0.1.0 |
christian.plesner.hansen | 43d26ec | 2008-07-03 15:10:15 +0000 | [diff] [blame] | 5926 | |
kasper.lund | bd3ec4e | 2008-07-09 11:06:54 +0000 | [diff] [blame] | 5927 | Initial export. |
christian.plesner.hansen | 43d26ec | 2008-07-03 15:10:15 +0000 | [diff] [blame] | 5928 | |
svenpanne@chromium.org | 6d786c9 | 2011-06-15 10:58:27 +0000 | [diff] [blame] | 5929 | # Local Variables: |
| 5930 | # mode:text |
| 5931 | # End: |