Open tgoyne opened 9 months ago
Thanks for the report! It looks like constructor prolog emission goes through a different code path than regular functions, and the hop_to_executor
emission in the constructor case has never handled isolated parameters.
Description
No response
Reproduction
Stack dump
Expected behavior
The initializer should be isolated to the given parameter.
Environment
swift-driver version: 1.90.8 Apple Swift version 5.10 (swiftlang-5.10.0.10.5 clang-1500.3.7.4)
Tested with Xcode 15.3 beta 1 and the toolchain from https://ci.swift.org/job/swift-PR-toolchain-macos/1041/.
Additional information
No response