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
EVAL requires a safe way to write code then execute it. At the moment that's done by setting the EVAL code buffer read-write-execute (which Linux permits, Mac forbids, etc). It hypothetically also requires a flush operation that synchronizes hardware state after writing the code and before executing any of it. If I remember right, the hook point for this might not exist, which doesn't matter on x64 since the sync operation is a no-op anyway.
It should be possible to run
eval
on ARMv8 on non-Mac machines at least.The text was updated successfully, but these errors were encountered: