First step toward a thread safe polylib:
commit6d1aa9770bb316834e8ceb579da2c7de9a4c1187
authorVincent Loechner <vincent.loechner@inria.fr>
Sun, 26 Feb 2012 12:15:06 +0000 (26 13:15 +0100)
committerVincent Loechner <vincent.loechner@inria.fr>
Sun, 26 Feb 2012 12:15:06 +0000 (26 13:15 +0100)
treec10a5b063afc75eac73db423c51ee5de47f3d652
parent5a50d18cd9c6e78b4b96fe46ec313c58f2376041
First step toward a thread safe polylib:
- different exception stacks in errors.c
- protected a global allocation cache in vector.c
Uncomment the //#define #THREAD_SAFE_POLYLIB in those two files to enable it.
source/arith/errors.c
source/kernel/vector.c