pyroniasys / pyronia-cpython

Pyronia-aware implementation of CPython
Other
1 stars 1 forks source link

Add hooks for protected in-memory data objects #16

Closed masomel closed 5 years ago

masomel commented 5 years ago

With the introduction of function sandboxes, we need to allocate protected data objects in their own domain at runtime, and adjust access to the relevant memory domains before function entry and at function exit.

masomel commented 5 years ago

Closed in #17