• T
    8036860: Pad and cache-align the BiasedMappedArray · d18497f1
    tschatzl 提交于
    Summary: Pad and cache-align BiasedMappedArray instances by default to avoid performance variability problems due to false sharing, as instances of this data structures are typically used for performance sensitive code.
    Reviewed-by: brutisso, stefank
    d18497f1
g1BiasedArray.cpp 6.3 KB