Re: [eigen] binary bloat with recent sse stuff |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] binary bloat with recent sse stuff
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 6 Apr 2009 15:40:04 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=+GI5aguqmvhgn8TufE1BEVF3iTNzglyLTY1H3VQrq8w=; b=WEB2N5whfL+OUdhhBzsHZoLR6MMrqJI/lnBIm/pxw5tr6O4a9VCxTa2OuZYytHn9+T v2GIeZfLslx6xgIDOF3U9ZyoKlZowCa2HgzAFhQqih9JV+1NTyWFuMsRFr5aegwswoua XWI9tg/oi6KKTN4xYfcuBRKAitHtmC2lK+aVw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=DHfyuDgZNUVzqLlmXgbdWKARNDtejO1NEo23UofeCj3arukSqw6ILJ/I0lTC0Pz4Fc KIKLolYMWDyDqEgKboxnRF5N9sbbMTbzyuthx4iU2LGJ/a7u/gYw9e1ReqruY46fJHog Ka4e5PCHVAwcaqJgE4o6+ecpsEr2g756SEKlA=
2009/4/4 Rohit Garg <rpg.314@xxxxxxxxx>:
> Whoops, 17KB for a null program.
>
> The function specific constants (for sin,cos,log,exp) could be rolled
> into the function body so that they are not visible outside.
Good idea, done. That works. For the other symbols, the function
symbols, it seems that a "svn up" took care of them:) So we're back to
0 Eigen symbols for a trivial program. good!
> If the
> functions are not instantiated, may be they won't be generated. Also,
> what does compiling with -Os give?
Just FYI, it didn't make a difference.
Benoit