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

simplify interaction between new JITs and codegen #15556

Merged
merged 1 commit into from
Mar 23, 2016

Commits on Mar 22, 2016

  1. simplify interaction between new JITs and codegen

    this treats the new JITs (MCJIT, ORCJIT) much like the old JIT,
    but using Module as the atomic unit instead of Function
    
    this gets codegen closer to being separable (cachable) at the
    module level, with the remerging happening in the JIT after object
    file emission
    
    fix #15533
    vtjnash committed Mar 22, 2016
    2 Configuration menu
    Copy the full SHA
    a727e16 View commit details
    Browse the repository at this point in the history