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

unsafe_getindex, etc #4

Closed
andyferris opened this issue Jul 27, 2016 · 1 comment
Closed

unsafe_getindex, etc #4

andyferris opened this issue Jul 27, 2016 · 1 comment

Comments

@andyferris
Copy link
Member

I'm having difficulties getting the same codegen out of @boundscheck and @inbounds pairs compared to not having a bounds check at-all (especially in the mutable case), so I'm suggesting we instead use unsafe_getindex and unsafe_setindex, at least for the linear case. It means a little more effort for people creating their own mutable array types, though...

@andyferris
Copy link
Member Author

I think I've put @boundschecks everywhere

oschulz pushed a commit to oschulz/StaticArrays.jl that referenced this issue Apr 4, 2023
infer constructors and add test for it
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

No branches or pull requests

1 participant