Skip to content

Instantly share code, notes, and snippets.

@pebble8888
Last active June 17, 2018 07:09
Show Gist options
  • Save pebble8888/1c3c4dd55d2ca1fc7d4668a0fdcd42cf to your computer and use it in GitHub Desktop.
Save pebble8888/1c3c4dd55d2ca1fc7d4668a0fdcd42cf to your computer and use it in GitHub Desktop.
swiftc -emit-assembly source.swift > output.s
_T0s14CountableRangeVAByxGx5lower_x5uppert15uncheckedBounds_tcfCSi_Tg5
---> generic specialization <Swift.Int> of Swift.CountableRange.init(uncheckedBounds: (lower: A, upper: A)) -> Swift.CountableRange<A>
~$ xcrun swift-demangle __T05hello1as14CountableRangeVySiGvp
_T05hello1as14CountableRangeVySiGvp ---> hello.a : Swift.CountableRange<Swift.Int>
~$ xcrun swift-demangle __T05hello1dSivp
_T05hello1dSivp ---> hello.d : Swift.Int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment