Update SMP task list
(1) Note that Alfred has completed "simple" locking for pipes: this includes small reads and writes that don't trigger VM optimizations, and the SIGIO, fsetown(), and related inter-process evil for pipes. Another item off the check-list for 5.0-RELEASE. (2) Create two new tasks: sigio/setfown/... components of pipes. Mark this as WIP, and assign to Alfred. Create a VM optimizations pipe task without an owner: we'll probably get this for free as part of fine-grained VM locking when that happens.
This commit is contained in:
parent
1977038986
commit
738d642269
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12311
1 changed files with 17 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.24 2002/02/25 21:24:02 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.25 2002/02/27 12:52:44 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD SMP Project">
|
||||
<!ENTITY email 'freebsd-smp'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -630,6 +630,13 @@
|
|||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Lock pipe implementation, but not sigio/fown, VM interactions </td>
|
||||
<td> &alfred; </td>
|
||||
<td> 27 February 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<!-- WIP -->
|
||||
|
||||
<tr>
|
||||
|
@ -714,9 +721,9 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Lock pipe implementation. </td>
|
||||
<td> Lock pipe implementation: sigio/fown-related evil </td>
|
||||
<td> &alfred; </td>
|
||||
<td> 25 February 2002 </td>
|
||||
<td> 27 February 2002 </td>
|
||||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
|
@ -937,6 +944,13 @@
|
|||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Lock pipe implementation: VM optimizations </td>
|
||||
<td> </td>
|
||||
<td> 27 February 2002 </td>
|
||||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<!--
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
|
Loading…
Reference in a new issue