[swift-dev] SIL Inspector
Mish Awadah
mawadah at apple.com
Fri Dec 4 12:28:15 CST 2015
This is cool! Thanks!
- mish
> On Dec 4, 2015, at 5:27 AM, Alex Blewitt <alex.blewitt at gmail.com> wrote:
>
> I wrote a small utility SILInspector [1] (which wraps around the output of xcrun swiftc -emit-sil and friends) for my presentation at GotoCon Berlin yesterday [2]. It’s primarily a tool that’s useful for seeing what gets generated by each stage of the pipeline and (for example) showing how in-lining optimisations can lead to further optimisations resulting in functions being completely excluded in compiled output.
>
> It might be of interest to those experimenting with the compiler and/optimisations, although as I said, there’s nothing that can’t be done from the command line.
>
> Alex
>
> [1] https://github.com/alblue/SILInspector <https://github.com/alblue/SILInspector>
> [2] https://speakerdeck.com/alblue/swift-2-under-the-hood-gotober-2015 <https://speakerdeck.com/alblue/swift-2-under-the-hood-gotober-2015>
>
> _______________________________________________
> swift-dev mailing list
> swift-dev at swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20151204/72afa661/attachment.html>
More information about the swift-dev
mailing list