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

Side by Side Diff: native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html

Issue 2875303003: Add migration to WebAssembly information to PNaCl / NaCl docs. (Closed)
Patch Set: fix Created 3 years, 6 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
OLDNEW
1 {{+bindTo:partials.standard_nacl_article}} 1 {{+bindTo:partials.standard_nacl_article}}
2 2
3 <section id="pnacl-c-c-language-support"> 3 <b><font color="#cc0000">
4 NOTE:
5 Deprecation of the technologies described here has been announced
6 for platforms other than ChromeOS.<br/>
7 Please visit our
8 <a href="/native-client/migration">migration guide</a>
9 for details.
10 </font></b>
11 <hr/><section id="pnacl-c-c-language-support">
4 <h1 id="pnacl-c-c-language-support">PNaCl C/C++ Language Support</h1> 12 <h1 id="pnacl-c-c-language-support">PNaCl C/C++ Language Support</h1>
5 <div class="contents local" id="contents" style="display: none"> 13 <div class="contents local" id="contents" style="display: none">
6 <ul class="small-gap"> 14 <ul class="small-gap">
7 <li><p class="first"><a class="reference internal" href="#source-language-suppor t" id="id3">Source language support</a></p> 15 <li><p class="first"><a class="reference internal" href="#source-language-suppor t" id="id3">Source language support</a></p>
8 <ul class="small-gap"> 16 <ul class="small-gap">
9 <li><a class="reference internal" href="#versions" id="id4">Versions</a></li> 17 <li><a class="reference internal" href="#versions" id="id4">Versions</a></li>
10 <li><a class="reference internal" href="#preprocessor-definitions" id="id5">Prep rocessor definitions</a></li> 18 <li><a class="reference internal" href="#preprocessor-definitions" id="id5">Prep rocessor definitions</a></li>
11 </ul> 19 </ul>
12 </li> 20 </li>
13 <li><p class="first"><a class="reference internal" href="#memory-model-and-atomi cs" id="id6">Memory Model and Atomics</a></p> 21 <li><p class="first"><a class="reference internal" href="#memory-model-and-atomi cs" id="id6">Memory Model and Atomics</a></p>
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 <p>Neither PNaCl nor NaCl currently support asynchronous interruption 446 <p>Neither PNaCl nor NaCl currently support asynchronous interruption
439 or suspension of threads.</p> 447 or suspension of threads.</p>
440 </li> 448 </li>
441 </ul> 449 </ul>
442 <p>If PNaCl were to support either of these, the interaction of 450 <p>If PNaCl were to support either of these, the interaction of
443 <code>volatile</code> and atomics with same-thread signal handling would need 451 <code>volatile</code> and atomics with same-thread signal handling would need
444 to be carefully detailed.</p> 452 to be carefully detailed.</p>
445 </section> 453 </section>
446 454
447 {{/partials.standard_nacl_article}} 455 {{/partials.standard_nacl_article}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698