mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-25 10:11:10 +01:00
The "jump magic" codepath was never written, and would have involved a lot of low-level and platform/processor/compiler specific work. A better solution is for compilers to treat the function call in the jump table functions as a tail call, which would effectively produce the same result in a portable way. Clang already has a way to do this that we could add later. But this wouldn't need a separate "jump magic" section.