|
|
|
|
|
by loup-vaillant
2344 days ago
|
|
C compiler writers have answered that conundrum a long time ago: "if you (even accidentally) rely on undefined behaviour, the warranty is void". I don't necessarily agree, but if we have a way to avoid undefined behaviour (and at least in C there are ways to make pretty thorough checks), then it works in practice. |
|
If it doesn't work for C regarding mainstream adoption, how come it will work for Vulkan?