Version
4.0-620
Branch
index_buffer_cleanup
Date
9 years, 2 months ago
Windows x64 Windows x86
Commit
454d944ee8aed3549ce0c54fa2b8b88adc2ddc78
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.