• You Kim's avatar
    Optimize dvmHash Loops. · c4119e18
    You Kim authored
    pHashTable->tableSize is working as volatile variable & is evaluated on every iteration.
    Help compiler to define tableSize as local(Register) variable.
    
    Change-Id: Iecdea3ecb810319d461ff3924ef21fd6c2d69d1e
    c4119e18
Hash.cpp 11.7 KB