ykjit / yk

yk packages
https://ykjit.github.io/yk/
Other
29 stars 7 forks source link

Fix two more AOT IR printer crashes. #1320

Closed vext01 closed 2 months ago

vext01 commented 2 months ago

Requires: https://github.com/ykjit/ykllvm/pull/188

With these changes I can finally print the AOT IR for yklua in its entirety.

vext01 commented 2 months ago

Looks like an unrelated bug causing yklua to crash.

free(): invalid size

(We don't print AOT IR in the yklua tests)

We could retry, but eventually we should try to track these crashes down...