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

Add a new system config 'enable_jit' #3857

Merged
merged 1 commit into from
Aug 18, 2022
Merged

Commits on Aug 16, 2022

  1. Add a new system config 'enable_jit'

    This adds a new option to enable Ruby JIT in worker processes.
    
    The exact JIT strategy (in particular mjit or yjit) will be chosen
    by Ruby as it sees fit. See the following ticket for details:
    
        https://bugs.ruby-lang.org/issues/18349
    
    Signed-off-by: Fujimoto Seiji <fujimoto@ceptord.net>
    fujimotos committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a9bfed8 View commit details
    Browse the repository at this point in the history