-
Notifications
You must be signed in to change notification settings - Fork 18
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
Drop the misleading Jit
from CompilerForCAP
#1260
Comments
I describe in the manual (right at the beginning) in which sense it still is a just-in-time compiler:
We also see this in Julia: Every time a new category is added, Julias JIT compiler triggers because compiling code independent of a concrete category is usually not enough. Nevertheless, I would be open for dropping the |
Sorry, the title of the issue was also misleading :) What I had in mind is to replace |
What I do not like about
The small "c" in the first case ensures that tab completion on If course one might misread |
I agree :) |
No description provided.
The text was updated successfully, but these errors were encountered: