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

[PERF] remove pointee types from cg_ssa and cg_llvm #105412

Closed
wants to merge 4 commits into from

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    837eff9 View commit details
    Browse the repository at this point in the history
  2. cg_gcc: adapt for removal of pointee types from cg_ssa

    i expected to need to add casts to load/store/memcpy/memmove/memset/etc.
    but they already pointercast their arguments, so with the (relatively
    minimal) number of pointer types created in cg_ssa, this should work?
    erikdesjardins committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5d2b7ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fcc9be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68cabc0 View commit details
    Browse the repository at this point in the history