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

Side by Side Diff: native_client_sdk/src/doc/reference/ideas.rst

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 .. _ideas: 1 .. _ideas:
2 2
3 .. include:: /migration/deprecation.inc
4
3 ################# 5 #################
4 Contributor Ideas 6 Contributor Ideas
5 ################# 7 #################
6 8
7 .. contents:: 9 .. contents::
8 :local: 10 :local:
9 :backlinks: none 11 :backlinks: none
10 :depth: 3 12 :depth: 3
11 13
12 Contributing? Me‽ 14 Contributing? Me‽
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 32-bits. Some applications, both in-browser and not in-browser, would benefit 385 32-bits. Some applications, both in-browser and not in-browser, would benefit
384 from a larger address space. This project involves designing and implementing 386 from a larger address space. This project involves designing and implementing
385 a model for 64-bit sandboxes on all architecture NaCl currently supports. This 387 a model for 64-bit sandboxes on all architecture NaCl currently supports. This
386 also requires supporting 64-bit pointers in PNaCl using the ``le64`` platform, 388 also requires supporting 64-bit pointers in PNaCl using the ``le64`` platform,
387 and updating the code generation for each platform. 389 and updating the code generation for each platform.
388 * **Expected results:** The new sandbox's design and implementation successfully 390 * **Expected results:** The new sandbox's design and implementation successfully
389 pass a review with the Chrome security team. Existing NaCl code successfully 391 pass a review with the Chrome security team. Existing NaCl code successfully
390 runs in the new sandbox. 392 runs in the new sandbox.
391 * **Knowledge Prerequisite:** Security, low-level assembly, compilers, LLVM. 393 * **Knowledge Prerequisite:** Security, low-level assembly, compilers, LLVM.
392 * **Mentor:** David Sehr. 394 * **Mentor:** David Sehr.
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/reference/design-docs.rst ('k') | native_client_sdk/src/doc/reference/index.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698