<div dir="ltr">Without looking at the implementation, it looks to me like the filename is doubled for some reason. This may suggest places to look.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 16, 2020 at 2:57 PM Cheng Shao <<a href="mailto:cheng.shao@tweag.io">cheng.shao@tweag.io</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all,<br>
<br>
Following a short chat in #ghc last week, I did a first attempt of<br>
reusing existing Iface logic to implement serialization for<br>
codegen-related Core. The implementation is included in the attached<br>
patch (~100 loc). As a quick and dirty validation of whether it works,<br>
I also modified the codegen pipeline logic to do a roundtrip: after<br>
CorePrep, the Core bits are converted to Iface, then we immediately<br>
convert it back and use it for later compiling.<br>
<br>
With the patch applied, stage-1 GHC would produce a "missing hi file"<br>
error like:<br>
<br>
: Bad interface file: _build/stage1/libraries/ghc-prim/build/GHC/Types.hi<br>
      _build/stage1/libraries/ghc-prim/build/GHC/Types.hi:<br>
openBinaryFile: does not exist (No such file or directory)<br>
<br>
The error surprises me, since by the time we perform the Core-to-Core<br>
roundtrip, the .hi file should already have been written to disk. Is<br>
there anything obviously wrong with the implementation? I'd appreciate<br>
any pointers or further questions, thanks a lot!<br>
<br>
Best regards,<br>
Cheng<br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>brandon s allbery kf8nh</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a></div></div></div></div></div>