proletariatgames / unreal.hx

Unreal.hx: Haxe Integration for Unreal
MIT License
423 stars 42 forks source link

Use the most significant bit instead of the least as a tag #102

Closed waneck closed 5 years ago

waneck commented 5 years ago

Also, allow the implementation to be swapped, and add a fat pointer implementation for platforms where the most significant bit cannot be safely used as a tag (e.g. 32-bit platforms)