Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Side by Side Diff: native_client_sdk/src/doc/sdk/release-notes.rst

Issue 477203002: NaCl documentation: update release notes for Chrome 38 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698