Forked from
Glasgow Haskell Compiler / GHC
41699 commits behind, 113 commits ahead of the upstream repository.
-
Simon Marlow authored
This has no effect with static libraries, but when the RTS is in a shared library it does two things: - it prevents the function from being exposed by the shared library - internal calls to the function can use the faster non-PLT calls, because the function cannot be overriden at link time.
Simon Marlow authoredThis has no effect with static libraries, but when the RTS is in a shared library it does two things: - it prevents the function from being exposed by the shared library - internal calls to the function can use the faster non-PLT calls, because the function cannot be overriden at link time.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ThreadPaused.h 384 B