Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(155)

Issue 457002: Use DW_AT_MIPS_linkage_name if it is available. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by rafael.espindola
Modified:
12 years, 1 month ago
Reviewers:
Ted Mielczarek, Ryan Sleevi, jimb, jimb
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Use DW_AT_MIPS_linkage_name if it is available.

Patch Set 1 #

Total comments: 2

Patch Set 2 : With Test #

Total comments: 7

Patch Set 3 : new patch #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/common/dwarf_cu_to_module.cc View 1 2 4 chunks +34 lines, -9 lines 1 comment Download
M src/common/dwarf_cu_to_module_unittest.cc View 1 2 20 chunks +44 lines, -24 lines 0 comments Download

Messages

Total messages: 15
Ted Mielczarek
This patch LGTM except for some minor formating issues, but I think it needs a ...
12 years, 2 months ago #1
Ted Mielczarek
Aside from splitting out the unrelated change and a few minor nits this looks good. ...
12 years, 1 month ago #2
rafael.espindola
12 years, 1 month ago #3
Ted Mielczarek
LGTM. I'll land this for you.
12 years, 1 month ago #4
Ryan Sleevi
Random drive-by about a comment that I think is functionally and factually problematic. https://breakpad.appspot.com/457002/diff/11001/src/common/dwarf_cu_to_module.cc File ...
12 years, 1 month ago #5
rafael.espindola
> src/common/dwarf_cu_to_module.cc:227: // assumption about how strings > are implemented? > As a drive by, ...
12 years, 1 month ago #6
jimb
Well, to be clear, we don't *rely* on strings being reference-counted; the code is correct ...
12 years, 1 month ago #7
jimb
On 2012/10/05 17:57:58, Ryan Sleevi wrote: > Random drive-by about a comment that I think ...
12 years, 1 month ago #8
rafael.espindola
> So, is it the case that on non-libstdc++ systems, assigning strings > always entails ...
12 years, 1 month ago #9
rafael.espindola
> If the comment is wrong now, it definitely should be changed. I will update ...
12 years, 1 month ago #10
jimb_red-bean.com
On Fri, Oct 5, 2012 at 1:45 PM, Rafael Espíndola <rafael.espindola@gmail.com> wrote: >> If the ...
12 years, 1 month ago #11
jimb_red-bean.com
On Fri, Oct 5, 2012 at 1:44 PM, Rafael Espíndola <rafael.espindola@gmail.com> wrote: > The string_ref ...
12 years, 1 month ago #12
jimb_red-bean.com
On Fri, Oct 5, 2012 at 6:19 PM, Jim Blandy <jimb@red-bean.com> wrote: > Well, our ...
12 years, 1 month ago #13
rafael.espindola
> Rather, shared_ptr<string> would be *preferable* for us, because it > lets us share the ...
12 years, 1 month ago #14
jimb_red-bean.com
12 years, 1 month ago #15
On Sat, Oct 6, 2012 at 5:49 AM, Rafael Espíndola
<rafael.espindola@gmail.com> wrote:
>> Rather, shared_ptr<string> would be *preferable* for us, because it
>> lets us share the same string between a bunch of objects whose
>> lifetimes we don't really want to have to think about too carefully.
>
> The existing comment suggest that the central map where we add the
> strings outlives every use. Is that not the case?

Actually, yes --- and that's it's purpose. So we could use std::string &.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted