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
making jl_binding_t a statically allocated variable should be nice for performance.
jl_binding_t
The text was updated successfully, but these errors were encountered:
We suspect this is probably not a huge issue (we don't spend much time reading globals, and they're kind of slow anyway). Moved to 0.4.
Sorry, something went wrong.
moving this again, since it's not even measurable as a performance issue during profiling
It's unclear why we would do this, since it doesn't show up as an actual issue
JeffBezanson
No branches or pull requests
making
jl_binding_t
a statically allocated variable should be nice for performance.The text was updated successfully, but these errors were encountered: