[swift-dev] SIL Inspector
Alex Blewitt
alex.blewitt at gmail.com
Wed Apr 13 16:23:27 CDT 2016
The presentation I gave at QCon London 2016 where I talked about SIL Inspector has now been published on InfoQ:
http://www.infoq.com/presentations/swift-open-source
Alex
> On 4 Dec 2015, at 13:27, 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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20160413/4abf65d6/attachment.html>
More information about the swift-dev
mailing list