Lind-Project / native_client

native_client trusted code base
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Remove unneeded CAS in main syscall path #163

Closed rennergade closed 4 months ago

rennergade commented 4 months ago

Description

Fixes # (issue)

Removes compare and swap from main syscall path. Not need in Linux because of no vmhole (see note in code).

Type of change

How Has This Been Tested?

All test suites and LAMP apps.

Checklist: