mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 09:28:06 +02:00
The original semantic of discardable parameters was "okay, nothing actually uses this parameter, feel free to clobber it", but we were only using it with tail calls from a function without discardable parameters, which was broken. Instead, slightly change the use-case and utilize the "discardable" attribute to mark parameters that the callee will clobber in a tail call. This makes doing tail calls safe when the tail callee receives a modified set of parameters. Cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39579> |
||
|---|---|---|
| .. | ||
| addrlib | ||
| ci | ||
| common | ||
| compiler | ||
| drm-shim | ||
| gmlib | ||
| lanczoslib | ||
| llvm | ||
| registers | ||
| vpelib | ||
| vulkan | ||
| meson.build | ||