• Clemens Hammacher's avatar
    [wasm] Pass offset instead of pc to error functions · fd7d6b8b
    Clemens Hammacher authored
    This adds error functions that receive offsets instead of pc, since the
    streaming compiler stores different sections in different buffers, so
    computing pointer differences between different sections does not work.
    We keep the pc-based methods for now to reduce code-churn and
    complexity at the different call sites.
    
    R=ahaas@chromium.org
    CC=binji@chromium.org
    
    Bug: v8:8238
    Change-Id: I1aa68740bdda93c3341431aa7a81ac01ecfb71bb
    Reviewed-on: https://chromium-review.googlesource.com/c/1354463Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#57944}
    fd7d6b8b
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
DEPS Loading commit data...
liftoff-assembler-defs.h Loading commit data...
liftoff-assembler.cc Loading commit data...
liftoff-assembler.h Loading commit data...
liftoff-compiler.cc Loading commit data...
liftoff-compiler.h Loading commit data...
liftoff-register.h Loading commit data...