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

codegen restructuring #25984

Merged
merged 1 commit into from
Mar 3, 2020
Merged

codegen restructuring #25984

merged 1 commit into from
Mar 3, 2020

Commits on Feb 27, 2020

  1. codegen: restructure, remove recursion

    also provides support for using a different code_native format,
    as a fallback, later we'll want to make this more configurable
    
    there are now several primary interfaces to native code:
     - codegen: mostly internal, support for translating IR to LLVM
     - jitlayers: manages runtime codegen results and executable memory
     - aotcompile: support for managing external code output
     - disasm: pretty-printer for code objects
     - debuginfo: tracking for unwind info
    
    also removes the global type caches and
    move all codegen pass handling to aotcompile.cpp
    vtjnash committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    973aefe View commit details
    Browse the repository at this point in the history