[project @ 2002-02-15 22:13:32 by sof]
New call attribute on foreign imports, threadsafe. It indicates that a foreign import can(*) safely be called concurrently with the continued evaluation of other Haskell threads, i.e., when the foreign call is made by a Haskell thread, it won't hinder the progress of other threads. (*) - if the platform and RTS supports it, it _will be_ invoked concurrently.
Showing
- ghc/compiler/absCSyn/AbsCUtils.lhs 1 addition, 1 deletionghc/compiler/absCSyn/AbsCUtils.lhs
- ghc/compiler/absCSyn/PprAbsC.lhs 7 additions, 3 deletionsghc/compiler/absCSyn/PprAbsC.lhs
- ghc/compiler/nativeGen/StixPrim.lhs 10 additions, 6 deletionsghc/compiler/nativeGen/StixPrim.lhs
- ghc/compiler/parser/Lex.lhs 9 additions, 6 deletionsghc/compiler/parser/Lex.lhs
- ghc/compiler/parser/Parser.y 15 additions, 12 deletionsghc/compiler/parser/Parser.y
- ghc/compiler/prelude/ForeignCall.lhs 14 additions, 4 deletionsghc/compiler/prelude/ForeignCall.lhs
Loading
Please register or sign in to comment