[llvm-commits] [llvm] r140616 - in /llvm/trunk/lib/Target/PTX: PTXAsmPrinter.cpp PTXISelDAGToDAG.cpp PTXISelLowering.cpp PTXInstrLoadStore.td PTXMachineFunctionInfo.h PTXRegisterInfo.cpp

Justin Holewinski justin.holewinski at gmail.com
Wed Sep 28 05:01:26 PDT 2011


On Wed, Sep 28, 2011 at 5:23 AM, NAKAMURA Takumi <geek4civic at gmail.com>wrote:

> > Fixed (without dirty hacks) in r140679.
>
> Thanks Benjamin! ...Takumi
>

This isn't the first time I've been bit by SelectionDAG nodes not keeping
internal copies of strings.  What is the design rationale for this?  Memory
footprint?  In other places, I have to make sure I hold on to
dynamically-generated names that get passed to getTargetExternalSymbol().


-- 

Thanks,

Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110928/5944ab00/attachment.html>


More information about the llvm-commits mailing list