Ahh sorry, I jumped in kinda late and the thread was already quite long so I didn’t read everything.  It would probably be some overhead to learn how to write the asm files but you can probably have clang-cl generate one for you and just move the directives around <br><div class="gmail_quote"><div dir="ltr">On Fri, Jun 8, 2018 at 12:18 PM Pavel Labath <<a href="mailto:labath@google.com">labath@google.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, 8 Jun 2018 at 19:58, Zachary Turner <<a href="mailto:zturner@google.com" target="_blank">zturner@google.com</a>> wrote:<br>
><br>
><br>
><br>
> On Fri, Jun 8, 2018 at 11:52 AM Pavel Labath <<a href="mailto:labath@google.com" target="_blank">labath@google.com</a>> wrote:<br>
>><br>
>> On Fri, 8 Jun 2018 at 18:48, Leonard Mosescu <<a href="mailto:mosescu@google.com" target="_blank">mosescu@google.com</a>> wrote:<br>
>> ><br>
>> > To me, a linker order file (of any linker) sounds like a good<br>
>> abstraction level for generating that kind of input (on linux, I might<br>
>> have preferred a .s file with hardcoded .loc directives, but that<br>
>> doesn't seem to be a thing on windows).<br>
><br>
><br>
> Why not?  I think that would work fine (it’s called .cv_loc in codeview though)<br>
<br>
Because I didn't know that's possible? :D<br>
<br>
I dropped a remark about .s files several pages back but noone picked<br>
it up, so I assumed it's infeasible for some reason. If that is the<br>
case, then this really sounds like a good idea. This way we should be<br>
even able to generate the split function without relying on PGO or<br>
checked-in binaries.<br>
</blockquote></div>