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
Right now we have to mark the entire heap as executable during startup. Technically this is not safe and we should implement fine-grained W^X protection depending on whether a memory region is used for code cache or other data.
Right now we have to mark the entire heap as executable during startup. Technically this is not safe and we should implement fine-grained W^X protection depending on whether a memory region is used for code cache or other data.