• Show log

    Commit

  • Hash : 57d8ff04
    Author : Ole André Vadla Ravnås
    Date : 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.