• Clemens Hammacher's avatar
    Reland "[base] Introduce RoundUpToPowerOfTwo64" · a32cd1c7
    Clemens Hammacher authored
    With fix for architectures where x<<32 != x.
    
    Original change's description:
    > [base] Introduce RoundUpToPowerOfTwo64
    >
    > And fix RoundUpToPowerOfTwo32 to return 1 for the input 0.
    > 0 is no power of two.
    > Beside being the correct value, this also avoids a special case in the
    > (new) fast path using the number of leading zeros.
    >
    > R=​jochen@chromium.org, ahaas@chromium.org
    >
    > Change-Id: I87173495e13b334954bcebbb55724fb666dfa809
    > Reviewed-on: https://chromium-review.googlesource.com/488143
    > Reviewed-by: Jochen Eisinger <jochen@chromium.org>
    > Reviewed-by: Andreas Haas <ahaas@chromium.org>
    > Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#44925}
    
    TBR=ahaas@chromium.org,jochen@chromium.org,clemensh@chromium.org,v8-reviews@googlegroups.com
    
    Change-Id: I7b4719d84a419bb7b38e3b5c9d6d183275087ace
    Reviewed-on: https://chromium-review.googlesource.com/488981
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#44951}
    a32cd1c7
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...