Skip to content
  • tibbe's avatar
    Add more primops for atomic ops on byte arrays · d8abf85f
    tibbe authored
    Summary:
    Add more primops for atomic ops on byte arrays
    
    Adds the following primops:
    
     * atomicReadIntArray#
     * atomicWriteIntArray#
     * fetchSubIntArray#
     * fetchOrIntArray#
     * fetchXorIntArray#
     * fetchAndIntArray#
    
    Makes these pre-existing out-of-line primops inline:
    
     * fetchAddIntArray#
     * casIntArray#
    d8abf85f