2010-10-06 00:44:40 +08:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
|
|
<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
|
|
<title><atomic> design</title>
|
|
|
|
<link type="text/css" rel="stylesheet" href="menu.css">
|
|
|
|
<link type="text/css" rel="stylesheet" href="content.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="menu">
|
|
|
|
<div>
|
|
|
|
<a href="http://llvm.org/">LLVM Home</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="submenu">
|
|
|
|
<label>libc++ Info</label>
|
|
|
|
<a href="/index.html">About</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="submenu">
|
|
|
|
<label>Quick Links</label>
|
|
|
|
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a>
|
|
|
|
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits</a>
|
|
|
|
<a href="http://llvm.org/bugs/">Bug Reports</a>
|
|
|
|
<a href="http://llvm.org/svn/llvm-project/libcxx/trunk/">Browse SVN</a>
|
|
|
|
<a href="http://llvm.org/viewvc/llvm-project/libcxx/trunk/">Browse ViewVC</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="content">
|
|
|
|
<!--*********************************************************************-->
|
|
|
|
<h1><atomic> design</h1>
|
|
|
|
<!--*********************************************************************-->
|
|
|
|
|
|
|
|
<p>
|
2010-10-07 00:15:10 +08:00
|
|
|
There are currently 3 designs under consideration. They differ in where most
|
|
|
|
of the implmentation work is done. The functionality exposed to the customer
|
|
|
|
should be identical (and conforming) for all three designs.
|
2010-10-06 00:44:40 +08:00
|
|
|
</p>
|
|
|
|
|
2010-10-07 00:15:10 +08:00
|
|
|
<ol type="A">
|
2010-10-06 00:44:40 +08:00
|
|
|
<li>
|
2010-10-07 00:15:10 +08:00
|
|
|
<a href="atomic_design_a.html">Minimal work for the library</a>
|
2010-10-06 00:44:40 +08:00
|
|
|
</li>
|
|
|
|
<li>
|
2010-10-07 00:15:10 +08:00
|
|
|
<a href="atomic_design_b.html">Something in between</a>
|
2010-10-06 00:44:40 +08:00
|
|
|
</li>
|
|
|
|
<li>
|
2010-10-07 00:15:10 +08:00
|
|
|
<a href="atomic_design_c.html">Minimal work for the front end</a>
|
2010-10-06 00:44:40 +08:00
|
|
|
</li>
|
2010-10-07 00:15:10 +08:00
|
|
|
</ol>
|
2010-10-06 00:44:40 +08:00
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|