• Leszek Swirski's avatar
    [utils] Add CompareCharsEqual · 52cfffde
    Leszek Swirski authored
    Add a CompareCharsEqual to complement CompareChars, where we only care
    about equality and not ordering. For such cases, we can memcmp for two-
    byte as well as one-byte strings (we can't for CompareChars because the
    ordering would be incorrect on little-endian systems).
    
    Replace uses of CompareChars that only compare the result against zero,
    with CompareCharsEqual. Additionally, use some template magic to
    simplify the "make unsigned" operation in these methods.
    
    Change-Id: I0d65bee81b98d3938d15daa4af331c90558ea84f
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2557980
    Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#71385}
    52cfffde
Name
Last commit
Last update
..
DIR_METADATA Loading commit data...
OWNERS Loading commit data...
ast-function-literal-id-reindexer.cc Loading commit data...
ast-function-literal-id-reindexer.h Loading commit data...
ast-source-ranges.h Loading commit data...
ast-traversal-visitor.h Loading commit data...
ast-value-factory.cc Loading commit data...
ast-value-factory.h Loading commit data...
ast.cc Loading commit data...
ast.h Loading commit data...
modules.cc Loading commit data...
modules.h Loading commit data...
prettyprinter.cc Loading commit data...
prettyprinter.h Loading commit data...
scopes.cc Loading commit data...
scopes.h Loading commit data...
source-range-ast-visitor.cc Loading commit data...
source-range-ast-visitor.h Loading commit data...
variables.cc Loading commit data...
variables.h Loading commit data...