|
[GHC] #628: Make ordinary libraries work with SMP RTS: msg#00071lang.haskell.glasgow.bugs
#628: Make ordinary libraries work with SMP RTS -----------------------+---------------------------------------------------- Reporter: anonymous | Owner: simonmar Type: task | Status: new Priority: normal | Milestone: 6.6 Component: Compiler | Version: Severity: normal | Keywords: Os: Unknown | Architecture: Unknown -----------------------+---------------------------------------------------- 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. -- Ticket URL: <http://cvs.haskell.org/trac/ghc/ticket/628> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler_______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@xxxxxxxxxxx http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Bugs with GADTs in GHC6.4.1, Andres Loeh |
|---|---|
| Next by Date: | Re: [GHC] #246: Wrong pat-match order for records, GHC |
| Previous by Thread: | errors installing ghc-6.4.1 (MacOSX 10.4.3, Xcode 2.2), Alex Martelli |
| Next by Thread: | Re: [GHC] #628: Make ordinary libraries work with SMP RTS, GHC |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |