vancegroup / vr-jugglua

VR JuggLua: A Framework for VR Applications Combining Lua, OpenSceneGraph, and VR Juggler
Boost Software License 1.0
11 stars 12 forks source link

Perform garbage collection only while vrjuggler is drawing? #53

Open rpavlik opened 12 years ago

rpavlik commented 12 years ago

The idea is to stop garbage collection during (late)preframe to reduce latency from input data to display update, then during the kernel frameloop part that runs parallel with draw (intraframe?) run the garbage collector.

Not sure if it's needed or helpful, not sure if it's safe.