Skip to content

gf.c: include const-return methods in --trace-compile #237

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

Draft
wants to merge 1 commit into
base: v1.10.2+RAI
Choose a base branch
from

Conversation

kpamnany
Copy link
Collaborator

@kpamnany kpamnany commented May 22, 2025

PR Description

This is a quick-fix for an issue where methods that are inferred to return a Const do not emit compilation traces. Although they are never compiled by LLVM, we want to log them since they are inferred / compiled by Julia. As with #236, it isn't yet clear what the actual upstream fix will look like on 1.12+.

Checklist

Requirements for merging:

These are never compiled by LLVM, but we want to log them since they are
inferred / compiled by our own compiler.
@kpamnany kpamnany force-pushed the kp-backport-trace-const-return-methods branch from 4533648 to ba3cfb0 Compare May 23, 2025 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants