ispc / ispc/ispc

Add support for aliasing pointers/references

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.