quil-lang / quilc

The optimizing Quil compiler.
Apache License 2.0
452 stars 73 forks source link

Increase heap size when initializing runtime for libquilc #854

Closed kartik-s closed 1 year ago

kartik-s commented 1 year ago

Notes

This PR uses the initialize-lisp-args option introduced by quil-lang/sbcl-librarian#36 to increase the default heap size to 8 GiB when initializing the runtime in the bindings for libquilc.

Testing

Built libquilc against SBCL master with the bigger heap size on macOS, the compile-quil C test now runs without issue.

stylewarning commented 1 year ago

we gotta get this heap size under control