<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">AFAICT, it is disabled by default, and it is not documented in the ASDF manual.</p>

<p dir="auto">So is this code even live, except for in the test scripts?</p>

<p dir="auto">It was pretty painful to get this to work because it relies on unexported (and hence unstable) SBCL internals.</p>

<p dir="auto">My <em>guess</em> is that this was originally done as a way to dispense with <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">WITH-COMPILATION-UNIT</code> and hence potentially parallelize the compilations.</p>

<p dir="auto">If no one is even using it, I am tempted to move it to be a contrib and drop it from the tests and maintenance as part of core ASDF.  Maybe it would be better as a part of a POIU extension to ASDF, and relieve me of dealing with these SBCL compiler internals?</p>

<p dir="auto">Cheers,<br>
r</p>
</div>
</div>
</body>
</html>