Jeffery
Jeffery
@guzongmin the root cause is occlum-go didn't hook function `forkAndExecInChild1` defined in runtime, and it will invoke syscall instrument directly by `rawVforkSyscall` or `RawSyscall6`.
腾讯国密有Go版本吗?
存计算类的,感觉Go与C不应该这么大差距,同时也应该只比Java峰值性能差一点才正常
@mknyszek @jordanlewis is there any update now about viewcore in golang.org/x/debug or golang.org/x/exp, please? do we plan to add one tool to parse the dump file from debug.WriteHeapDump()?
Hi, maybe https://github.com/apache/incubator-teaclave-java-tee-sdk could help you. It's a java confidential computing programming architecture. If you had only questions, please create an issue in https://github.com/apache/incubator-teaclave-java-tee-sdk project.
Presently this sdk could not support this case. The only way is put the piece of function code in enclave part.
@MarkusBernhardt 1. the project is currently in positive maintenance mode. 2. we plan to add a new programming model that doesn't need to divide the whole project into three parts....
@MarkusBernhardt we have not already started the refactoring, and we appreciate any community contributions. we could upgrade them if there is a business requirement. what's your business scene? do you...
@MarkusBernhardt 1. EDMM is not supported at present. 2. Enclave id is allocated when the enclave is created, there is no method to reset its value, but I think you...
参考dockerfile的步骤能够在物理机上跑起来吗?