hxcpp
hxcpp copied to clipboard
@:stackOnly still generates allocations
Hi,
When I specify @:stackOnly on a class, it still allocates it inside the cpp file using the __alloc( HX_CTX for the class.
Is there anyway to FORCE the object to be created on the stack in c++?
Thanks, Ryan.