OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="design-documents"> | 3 <section id="design-documents"> |
4 <h1 id="design-documents">Design Documents</h1> | 4 <h1 id="design-documents">Design Documents</h1> |
5 <p>This is a list of design documents for Native Client. This list | 5 <p>This is a list of design documents for Native Client. This list |
6 generally covers designs that were implemented. It does not cover | 6 generally covers designs that were implemented. It does not cover |
7 PPAPI (Pepper).</p> | 7 PPAPI (Pepper).</p> |
8 <p>Dynamic loading and linking:</p> | 8 <p>Dynamic loading and linking:</p> |
9 <ul class="small-gap"> | 9 <ul class="small-gap"> |
10 <li><a class="reference external" href="http://code.google.com/p/nativeclient/wi
ki/DynamicLoadingOptions">Dynamic loading: Options for supporting dynamic loadin
g, and how they interact with dynamic libraries</a> (2010)</li> | 10 <li><a class="reference external" href="http://code.google.com/p/nativeclient/wi
ki/DynamicLoadingOptions">Dynamic loading: Options for supporting dynamic loadin
g, and how they interact with dynamic libraries</a> (2010)</li> |
(...skipping 27 matching lines...) Expand all Loading... |
38 <li><a class="reference external" href="https://code.google.com/p/nativeclient/i
ssues/attachmentText?id=2275&aid=22750018000&name=native-client-mips-0.4
.txt">Design for the NaCl MIPS sandbox</a> (2012)</li> | 38 <li><a class="reference external" href="https://code.google.com/p/nativeclient/i
ssues/attachmentText?id=2275&aid=22750018000&name=native-client-mips-0.4
.txt">Design for the NaCl MIPS sandbox</a> (2012)</li> |
39 </ul> | 39 </ul> |
40 <p>Cleanup work:</p> | 40 <p>Cleanup work:</p> |
41 <ul class="small-gap"> | 41 <ul class="small-gap"> |
42 <li><a class="reference external" href="https://docs.google.com/a/chromium.org/d
ocument/d/1lycqf4yPMC84011yvuyO_50V8c8COQ8dAe5rNvbeB9o/edit">Removing NaCl’
;s dependency on Chromium</a> (2012)</li> | 42 <li><a class="reference external" href="https://docs.google.com/a/chromium.org/d
ocument/d/1lycqf4yPMC84011yvuyO_50V8c8COQ8dAe5rNvbeB9o/edit">Removing NaCl’
;s dependency on Chromium</a> (2012)</li> |
43 </ul> | 43 </ul> |
44 <p>DEPS rolls:</p> | 44 <p>DEPS rolls:</p> |
45 <ul class="small-gap"> | 45 <ul class="small-gap"> |
46 <li><a class="reference external" href="https://docs.google.com/a/chromium.org/d
ocument/d/1jHoLo9I3CCS1_-4KlIq1OiEMv9cmMuXES2Z9JVpmPtY/edit">Semi-automated NaCl
DEPS rolls: Updates to nacl_revision field in Chromium’s DEPS file</a> (2
013). This is a description of current practice rather than a design doc.</li> | 46 <li><a class="reference external" href="https://docs.google.com/a/chromium.org/d
ocument/d/1jHoLo9I3CCS1_-4KlIq1OiEMv9cmMuXES2Z9JVpmPtY/edit">Semi-automated NaCl
DEPS rolls: Updates to nacl_revision field in Chromium’s DEPS file</a> (2
013). This is a description of current practice rather than a design doc.</li> |
47 </ul> | 47 </ul> |
48 <section id="obsolete-not-implemented"> | |
49 <h2 id="obsolete-not-implemented">Obsolete (not implemented)</h2> | 48 <h2 id="obsolete-not-implemented">Obsolete (not implemented)</h2> |
50 <p>PNaCl multi-threading support: The following proposals do not reflect what w
as implemented in PNaCl in the end. They are listed here for historical referen
ce.</p> | 49 <p>PNaCl multi-threading support: The following proposals do not reflect what w
as implemented in PNaCl in the end. They are listed here for historical referen
ce.</p> |
51 <ul class="small-gap"> | 50 <ul class="small-gap"> |
52 <li><a class="reference external" href="https://docs.google.com/a/chromium.org/d
ocument/d/1HcRiGOaaPLk7pQrGnjXceoM7Px3IwOjjwdiVvJVQNr4/edit">Multi-threading sup
port for a first release of PNaCl</a> (2013): Proposal for mutex_v2/cond_v2 IRT
interfaces.</li> | 51 <li><a class="reference external" href="https://docs.google.com/a/chromium.org/d
ocument/d/1HcRiGOaaPLk7pQrGnjXceoM7Px3IwOjjwdiVvJVQNr4/edit">Multi-threading sup
port for a first release of PNaCl</a> (2013): Proposal for mutex_v2/cond_v2 IRT
interfaces.</li> |
53 <li><a class="reference external" href="https://docs.google.com/a/chromium.org/d
ocument/d/1HcRiGOaaPLk7pQrGnjXceoM7Px3IwOjjwdiVvJVQNr4/edit">Explicit vs. implic
it atomicity guarantees in PNaCl</a> (2013): Discussion about how to handle atom
ic memory operations.</li> | 52 <li><a class="reference external" href="https://docs.google.com/a/chromium.org/d
ocument/d/1HcRiGOaaPLk7pQrGnjXceoM7Px3IwOjjwdiVvJVQNr4/edit">Explicit vs. implic
it atomicity guarantees in PNaCl</a> (2013): Discussion about how to handle atom
ic memory operations.</li> |
54 </ul> | 53 </ul> |
55 </section></section> | 54 </section> |
56 | 55 |
57 {{/partials.standard_nacl_article}} | 56 {{/partials.standard_nacl_article}} |
OLD | NEW |