You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
lucet-runtime will panic on hosts that don't use 4kb pages, which has been discussed a bit here.
I'm lightly optimistic that adapting lucet-runtime to non-4kb page assumptions might be sufficient to get things working on an otherwise supported platform such as x86_64 linux. I had some concerns that we might assume where the start of the page before the vmctx parameter is, but the one place I could recall seems to measure the offset in a page-size-agnostic manner.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
lucet-runtime will panic on hosts that don't use 4kb pages, which has been discussed a bit here.
I'm lightly optimistic that adapting lucet-runtime to non-4kb page assumptions might be sufficient to get things working on an otherwise supported platform such as x86_64 linux. I had some concerns that we might assume where the start of the page before the
vmctx
parameter is, but the one place I could recall seems to measure the offset in a page-size-agnostic manner.The text was updated successfully, but these errors were encountered: