mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
@differentiable function is actually a triple (function, jvp, vjp). Previously normal thick function value witness table was used. As a result, for example, only function was copied, but none of differential components. This was the cause of uninitialized memory accesses and subsequent segfaults. Should fix now unavailable TF-1122
6.1 KiB
6.1 KiB