Version
4.0-622
Branch
index_buffer_cleanup
Date
9 years, 2 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
304adc6e0ddef6411739d0fb577a63108a362c6a
Change author
degasus
Change description
IndexGenerator: inline all variables

As we do lots of writes to *Iptr, the compiler isn't allowed to cache any shared variable (neither index nor Iptr itself).
This commit inlines Iptr + index into the index generator functions, so the compiler know that they are const.