• Clemens Backes's avatar
    [liftoff] Do not store any relocation info · ac70b5bf
    Clemens Backes authored
    Liftoff code is never relocated and never serialized, thus relocation
    information is not needed.
    
    This results in slightly less information being printed when
    disassembling code, because the disassembler sometimes uses relocation
    information to show the kind of a call (e.g. internal wasm call vs.
    builtin call). This is an acceptable regression IMO.
    
    R=thibaudm@chromium.org
    
    Bug: v8:10777
    Change-Id: I019913a41b47466fba7b7f216ab51b91475cd984
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2412186Reviewed-by: 's avatarThibaud Michaud <thibaudm@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#69939}
    ac70b5bf
wasm-code-manager.cc 83.3 KB