Ticket #628 (closed task: fixed)
Make ordinary libraries work with SMP RTS
| Reported by: | anonymous | Owned by: | simonmar |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.6 |
| Component: | Compiler | Version: | |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Moderate (less than a day) | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
We don't want to have two separate library "ways" for SMP and single-threaded. Unfortunately SMP requires an extra field in each thunk, which is a performance loss (<5%).
In order to make it practical to use SMP, we will have to bite this bullet, however.
With this change, -smp will be an RTS way only, just like -threaded.
Change History
Note: See
TracTickets for help on using
tickets.
