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

[WIP] Unify JIT and AOT code paths #4188

Merged
merged 13 commits into from Apr 30, 2021
Merged

[WIP] Unify JIT and AOT code paths #4188

merged 13 commits into from Apr 30, 2021

Commits on Apr 30, 2021

  1. WIP

    RobinMalfait authored and adamwathan committed Apr 30, 2021
    Copy the full SHA
    88db185 View commit details
    Browse the repository at this point in the history
  2. WIP

    adamwathan committed Apr 30, 2021
    Copy the full SHA
    ecd83c5 View commit details
    Browse the repository at this point in the history
  3. Finish combining JIT and AOT plugins

    Still lots of clean up that can be done in some of the more complex ones, but at least it's one file per plugin now.
    adamwathan committed Apr 30, 2021
    Copy the full SHA
    3c2f17f View commit details
    Browse the repository at this point in the history
  4. Remove unused import

    adamwathan committed Apr 30, 2021
    Copy the full SHA
    9c86020 View commit details
    Browse the repository at this point in the history
  5. Fix AOT generation bugs

    adamwathan committed Apr 30, 2021
    Copy the full SHA
    5dfd648 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    36cbb47 View commit details
    Browse the repository at this point in the history
  7. Convert JIT files to ESM

    adamwathan committed Apr 30, 2021
    Copy the full SHA
    b76e816 View commit details
    Browse the repository at this point in the history
  8. Move tests

    adamwathan committed Apr 30, 2021
    Copy the full SHA
    e667ebb View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    7d1d57b View commit details
    Browse the repository at this point in the history
  10. Update AOT apply tests

    adamwathan committed Apr 30, 2021
    Copy the full SHA
    a26275e View commit details
    Browse the repository at this point in the history
  11. Unify utils

    adamwathan committed Apr 30, 2021
    Copy the full SHA
    062836e View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    90979a1 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    33df925 View commit details
    Browse the repository at this point in the history