We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Base._stable_typeof
Whenever we tell the compiler the type of something, we should follow Base._stable_typeof and also tell it the value if the value is a type. i.e.
julia> @b Int rand 84.453 ns (1.17 allocs: 19.085 bytes)
Should be type-stable
The text was updated successfully, but these errors were encountered:
Needs documentation changes, too.
Sorry, something went wrong.
No branches or pull requests
Whenever we tell the compiler the type of something, we should follow
Base._stable_typeof
and also tell it the value if the value is a type. i.e.julia> @b Int rand 84.453 ns (1.17 allocs: 19.085 bytes)
Should be type-stable
The text was updated successfully, but these errors were encountered: