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

Link to the compiled function to improve performance #12182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 10, 2023

  1. Link to the compiled function to improve performance

    When JIT is recording, backtrack the trace if encountering
    a compiled inline function and link to this function later.
    This reduces the runtime compilation overhead and duplicated
    JITTed code. Smaller code size has better cache efficiency,
    which brings 1.0% performance gain in our benchmark on x86.
    
    Signed-off-by: Wang, Xue   <[email protected]>
    Signed-off-by: Yang, Lin A <[email protected]>
    Signed-off-by: Su, Tao     <[email protected]>
    wxue1 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    72f219b View commit details
    Browse the repository at this point in the history