Move the amd64 KLD item to WIP. Remove the prebinding item as the

author has met obstacles that he doesn't expect to overcome anytime soon.
This commit is contained in:
Scott Long 2004-06-06 04:08:28 +00:00
parent 9048e0bb81
commit e7d470133c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21106

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.18 2004/03/21 07:07:20 scottl Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.19 2004/04/17 00:27:37 josef Exp $">
<!ENTITY title "FreeBSD 5.3 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -141,7 +141,7 @@
<tr>
<td>kld support for amd64</td>
<td>&status.new;</td>
<td>&status.wip;</td>
<td>&a.obrien; &a.peter;</td>
<td>KLDs cannot currently be used on amd64, which must be fixed for
amd64 as a Tier-1 platform.</td>
@ -155,23 +155,6 @@
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr>
<tr>
<td>Per object ELF Prebinding support</td>
<td>&status.wip;</td>
<td>&a.mdodd;</td>
<td><p>Prebinding reduces executable startup time by lowering the
expense of symbol lookup, binding and relocation. This is
accomplished by a prebinding data file or ELF segment that
contains intermediate lookup results allowing fast symbol binding
and relocation, provided that dependent objects remain unchanged
since the prebinding information was generated.</p>
<p>The benefits of prebinding are realized when running executables
that use a large (>10) number of shared libraries. C++
applications also benefit as they contain a large number of
relocations.</p></td>
</tr>
<tr>
<td>Per-platform Thread-Local Storage</td>
<td>--</td>