Add support for aliasing pointers/references
Open
Performance
- Dominant language
- C++
- Stars
- 3k
- Forks
- 352
- PR merge metrics
- No merged PRs in 30d
Description
ispc currently expects/requires that there be no aliasing in pointers from the app and references in the ispc program. I think that this is the right default, but it would be nice to allow the programmer to declare which pointers may alias and use that information accordingly during compilation. (i.e. the inverse of "restrict")
Contributor guide
Assessment
This issue has not been assessed yet.