mirror of
https://github.com/apple/swift.git
synced 2026-01-07 22:52:31 +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
9.4 KiB
9.4 KiB