Chromium Code Reviews| Index: native_client_sdk/src/doc/sdk/release-notes.rst |
| diff --git a/native_client_sdk/src/doc/sdk/release-notes.rst b/native_client_sdk/src/doc/sdk/release-notes.rst |
| index 6183741a3ce5d2c8e7fb8499a03b7fd2ee8ec859..3306957b6632d4c4e8e3b580d797a1fb78d1aeba 100644 |
| --- a/native_client_sdk/src/doc/sdk/release-notes.rst |
| +++ b/native_client_sdk/src/doc/sdk/release-notes.rst |
| @@ -4,8 +4,40 @@ |
| Release Notes |
| ############# |
| -Chrome/Pepper 33 (branched on 16 December 2013) |
| -=============================================== |
| +Chrome/Pepper 35 (31 Mar 2014) |
| +============================== |
| + |
| +PNaCl |
| +----- |
| +* Upgraded LLVM to version 3.4. |
| +* Translation now uses dynamic load balancing. |
|
JF
2014/04/10 13:35:37
Making translation time faster.
binji
2014/04/10 22:24:25
Done.
|
| +* Unstable pexes (i.e. non-finalized) with debug information can be loaded by |
| + Chrome, simplifying debugging with PNaCl. See :ref:`Debugging PNaCl pexes |
| + <debugging_pnacl_pexes>` |
| + |
| + |
| +Chrome/Pepper 34 (20 Feb 2014) |
| +============================== |
| + |
| +Pepper |
| +------ |
| +* Filesystems can now be passed from JavaScript to NaCl. The resulting |
| + ``pp::Var`` will contain a ``pp::Resource`` that can be given to the |
| + ``pp::FileSystem`` constructor. |
| +* New Audio and Video input APIs have been added as dev interfaces. See |
| + `pp::MediaStreamAudioTrack |
| + </native-client/pepper_dev/cpp/classpp_1_1_media_stream_audio_track>`_ and |
| + `pp::MediaStreamVideoTrack |
| + </native-client/pepper_dev/cpp/classpp_1_1_media_stream_video_track>`_ for |
| + more details. |
| + |
| +PNaCl |
| +----- |
| +* Parallel translation: at least 1.6x faster, even with older pexes. |
|
JF
2014/04/10 13:35:37
1.7x was the final number for 34?
binji
2014/04/10 22:24:25
Done.
|
| +* Intelligent abbreviations in the bitcode: 20% reduction in binary size. |
|
JF
2014/04/10 13:35:37
This should point at Karl's documentation for redu
binji
2014/04/10 22:24:25
Done.
|
| + |
| +Chrome/Pepper 33 (16 Dec 2013) |
| +============================== |
| Portable Native Client |
| ---------------------- |