• Mu Tao's avatar
    [mips][wasm] Add an additional stack check for functions with big frames · 07ee3ac7
    Mu Tao authored
    Port 9f01d5c1
    
    Original Commit Message:
    
        Stack overflow checks are typically implemented as part of the TurboFan
        graph of a function. This means that the stack check code is executed
        after frame construction. When a frame is too big, though, there may not
        be enough space on the stack anymore to throw the stack overflow
        exception after frame construction. With this CL we do an additional
        stack check before frame construction for functions with big frames.
    
        As discussed offline with mstarzinger, I do this change currently only
        for WebAssembly.
    
        This CL contains only the changes for arm. I will do the other platforms
        in separate CLs
    
    R=xwafish@gmail.com
    
    Change-Id: I46c6dd8fac1385e5da13e03cfffd9c640a7c2c57
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1792582
    Commit-Queue: Andreas Haas <ahaas@chromium.org>
    Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
    Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Auto-Submit: Mu Tao <pamilty@gmail.com>
    Cr-Commit-Position: refs/heads/master@{#63632}
    07ee3ac7
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...
OWNERS Loading commit data...
code-generator-impl.h Loading commit data...
code-generator.cc Loading commit data...
code-generator.h Loading commit data...
frame-elider.cc Loading commit data...
frame-elider.h Loading commit data...
gap-resolver.cc Loading commit data...
gap-resolver.h Loading commit data...
instruction-codes.h Loading commit data...
instruction-scheduler.cc Loading commit data...
instruction-scheduler.h Loading commit data...
instruction-selector-impl.h Loading commit data...
instruction-selector.cc Loading commit data...
instruction-selector.h Loading commit data...
instruction.cc Loading commit data...
instruction.h Loading commit data...
jump-threading.cc Loading commit data...
jump-threading.h Loading commit data...
live-range-separator.cc Loading commit data...
live-range-separator.h Loading commit data...
move-optimizer.cc Loading commit data...
move-optimizer.h Loading commit data...
register-allocator-verifier.cc Loading commit data...
register-allocator-verifier.h Loading commit data...
register-allocator.cc Loading commit data...
register-allocator.h Loading commit data...
unwinding-info-writer.h Loading commit data...