• Sonny Rao's avatar
    JFS: performance patch · f5f28773
    Sonny Rao authored
    Basically, we saw a large amount of time spent in the
    jfs_strfromUCS_le() function, mispredicting the branch inside the
    loop, so I just added some unlikely modifiers to the if statements to
    re-ordered the code.  Again, these simple changes provided > 2 % on
    spec-sfs, so please consider it for inclusion.
    Signed-off-by: default avatarDave Kleikamp <shaggy@austin.ibm.com>
    f5f28773
jfs_unicode.c 3.28 KB