polyglot-compiler / JLang

JLang: Ahead-of-time compilation of Java programs to LLVM
http://polyglot-compiler.github.io/JLang/
Other
284 stars 29 forks source link

Terminate the program only after all non-daemon threads exit. #59

Closed guoyiteng closed 4 years ago

guoyiteng commented 4 years ago

Previously, we did not handle the case when an exception is thrown in the main thread. This issue is resolved in this PR.