<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 10, 2015 at 3:25 PM, Romanova, Katya <span dir="ltr"><<a href="mailto:Katya_Romanova@playstation.sony.com" target="_blank">Katya_Romanova@playstation.sony.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d">Hi David,</span><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d"> </span><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d">I wanted to follow up on this bug. I still haven’t heard a definite “yes” or “no” from the other developers.</span><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d"> </span><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d">Here are my thought on why adding DW_TAG_imported_module is beneficial:           </span><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d"> </span><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d">(1) We will be more consistent with debug info generated by other compilers (e.g. GCC and Intel's ICC).</span></p></div></div></blockquote><div><br>Sure enough - and I'd usually argue from consistency if it was a large issue in a wide existing install base (I've made that argument for doing some far weirder things than this to Clang/LLVM's debug info output in the name of compatibility). But it sounds like in this case you're not shipping Clang off to a wide variety of machines with existing PS Debuggers that you don't control/ship, so it just comes down to "fix in LLVM or fix in PS Debugger"<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal" style="background:white"><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d">(2) It resolves ambiguity created by lack of specification. LLDB and GDB are not the only debuggers in the world. Since it's a grey
 area in the DWARF spec, other debuggers might not automatically import the anonymous namespaces.</span></p></div></div></blockquote><div><br>I don't quite see the ambiguity - we've provided the DWARF that describes the source. It's up to the debugger to use the language semantics to use that DWARF appropriately. I'd simply consider it (an understandable) bug in those debuggers & honestly a simple bug/oversight in existing compilers most likely (because they implemented anonymous namespaces just as the C++ spec says "equivalent to namespace <unmentionable> { } using <unmentionable>" - because they didn't have a more source-accurate representation like Clang has) that debuggers just got used to being given, they haven't had to deal with something more source accurate.<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal" style="background:white"><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d"> </span><span style="color:rgb(31,73,125);font-family:'Segoe UI',sans-serif;font-size:11pt">About your concerns:</span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d">(1) Import is implicit. It's marked as "artificial", so it shouldn't be confusing for the debuggers.</span><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d">(2) The impact of the size increase is minimal, 6 bytes per anonymous namespace.</span><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d">(3) The added complexity is very small. The patch is tiny and clear.</span></p></div></div></blockquote><div><br>It's also in LLVM, building more (certainly this isn't the first instance by any stretch, but it's certainly not an ideal state of affairs) language-specific understanding into LLVM, which makes it harder for LLVM to support other source languages (what happens when some source language really doesn't want this imported module TAG emitted because it changes the meaning?).<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal" style="background:white"><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d"> </span><span style="color:rgb(31,73,125);font-family:'Segoe UI',sans-serif;font-size:11pt">I think the benefits clearly outweigh the drawbacks.</span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d"> </span><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d">We are talking about adding just one tag and a couple of attributes in some rare cases (like anonymous array).</span></p></div></div></blockquote><div><br></div><div>Hmm - what's this about anonymous arrays? (what are anonymous arrays?)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d"> From what I remember,
 there are several existing attributes that are not exactly universally used, e.g. the DW_AT_APPLE_* attributes that are generated for all platforms, I'm not sure if anybody outside Apple has any use for it. And I haven't seen anybody raising any concerns related
 to size increases stemming from these attributes. . And we're just asking to add 6 bytes per anonymous namespace.</span><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u> <u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d">Sony’s debugger is just asking for a tiny bit of information from the compiler. It's not much really, but without this help. Fixing
 this problem in the debugger would be much harder. It might help other debuggers as well.</span></p></div></div></blockquote><div><br>Well, now that we've added the IsPS4 handling no DwarfDebug anyway, how's about we just put it behind that flag? I still don't much like it, but at least the workaround will be limited to where it's needed, so we'll know when to remove it, etc.<br><br>- David<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal" style="background:white"><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d"> </span><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal" style="background:white"><span style="font-size:11.0pt;font-family:"Segoe UI","sans-serif";color:#1f497d">Katya.</span><span style="font-size:10.0pt;font-family:"Segoe UI","sans-serif";color:black"><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> David Blaikie [mailto:<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>]
<br>
<b>Sent:</b> Tuesday, March 03, 2015 9:44 AM<br>
<b>To:</b> <a href="mailto:reviews%2BD7895%2Bpublic%2B7827be49c0b04087@reviews.llvm.org" target="_blank">reviews+D7895+public+7827be49c0b04087@reviews.llvm.org</a><br>
<b>Cc:</b> Romanova, Katya; Eric Christopher; Frédéric Riss; Duncan P. N. Exon Smith; <a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><span class=""><br>
<b>Subject:</b> Re: [PATCH] Anonymous namespaces are missing import DW_TAG_imported_module.<u></u><u></u></span></span></p>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">On Fri, Feb 27, 2015 at 5:28 PM, Paul Robinson <<a href="mailto:Paul_Robinson@playstation.sony.com" target="_blank">Paul_Robinson@playstation.sony.com</a>> wrote:<u></u><u></u></p><div><div class="h5">
<p class="MsoNormal">It's an arguable gray area in the compiler/debugger contract.  How much<br>
does the compiler _require_ the debugger to know?  (Which is different<br>
from how much the debugger knows for the purpose of improving the user's<br>
debugging experience.)<u></u><u></u></p>
<div>
<p class="MsoNormal"><br>
I don't quite see the grey here - I thought the line of reasoning you've provided in the past was fairly simple: source fidelity. The source doesn't have a using directive in it, so I don't know why we'd expect to see one in the debug info.<br>
 <u></u><u></u></p>
</div>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal">This change reduces that requirement, with very low size cost (which we<br>
are pretty sensitive to).  A debugger that auto-imports anonymous<br>
namespaces will see the import and recognize that it has already imported<br>
 that scope, so the cost there is also very low.<br>
<br>
Not seeing a whole lot of down-side here.<u></u><u></u></p>
</blockquote>
<div>
<p class="MsoNormal"><br>
Mostly just principles & a desire not to add cruft in source or output.<br>
<br>
Not sure if other people have any opinion on this, I'm happy to defer.<br>
 <u></u><u></u></p>
</div>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
<br>
<a href="http://reviews.llvm.org/D7895" target="_blank">http://reviews.llvm.org/D7895</a><br>
<br>
EMAIL PREFERENCES<br>
  <a href="http://reviews.llvm.org/settings/panel/emailpreferences/" target="_blank">
http://reviews.llvm.org/settings/panel/emailpreferences/</a><br>
<br>
<u></u><u></u></p>
</div>
</div>
</blockquote>
</div></div></div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
</div>
</div>

</blockquote></div><br></div></div>