Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2010-12-07: Version 3.0.0 | |
| 2 | |
| 3 Improve performance by (partially) addressing issue 957 on | |
|
Kevin Millikin (Chromium)
2010/12/07 12:10:26
Improve ==> Improved
| |
| 4 IA-32. Still needs more work for the other architectures. | |
| 5 | |
| 6 | |
| 1 2010-11-29: Version 2.5.9 | 7 2010-11-29: Version 2.5.9 |
| 2 | 8 |
| 3 Fixed crashes during GC caused by partially initialize heap | 9 Fixed crashes during GC caused by partially initialize heap |
| 4 objects. | 10 objects. |
| 5 | 11 |
| 6 Fixed bug in process sample that caused memory leaks. | 12 Fixed bug in process sample that caused memory leaks. |
| 7 | 13 |
| 8 Improved performance on ARM by implementing missing stubs and | 14 Improved performance on ARM by implementing missing stubs and |
| 9 inlining. | 15 inlining. |
| 10 | 16 |
| (...skipping 2258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2269 | 2275 |
| 2270 Improved debugger support by allowing nested break points and by | 2276 Improved debugger support by allowing nested break points and by |
| 2271 dealing with stack-overflows when compiling functions before | 2277 dealing with stack-overflows when compiling functions before |
| 2272 setting break points in them. | 2278 setting break points in them. |
| 2273 | 2279 |
| 2274 | 2280 |
| 2275 2008-07-03: Version 0.1.0 | 2281 2008-07-03: Version 0.1.0 |
| 2276 | 2282 |
| 2277 Initial export. | 2283 Initial export. |
| 2278 | 2284 |
| OLD | NEW |