• Clemens Backes's avatar
    Revert "[asm] Reject import calls with too many parameters" · 9d96ebbb
    Clemens Backes authored
    This reverts commit a664aef0.
    
    Reason for revert: Times out on CFI: https://cr-buildbucket.appspot.com/build/8820170241901030897
    
    Original change's description:
    > [asm] Reject import calls with too many parameters
    >
    > The asm parser was missing a check for too many parameters for calls to
    > imported functions. For regular functions this check implicitly existed
    > because the limit was checked at the function declaration, and the call
    > site needs to match the declared parameter count.
    >
    > R=​mslekova@chromium.org
    >
    > Bug: chromium:1302596
    > Change-Id: I0d35e70a66d682ee8fdecf5c8ea4d2b1419ce684
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3509393
    > Reviewed-by: Maya Lekova <mslekova@chromium.org>
    > Commit-Queue: Clemens Backes <clemensb@chromium.org>
    > Cr-Commit-Position: refs/heads/main@{#79415}
    
    Bug: chromium:1302596
    Change-Id: I743647f739e0cc93b2e99145086dbbb7d2660c79
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3512853
    Auto-Submit: Clemens Backes <clemensb@chromium.org>
    Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
    Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
    Cr-Commit-Position: refs/heads/main@{#79417}
    9d96ebbb
Name
Last commit
Last update
..
DIR_METADATA Loading commit data...
OWNERS Loading commit data...
asm-js.cc Loading commit data...
asm-js.h Loading commit data...
asm-names.h Loading commit data...
asm-parser.cc Loading commit data...
asm-parser.h Loading commit data...
asm-scanner.cc Loading commit data...
asm-scanner.h Loading commit data...
asm-types.cc Loading commit data...
asm-types.h Loading commit data...