Skip to Content.
Sympa Menu

svadev - Re: [svadev] Linkage Types

svadev AT lists.siebelschool.illinois.edu

Subject: Svadev mailing list

List archive

Re: [svadev] Linkage Types


Chronological Thread 
  • From: Arushi Aggarwal <arushi987 AT gmail.com>
  • To: svadev AT cs.uiuc.edu
  • Subject: Re: [svadev] Linkage Types
  • Date: Tue, 19 Oct 2010 09:49:40 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/svadev>
  • List-id: <svadev.cs.uiuc.edu>

I was asking because, for C++ programs, a lot of the class functions get linkonce_odr and weak_odr linkages. Which led to a lot of DSNodes being marked External.

But running internalize as preprocessing helps.

I guess that is the correct solution.

-Arushi

On Sun, Oct 17, 2010 at 10:24 AM, John Criswell <criswell AT uiuc.edu> wrote:
On 10/17/2010 12:34 AM, Arushi Aggarwal wrote:

DSA checks whether or not a function has InternalLinkage to mark it external. Do we not care about all the other linkage types? Arent there others that could be considered non-external?


Which other linkage types do you think should be internal?

-- John T.

 

Arushi



_______________________________________________
svadev mailing list
svadev AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/svadev





Archive powered by MHonArc 2.6.16.

Top of Page