ion-c
ion-c copied to clipboard
Page pool thread safety issue
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
Other thread-safety concerns:
- ion_int_init
- system symbol table initialization