[swift-users] Is there a way to @NoInline a func or method?
Mish Awadah
mawadah at apple.com
Thu Dec 10 12:04:28 CST 2015
Maybe I don’t understand the depth of your question, but a cursory Google search turns up this: http://stackoverflow.com/questions/27881051/is-there-a-way-in-swift-to-declare-an-inline-function
- mish
> On Dec 10, 2015, at 8:23 AM, Karl Pickett via swift-users <swift-users at swift.org> wrote:
>
> Two use cases:
>
> 1. poking around in the asm for learning. Currently one can work around by putting funcs in different files and not using -whole-module, but it is time consuming and ugly.
> 2. Profiling an existing program. When a class method calls another method in the same class, I don't have a workaround to not inline it.
>
> Also, is there a -fno-optimize-sibling-calls equivalent for swiftc? I don't have a pressing use but was just wondering, because it was shown in the WWDC videos as being helpful for profiling.
>
> Thanks,
>
> - Karl
> _______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://lists.swift.org/mailman/listinfo/swift-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20151210/4313ef35/attachment.html>
More information about the swift-users
mailing list