Re: [swift-users] Functions getting compiled multiple times

2017-11-05 Thread Slava Pestov via swift-users
> On Nov 5, 2017, at 12:23 PM, Dan Stenmark via swift-users > wrote: > > I’ve recently been profiling our compile times using the > -debug-time-function-bodies flag, and I’ve noticed that some functions seem > to be listed multiple times. I know that -debug-time-function-bodies isn’t > som

[swift-users] Functions getting compiled multiple times

2017-11-05 Thread Dan Stenmark via swift-users
I’ve recently been profiling our compile times using the -debug-time-function-bodies flag, and I’ve noticed that some functions seem to be listed multiple times. I know that -debug-time-function-bodies isn’t something that’s officially supported, but I’m not sure how to distinguish between a b