Although architecturally the AESOP analysis and code generation might merge nicely into LLVM, the problem is that AESOP's code is only research quality; it would need a lot of cleanup, review, and...
Type: Posts; User: tcreech; Keyword(s):
Although architecturally the AESOP analysis and code generation might merge nicely into LLVM, the problem is that AESOP's code is only research quality; it would need a lot of cleanup, review, and...
Thanks, elanthis. I am one of the AESOP developers, and this is basically right. AESOP leverages existing LLVM frontends, and just provides its own "replacement" drivers to enable people to easily...