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

GH-113464: Clean up JIT stencil generation #115800

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

brandtbucher
Copy link
Member

@brandtbucher brandtbucher commented Feb 22, 2024

This cleans up a couple of small issues in the JIT generator:

  • Fix the set of values used to determine if the current jit_stencils.h file is stale or not in _targets._Target._compute_digest.
  • Add -fno-builtin to the compiler flags to keep strange __bzero calls from showing up on some macOS builds.
  • Add a newline between the header comment and the actual code in jit_stencils.h.
  • Don't emit (useless) read-only debug info on some macOS builds.

@brandtbucher brandtbucher added OS-mac skip news interpreter-core (Objects, Python, Grammar, and Parser dirs) build The build process and cross-build labels Feb 22, 2024
@brandtbucher brandtbucher self-assigned this Feb 22, 2024
@bedevere-app bedevere-app bot mentioned this pull request Feb 22, 2024
@brandtbucher brandtbucher merged commit 17dab2e into python:main Feb 22, 2024
58 checks passed
woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request Mar 4, 2024
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build interpreter-core (Objects, Python, Grammar, and Parser dirs) OS-mac skip news topic-JIT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant