Hi,
I have two question here.
-Thanks
Hi Sam,
Yes, an enclave can access the complete address space of the process. Otherwise, communication between enclave and non-enclave would not be possible.The code within an enclave can directly write outside memory and directly read outside memory under previous system policy. However, it cannot fetch outside code.
Thanks and Reagrds,
Surenthar Selvaraj
While running inside an enclave you can access pages outside EPC that belong to the process that created the enclave. That's how you copy data in and out. You cannot jump to continue execution outside enclave boundaries though.
Hi Sam,
Yes, an enclave can access the complete address space of the process. Otherwise, communication between enclave and non-enclave would not be possible.The code within an enclave can directly write outside memory and directly read outside memory under previous system policy. However, it cannot fetch outside code.
Thanks and Reagrds,
Surenthar Selvaraj
Thanks for your information...
For more complete information about compiler optimizations, see our Optimization Notice.