Text only
|
Text with Images
LWJGL Forum
Programming => Lightweight Java Gaming Library => Topic started by: Matthias on April 22, 2007, 16:58:59
Title:
Make StateTracker more inline friendly
Post by:
Matthias
on
April 22, 2007, 16:58:59
StateTracker is heavily used by VBO apps.
The patch moves code that grows the state stack into a different method and reduces the bytecode size of the methods in the hot path.
Text only
|
Text with Images