Enable AOT compilation for Procs
Open
jit
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
Raw DSLX functions can be AOT-compiled and run from testbenches, but Procs cannot, requiring that they be JIT-compiled on every execution (the proc runtime libs require a Proc* object). It'd potentially make test-debug cycles faster if we could AOT-compile the DSLX.
Contributor guide
Assessment
This issue has not been assessed yet.