OLD | NEW |
1 .. _sdk-release-notes: | 1 .. _sdk-release-notes: |
2 | 2 |
3 ############# | 3 ############# |
4 Release Notes | 4 Release Notes |
5 ############# | 5 ############# |
6 | 6 |
| 7 Chrome/Pepper 38 (15 August 2014) |
| 8 ================================= |
| 9 |
| 10 PNaCl |
| 11 ----- |
| 12 |
| 13 * Compilation speed improvements due to validation caching of the translator and |
| 14 linker. |
| 15 * Performance improvement of SIMD vector shuffle. |
| 16 |
7 Chrome/Pepper 37 (20 June 2014) | 17 Chrome/Pepper 37 (20 June 2014) |
8 =============================== | 18 =============================== |
9 | 19 |
10 PNaCl | 20 PNaCl |
11 ----- | 21 ----- |
12 | 22 |
13 * 2–10% translation time improvement. | 23 * 2–10% translation time improvement. |
14 * Improved vector load/store and shuffle performance. | 24 * Improved vector load/store and shuffle performance. |
15 | 25 |
16 Pepper | 26 Pepper |
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 | 620 |
611 PPAPI | 621 PPAPI |
612 ----- | 622 ----- |
613 | 623 |
614 * The ``CompletionCallbackFactory`` class template now takes a thread traits | 624 * The ``CompletionCallbackFactory`` class template now takes a thread traits |
615 class as its second parameter. For details see the `CompletionCallbackFactory | 625 class as its second parameter. For details see the `CompletionCallbackFactory |
616 class template reference | 626 class template reference |
617 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta
ils>`_. | 627 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta
ils>`_. |
618 | 628 |
619 .. TODO: Port release notes for older releases | 629 .. TODO: Port release notes for older releases |
OLD | NEW |