<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">The presentation I gave at QCon London 2016 where I talked about SIL Inspector has now been published on InfoQ:<div class=""><br class=""></div><div class=""><a href="http://www.infoq.com/presentations/swift-open-source" class="">http://www.infoq.com/presentations/swift-open-source</a></div><div class=""><br class=""></div><div class="">Alex<br class=""><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 4 Dec 2015, at 13:27, Alex Blewitt &lt;<a href="mailto:alex.blewitt@gmail.com" class="">alex.blewitt@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">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.<div class=""><br class=""></div><div class="">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.</div><div class=""><br class=""></div><div class="">Alex</div><div class=""><br class=""></div><div class="">[1]&nbsp;<a href="https://github.com/alblue/SILInspector" class="">https://github.com/alblue/SILInspector</a></div><div class="">[2]&nbsp;<a href="https://speakerdeck.com/alblue/swift-2-under-the-hood-gotober-2015" class="">https://speakerdeck.com/alblue/swift-2-under-the-hood-gotober-2015</a>&nbsp;</div></div></div></blockquote></div><br class=""></div></div></body></html>