Files
swift-mirror/SwiftCompilerSources/Sources/SIL
Erik Eckstein 3fca8cd06e Swift SIL: speed up Operand.value
Instead of doing the type casts and/or conformance lookup on the swift side, do it on the C++ side.
It makes a significant performance difference because `Operand.value` is a time critical function
2023-03-14 21:07:03 +01:00
..
2023-03-14 21:07:03 +01:00