Secondly Mintlib is probably not reantrant it can't be share
Hmm, can you give me an example when it wouldn't work? LDG modules for given app are not multitasked (only one module can access at time) and if a module is loaded by two different apps, they use caller's context, i.e. it's about the LDG module's reentrancy, not mintlib's.