OLD | NEW |
---|---|
1 2013-05-27: Version 3.19.5 | |
2 | |
3 Reset regexp parser flag after scanning ahead for capture groups. | |
4 (issue 2690) | |
5 | |
6 Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup. | |
Jakob Kummerow
2013/05/27 12:18:36
I don't think we need to mention this (as it only
| |
7 (issue 2628) | |
8 | |
9 Performance and stability improvements on all platforms. | |
10 | |
11 | |
1 2013-05-24: Version 3.19.4 | 12 2013-05-24: Version 3.19.4 |
2 | 13 |
3 Fixed edge case in stack trace formatting. (Chromium issue 237617) | 14 Fixed edge case in stack trace formatting. (Chromium issue 237617) |
4 | 15 |
5 Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium | 16 Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium |
6 issue 240032) | 17 issue 240032) |
7 | 18 |
8 Made Object.freeze fast (issue 1858, Chromium issue 115960) | 19 Made Object.freeze fast (issue 1858, Chromium issue 115960) |
9 | 20 |
10 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue | 21 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue |
(...skipping 5387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5398 setting break points in them. | 5409 setting break points in them. |
5399 | 5410 |
5400 | 5411 |
5401 2008-07-03: Version 0.1.0 | 5412 2008-07-03: Version 0.1.0 |
5402 | 5413 |
5403 Initial export. | 5414 Initial export. |
5404 | 5415 |
5405 # Local Variables: | 5416 # Local Variables: |
5406 # mode:text | 5417 # mode:text |
5407 # End: | 5418 # End: |
OLD | NEW |