manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
133 stars 20 forks source link

jvm pthread fixes #107

Closed donaldsonjw closed 7 months ago

donaldsonjw commented 7 months ago

This fixes errors seen in the recette for the jvm implementation of the pthread library. The first is an error in the handling of the dynamic environment in multi-threaded programs and the others were minor differences in the handling of mutex-state between the jvm and posix implementations.