Skip to content

Refactor Unique supply

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/perf/gensym into master
  • Use atomic Addr# primops to implement genSym
  • Don't depend on the RTS way (threaded or not) in the compiler library
  • Refactor UniqSupply to avoid relying on compiler optimizations
Edited by Sylvain Henry

Merge request reports