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

build: add configuration flag to enable Maglev #50692

Closed
wants to merge 1 commit into from

Commits on Nov 13, 2023

  1. build: add configuration flag to enable Maglev

    This adds a configuration flag to enable V8's Maglev compiler.
    
    Unfortunately compilation fails unless you have clang-14+ or gcc-13+,
    but I sent a patch for that upstream. Other than that, it builds and all
    tests pass locally on my x86-64 Linux machine.
    
    The gn scraper regexes were broken preventing the compilation from
    linking. Fix them. As a drive-by, also add additional conditionals for
    compilation on 32-bit arm.
    
    Refs: nodejs#50690
    kvakil committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3417148 View commit details
    Browse the repository at this point in the history