Commit 57d8ff044cd6320d8ebacacf06455569b4aac27d

Ole André Vadla Ravnås 2017-03-15T01:43:11

Simplify iOS trampoline table allocation By using VM_FLAGS_OVERWRITE there is no need for speculatively allocating on a page we just deallocated. This approach eliminates the race-condition and gets rid of the retry logic.