Skip to content
Snippets Groups Projects
  1. Jan 28, 2021
  2. Jan 19, 2021
  3. Jan 14, 2021
  4. Jan 10, 2021
  5. Jan 07, 2021
  6. Jan 05, 2021
    • Sylvain Henry's avatar
      Implement Unique supply with Addr# atomic primop · 6c771aaf
      Sylvain Henry authored
      Before this patch the compiler depended on the RTS way (threaded or not)
      to use atomic incrementation or not. This is wrong because the RTS is
      supposed to be switchable at link time, without recompilation.
      
      Now we always use atomic incrementation of the unique counter.
      6c771aaf
Loading