ion-c icon indicating copy to clipboard operation
ion-c copied to clipboard

Page pool thread safety issue

Open mijamo911 opened this issue 8 years ago • 1 comments

The memory page pool used by the text parser isn't thread safe. We can disable it by setting the number of pages to zero (trivially calling through to the built-in memory management functions) or upgrade to C11 and take advantage of atomic operations

mijamo911 avatar Jun 28 '16 22:06 mijamo911

Other thread-safety concerns:

  • ion_int_init
  • system symbol table initialization

tgregg avatar Oct 25 '17 20:10 tgregg