Forked from
Glasgow Haskell Compiler / GHC
43023 commits behind, 168 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.
Interpreter.h 378 B