Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Cheng Shao's avatar
    90cdf652
    hadrian: build in-tree GMP with malloc-notreentrant on wasm32 · 90cdf652
    Cheng Shao authored
    This patch makes hadrian build in-tree GMP with the
    --enable-alloca=malloc-notreentrant configure option. We will only
    need malloc-reentrant when we have threaded RTS and SMP support on
    wasm32, which will take some time to happen, before which we should
    use malloc-notreentrant to avoid undesired runtime overhead.
    
    (cherry picked from commit 06277d56)
    (cherry picked from commit 0f9a8aaf)
    90cdf652
    History
    hadrian: build in-tree GMP with malloc-notreentrant on wasm32
    Cheng Shao authored
    This patch makes hadrian build in-tree GMP with the
    --enable-alloca=malloc-notreentrant configure option. We will only
    need malloc-reentrant when we have threaded RTS and SMP support on
    wasm32, which will take some time to happen, before which we should
    use malloc-notreentrant to avoid undesired runtime overhead.
    
    (cherry picked from commit 06277d56)
    (cherry picked from commit 0f9a8aaf)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.