• Tobias Tebbi's avatar
    [turbofan][csa] optimize Smi untagging better · ff22ae80
    Tobias Tebbi authored
    - Introduce new operator variants for signed right-shifts with the
      additional information that they always shift out zeros.
    - Use these new operators for Smi untagging.
    - Merge left-shifts with a preceding Smi-untagging shift.
    - Optimize comparisons of Smi-untagging shifts to operate on the
      unshifted word.
    - Optimize 64bit comparisons of values expanded from 32bit to use
      a 32bit comparison instead.
    - Change CodeStubAssembler::UntagSmi to first sign-extend and then
      right-shift to enable better address computations for Smi indices.
    
    Bug: v8:9962
    Change-Id: If91300f365e8f01457aebf0bd43bdf88b305c460
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2135734
    Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
    Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#67378}
    ff22ae80
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging 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...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...