|
|
|
|
|
by pron
3204 days ago
|
|
> The RTSJ solution is to simply pre-allocate everything you could ever want and reuse that. That's not the RTSJ solution. RTSJ uses arenas, which are great if you have regular allocation/deallocation cycles, like, say, a frame in a game. |
|
So how do I get a user’s Oracle JRE installation to use arenas? The only realistic scenario is to preallocate and reuse.