xls icon indicating copy to clipboard operation
xls copied to clipboard

Enable AOT compilation for Procs

Open RobSpringer opened this issue 2 years ago • 0 comments

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.

RobSpringer avatar Aug 15 '22 20:08 RobSpringer