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

[FRONTEND][JIT] don't stringify tuples early when computing signatures #5517

Merged
merged 3 commits into from
Jan 2, 2025

Conversation

ptillet
Copy link
Collaborator

@ptillet ptillet commented Jan 2, 2025

this simplifies our JIT a bunch and will make it quite a bit easier to add support for namedtuples in the future

@ptillet ptillet merged commit 5524b7c into main Jan 2, 2025
7 checks passed
@ptillet ptillet deleted the phil/jit-cleanup branch January 2, 2025 21:14
tys = parse_list_string(ty)
val = ','.join(map(_extracted_type, tys))
return f"[{val}]"
if ty in ("constexpr"):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean

if ty == "constexpr":

?
Same below.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants