On 8 April 2013 20:59, Manu <turkeyman@gmail.com> wrote:
Does GDC have access to a GDC-specific __restrict attribute to tag stuff manually? I'm struggling to think where it can be automated...

I guess immutable is a subset of __restrict.
It should definitely leverage at least 50% of __restrict's value to to mark immutable stuff as such.