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

notinline declarations are ignored for macros #151

Open
Bike opened this issue May 8, 2020 · 0 comments
Open

notinline declarations are ignored for macros #151

Bike opened this issue May 8, 2020 · 0 comments
Labels

Comments

@Bike
Copy link
Collaborator

Bike commented May 8, 2020

That is, compiler macros are still expanded. The CLHS page on notinline mentions that this works for macros too, and is in fact the only effect of notinline on a macro.

Fixing this will require extending the environment protocol to be able to represent notinline declarations in macro info. I don't know if Trucler does this, but cleavir-env certainly does not.

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

No branches or pull requests

1 participant