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

Add Concurrency and Synchronization in Developer guide, README, and Release Note #58

Closed guoyiteng closed 4 years ago

guoyiteng commented 4 years ago

This PR documented concurrency and synchronization. I also plan to add a release note at docs/release-notes/release-0.1.md in this PR. I am not sure whether we should use a version number or date such as release-dec-2019.md.

guoyiteng commented 4 years ago

The release note is up now at docs/release-note/release-dec-2019.md.

guoyiteng commented 4 years ago

Done!