Re: [eigen] again msvc inlining... |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] again msvc inlining...
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Sun, 14 Mar 2010 13:05:21 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=0Ag2MLAddwGfaF8sEFarTxG9kOpAkhZbsN47SBLsBoc=; b=PmzhbVihC/QDnkV33Ko5b+XxlrPe7ZvVMWpT7QpEU+s4Wr+8jsyJtTwunI1LrY3qyW +vnVLVyVuceCtS7BgsIcwhhq84URX3Iemtum/+iBx/AuXqtLCTk4HxV32NWc+2oEvQmI K5yls6n7lATCoxmZX380vsTioUPow8PqFfQ20=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=gNP5yqBjA3iGI7xSBk68XKEVaD1E1E8q7fPBIft5hH3btn7Ki5HFWPXG6nX6F2WNnl t86rySDXnL/p3EUpVgjFL4R52gX1JzNM5vycUPHOj85paSRNo2yoz2Lo9tuiDjoxdyzD nqhNzj07hqh581rvlV3RK8uz5EUANXSo6U1wg=
On Sun, Mar 14, 2010 at 12:37 PM, Hauke Heibel
<hauke.heibel@xxxxxxxxxxxxxx> wrote:
> You are not seeing the effect in your program since this is unit test
> related. If you define ei_assert as it is done in main.h and if you
> enable internal debugging, you will see the same effect on MSVC --
> guaranteed. It's a hard-coded compiler heuristic.
I just recognized that you replied to removing the inline keyword in
general - forget about what I wrote here. ;)
- Hauke