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
..
2022-10-20 09:20:28 +02:00
2023-01-16 15:11:34 +01:00
2023-01-16 15:11:34 +01:00
2023-02-09 06:50:05 +01:00
2022-08-24 17:55:02 +02:00
2023-02-15 18:17:32 +01:00
2023-01-16 19:00:09 +01:00
2022-08-22 13:22:14 +02:00
2023-02-21 17:57:29 +01:00
2023-02-09 06:50:05 +01:00
2022-10-05 07:37:41 +02:00
2023-02-09 06:50:05 +01:00
2023-02-11 08:55:20 +01:00
2023-01-16 19:00:09 +01:00
2023-02-15 21:14:32 +01:00
2022-12-12 19:08:57 +01:00
2023-03-14 21:07:03 +01:00
2022-10-05 07:37:41 +02:00
2022-10-18 18:55:57 +01:00