OLD | NEW |
---|---|
1 2012-06-28: Version 3.12.5 | |
2 | |
3 Fixed lazy parsing heuristics to respect outer scope. | |
4 (Chromium issue 135008) | |
5 | |
6 Allow using test-wrapper-gypbuild.py on Windows when no python | |
7 interpreter is registered. | |
8 (jkummerow@chromium.org) | |
Jakob Kummerow
2012/06/28 15:03:10
nit: we don't need the committer.
| |
9 | |
10 Performance and stability improvements on all platforms. | |
11 | |
12 | |
1 2012-06-27: Version 3.12.4 | 13 2012-06-27: Version 3.12.4 |
2 | 14 |
3 Removed -fomit-frame-pointer flag from Release builds to make | 15 Removed -fomit-frame-pointer flag from Release builds to make |
4 the stack walkable by TCMalloc (Chromium issue 133723). | 16 the stack walkable by TCMalloc (Chromium issue 133723). |
5 | 17 |
6 Ported r7868 (constant masking) to x64 (issue 1374). | 18 Ported r7868 (constant masking) to x64 (issue 1374). |
7 | 19 |
8 Expose more detailed memory statistics (issue 2201). | 20 Expose more detailed memory statistics (issue 2201). |
9 | 21 |
10 Fixed Harmony Maps and WeakMaps for undefined values | 22 Fixed Harmony Maps and WeakMaps for undefined values |
(...skipping 4288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4299 setting break points in them. | 4311 setting break points in them. |
4300 | 4312 |
4301 | 4313 |
4302 2008-07-03: Version 0.1.0 | 4314 2008-07-03: Version 0.1.0 |
4303 | 4315 |
4304 Initial export. | 4316 Initial export. |
4305 | 4317 |
4306 # Local Variables: | 4318 # Local Variables: |
4307 # mode:text | 4319 # mode:text |
4308 # End: | 4320 # End: |
OLD | NEW |