Opened 17 years ago
Closed 17 years ago
#196 closed defect (fixed)
libc: add/use an spm notification event sem for speeding up spawn
| Reported by: | bird | Owned by: | bird |
|---|---|---|---|
| Priority: | normal | Milestone: | libc-0.6.4 |
| Component: | baselayout | Version: | 0.6 |
| Severity: | normal | Keywords: | s |
| Cc: |
Description
spawn is currently doing an active wait, which is *bad*.
Change History (1)
comment:1 by , 17 years ago
| Milestone: | libc-0.7 → libc-0.6.4 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This was implemented in [3641] and [3643]. No negative performance impact, hard to say if it help much.