Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unreviewed build fixes for RISCV64 #11358

Commits on Mar 10, 2023

  1. Unreviewed build fixes for RISCV64

    https://bugs.webkit.org/show_bug.cgi?id=253700
    
    Unreviewed build fixes for RISCV64 builds of JavaScriptCore.
    
    * Source/JavaScriptCore/assembler/MacroAssembler.h: Enable the moveFloat and
    moveDouble methods that work with immediate values, sharing the scratch register
    variant with x86-64.
    * Source/JavaScriptCore/offlineasm/riscv64.rb: Also generate WASM placeholders
    for the loadv and storev opcodes, used in WebAssembly.asm.
    * Source/WTF/wtf/PlatformEnable.h: Avoid further compilation issues by enabling
    ENABLE_WEBASSEMBLY_B3JIT alongside ENABLE_WEBASSEMBLY.
    
    Canonical link: https://commits.webkit.org/261498@main
    zdobersek committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    c07cdb6 View commit details
    Browse the repository at this point in the history