-
-
Notifications
You must be signed in to change notification settings - Fork 200
Add support for just-in-time (JIT) builds #351
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
Conversation
Add jit option in the config file to support JIT builds. Update documentation to include the new jit option.
|
Tagging @brandtbucher and @mdboom for awareness. |
mdboom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this contribution. Looks good and makes sense to me.
(Our benchmarking infrastructure doesn't actually use pyperformance compile since we need a more fine-grained control over things, but for end user / one off things this will be very handy).
brandtbucher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
|
@brandtbucher I moved the unrelated changes to this PR: #352 and I have addressed your feedback. Thanks! |
|
Looks good to me, thanks! |
This PR implements #345 by specifically having the
jitoption in the configuration file.