I've compiled with --gc:boehm because I want to be able to share data 
structures between threads.

Despite this, I'm still getting this error from my .thread. proc: procedure is 
not GC-safe. As I understand it, this is the compiler trying to enforce 
separate heaps. This surprises me: I assumed with the boehm GC, this limitation 
would be lifted. Am I misunderstanding how this works?

  * Josh


Reply via email to