go-llvm / llgo

LLVM-based compiler for Go
Other
1.25k stars 81 forks source link

Implement defer, and fix a few issues with the recover() implementation #136

Closed pcc closed 10 years ago

pcc commented 10 years ago

With this, we now pass the llgo test suite.

axw commented 10 years ago

Thank you very much. It'd be nice to disable TCO just for the deferred functions where it matters, but that's something for later.