Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2012-01-26: Version 3.8.9 | |
| 2 | |
| 3 Flush number string cache on GC (issue 1605). | |
| 4 | |
| 5 Provide access to function inferred name in V8 public API. | |
|
Sven Panne
2012/01/26 07:31:46
Perhaps mention Yury Semikhatsky and "GetInferredN
| |
| 6 | |
| 7 Fix building with Clang (issue 1912). | |
| 8 | |
| 9 Reduce the space used by the stack for the profiling thread. | |
| 10 | |
| 11 Fix bug 542, misleading documentation of v8::Locker. | |
| 12 | |
| 13 Introduce readbinary function in d8 to read binary files. | |
|
Sven Panne
2012/01/26 07:31:46
s/readbinary/ReadBinary/
| |
| 14 | |
| 15 Further robustify the keyed lookup cache against unlucky hash seeds. | |
|
Sven Panne
2012/01/26 07:31:46
I would remove this, it is subsumed by the item be
| |
| 16 | |
| 17 Performance and stability improvements on all platforms. | |
| 18 | |
| 19 | |
| 1 2012-01-23: Version 3.8.8 | 20 2012-01-23: Version 3.8.8 |
| 2 | 21 |
| 3 Limited number of loop iterations in Heap::ReserveSpace | 22 Limited number of loop iterations in Heap::ReserveSpace |
| 4 (Chromium issue 99027). | 23 (Chromium issue 99027). |
| 5 | 24 |
| 6 Fixed solaris build (VirtualMemory) (issue 1761). | 25 Fixed solaris build (VirtualMemory) (issue 1761). |
| 7 | 26 |
| 8 Fixed strict vs. non-strict handling of function proxies in | 27 Fixed strict vs. non-strict handling of function proxies in |
| 9 higher-order array and string methods. | 28 higher-order array and string methods. |
| 10 | 29 |
| (...skipping 3628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3639 setting break points in them. | 3658 setting break points in them. |
| 3640 | 3659 |
| 3641 | 3660 |
| 3642 2008-07-03: Version 0.1.0 | 3661 2008-07-03: Version 0.1.0 |
| 3643 | 3662 |
| 3644 Initial export. | 3663 Initial export. |
| 3645 | 3664 |
| 3646 # Local Variables: | 3665 # Local Variables: |
| 3647 # mode:text | 3666 # mode:text |
| 3648 # End: | 3667 # End: |
| OLD | NEW |