| OLD | NEW |
| 1 .. include:: /migration/deprecation.inc |
| 2 |
| 1 ================ | 3 ================ |
| 2 Design Documents | 4 Design Documents |
| 3 ================ | 5 ================ |
| 4 | 6 |
| 5 This is a list of design documents for Native Client. This list | 7 This is a list of design documents for Native Client. This list |
| 6 generally covers designs that were implemented. It does not cover | 8 generally covers designs that were implemented. It does not cover |
| 7 PPAPI (Pepper). | 9 PPAPI (Pepper). |
| 8 | 10 |
| 9 Dynamic loading and linking: | 11 Dynamic loading and linking: |
| 10 | 12 |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 | 48 |
| 47 * `Semi-automated NaCl DEPS rolls: Updates to nacl_revision field in Chromium's
DEPS file <https://docs.google.com/a/chromium.org/document/d/1jHoLo9I3CCS1_-4KlI
q1OiEMv9cmMuXES2Z9JVpmPtY/edit>`_ (2013). This is a description of current prac
tice rather than a design doc. | 49 * `Semi-automated NaCl DEPS rolls: Updates to nacl_revision field in Chromium's
DEPS file <https://docs.google.com/a/chromium.org/document/d/1jHoLo9I3CCS1_-4KlI
q1OiEMv9cmMuXES2Z9JVpmPtY/edit>`_ (2013). This is a description of current prac
tice rather than a design doc. |
| 48 | 50 |
| 49 Obsolete (not implemented) | 51 Obsolete (not implemented) |
| 50 ========================== | 52 ========================== |
| 51 | 53 |
| 52 PNaCl multi-threading support: The following proposals do not reflect what was
implemented in PNaCl in the end. They are listed here for historical reference. | 54 PNaCl multi-threading support: The following proposals do not reflect what was
implemented in PNaCl in the end. They are listed here for historical reference. |
| 53 | 55 |
| 54 * `Multi-threading support for a first release of PNaCl <https://docs.google.com
/a/chromium.org/document/d/1HcRiGOaaPLk7pQrGnjXceoM7Px3IwOjjwdiVvJVQNr4/edit>`_
(2013): Proposal for mutex_v2/cond_v2 IRT interfaces. | 56 * `Multi-threading support for a first release of PNaCl <https://docs.google.com
/a/chromium.org/document/d/1HcRiGOaaPLk7pQrGnjXceoM7Px3IwOjjwdiVvJVQNr4/edit>`_
(2013): Proposal for mutex_v2/cond_v2 IRT interfaces. |
| 55 * `Explicit vs. implicit atomicity guarantees in PNaCl <https://docs.google.com/
a/chromium.org/document/d/1HcRiGOaaPLk7pQrGnjXceoM7Px3IwOjjwdiVvJVQNr4/edit>`_ (
2013): Discussion about how to handle atomic memory operations. | 57 * `Explicit vs. implicit atomicity guarantees in PNaCl <https://docs.google.com/
a/chromium.org/document/d/1HcRiGOaaPLk7pQrGnjXceoM7Px3IwOjjwdiVvJVQNr4/edit>`_ (
2013): Discussion about how to handle atomic memory operations. |
| OLD | NEW |