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
Hi, there,
Firstly thanks for your eminent contribution to t-sgx project. However, I just meet a problem in running merge sort based on your tsgx-test folder. The problem is that when the length of the input array was over 5000, the t-sxg process just hanged up. Then I used gdb to debug the process and found that the $pc just stopped at the instruction: "xbegin sb.entry.tsx".
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for showing your interest in our project.
This is a known issue of the current released version as we hard-coded enable the optimization (i.e., the code tend to put the entire loop in a single transaction). Although the new version is still under development, I'll try to provide a fix for this issue first.
Hi, there,
Firstly thanks for your eminent contribution to t-sgx project. However, I just meet a problem in running merge sort based on your tsgx-test folder. The problem is that when the length of the input array was over 5000, the t-sxg process just hanged up. Then I used gdb to debug the process and found that the $pc just stopped at the instruction: "xbegin sb.entry.tsx".
The text was updated successfully, but these errors were encountered: