o Add the pipe implementation to the list of targets to lock. It isn't
mentioned in the list because details aren't, but this is complicated by the presence of VM magic in the pipe implementation. However, VM isn't involved in small pipe operations, and small pipe operations are critical to the performance of large build operations involving make. It looks like pushing small pipe operations out from under giant would have a large impact on build performance, making this an appealing target as file_ops becomes safe.
This commit is contained in:
parent
b37c042a58
commit
84c9a07e37
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12289
1 changed files with 8 additions and 1 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.16 2002/02/23 02:41:19 arr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.17 2002/02/23 11:30:50 tanimura Exp $">
|
||||
<!ENTITY title "FreeBSD SMP Project">
|
||||
<!ENTITY email 'freebsd-smp'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -856,6 +856,13 @@
|
|||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Lock pipe implementation. </td>
|
||||
<td> </td>
|
||||
<td> 25 February 2002 </td>
|
||||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<!--
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
|
Loading…
Reference in a new issue