| OLD | NEW |
| 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 Loading... |
| 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. |
| OLD | NEW |