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

Side by Side Diff: native_client_sdk/doc_generated/reference/sandbox_internals/x86-64-sandbox.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="nacl-sfi-model-on-x86-64-systems"> 3 <b><font color="#cc0000">
4 <span id="x86-64-sandbox"></span><h1 id="nacl-sfi-model-on-x86-64-systems"><span id="x86-64-sandbox"></span>NaCl SFI model on x86-64 systems</h1> 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="nacl-sfi-model-on-x86-64-systems">
12 <h1 id="nacl-sfi-model-on-x86-64-systems">NaCl SFI model on x86-64 systems</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><a class="reference internal" href="#summary" id="id5">Summary</a></li> 15 <li><a class="reference internal" href="#summary" id="id5">Summary</a></li>
8 <li><a class="reference internal" href="#binary-format" id="id6">Binary Format</ a></li> 16 <li><a class="reference internal" href="#binary-format" id="id6">Binary Format</ a></li>
9 <li><a class="reference internal" href="#runtime-invariants" id="id7">Runtime In variants</a></li> 17 <li><a class="reference internal" href="#runtime-invariants" id="id7">Runtime In variants</a></li>
10 <li><a class="reference internal" href="#text-segment-rules" id="id8">Text Segme nt Rules</a></li> 18 <li><a class="reference internal" href="#text-segment-rules" id="id8">Text Segme nt Rules</a></li>
11 <li><a class="reference internal" href="#list-of-pseudo-instructions" id="id9">L ist of Pseudo-instructions</a></li> 19 <li><a class="reference internal" href="#list-of-pseudo-instructions" id="id9">L ist of Pseudo-instructions</a></li>
12 </ul> 20 </ul>
13 21
14 </div><h2 id="summary">Summary</h2> 22 </div><h2 id="summary">Summary</h2>
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 <i>(sandboxed stos)</i></td> 321 <i>(sandboxed stos)</i></td>
314 <td>mov %edi,%edi<br/> 322 <td>mov %edi,%edi<br/>
315 lea (%rZP,%rdi,1),%rdi<br/> 323 lea (%rZP,%rdi,1),%rdi<br/>
316 [rep] stos %?ax,(%rdi)<br/> 324 [rep] stos %?ax,(%rdi)<br/>
317 </td> 325 </td>
318 </tr> 326 </tr>
319 </tbody> 327 </tbody>
320 </table></section> 328 </table></section>
321 329
322 {{/partials.standard_nacl_article}} 330 {{/partials.standard_nacl_article}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698