Re: [eigen] Totally missing /O2 for MSVC-Compiler |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Totally missing /O2 for MSVC-Compiler
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 29 Jan 2009 22:08:37 -0500
- 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=fLCPxMm1lrAPy/8gDW399n3V00ocEezjXYIFPw3tKC0=; b=rVRlRZ/k8U8nvSvR5VD5ORfhRJVnONZT2IjHDBiuSnEO/5g4LQCUt6+2v5IMvc8Gs8 fukSGHxP3XrJPvXqP5NYEGR7/gs8WQkhsdmZFu3Sv6/Jwhk70vvfcAfW3JR7fJQqoA5E 2d51uCAmp0fPkHUipH7di2bE1TXNe/O/b6E6Q=
- 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=T30h8paQTb1X2/enlSEc41xiyqF1oArqFNE6sN6GJ46FGjMeJ4g16SsADtYapcCw8T 2NDZ+MySitbbnDvGjdfPgWdmxa4EY8XcNFaba5wVP/IGuva7VY6wsRgPhEn+FLmIcAWx TPa5lG1uhHe70Ur1cc55e0uHpg+Zjrj/NYSr8=
2009/1/29 Gael Guennebaud <gael.guennebaud@xxxxxxxxx>:
> eventually I get all green with:
>
> /DWIN32 /D_WINDOWS /Zm1000 /EHsc /O2 /arch:SSE2
>
> so I backported to both the branch and the tag.
>
> gael.
OK thank you very much and kudos for nailing this ICE, really the most
tricky issues to deal with!
Benoit
>
> On Thu, Jan 29, 2009 at 11:52 PM, Gael Guennebaud
> <gael.guennebaud@xxxxxxxxx> wrote:
>> ok I managed to reproduce the error when activating /O2 and SSE2. I
>> think this issue is fixed in rev 918446.
>>
>> Can you tell us if that works for you too ?
>>
>> Benoit: if you get a positive answer and I don't respond, please
>> backport it in the tag.
>>
>> cheers,
>> Gael.
>>
>> On Thu, Jan 29, 2009 at 9:10 PM, Gael Guennebaud
>> <gael.guennebaud@xxxxxxxxx> wrote:
>>> ah, right. so I'll try to compile in release mode. unfortunately our
>>> porting cluster is busy right now (the nightly builds just started) so
>>> I have to wait for a windows machine....
>>>
>>> gael.
>>>
>>> On Thu, Jan 29, 2009 at 8:33 PM, FMDSPAM <fmdspam@xxxxxxxxx> wrote:
>>>> Hi Folks,
>>>>
>>>> you can imagine my surprise, when I was looking at my own CDash Entry: ALL
>>>> GREEN.
>>>> All tests compile and run. After a first period of confused joy my attention
>>>> was going towards the timings. DARK RED! IMHO.
>>>> Hey Gael: pipol6 are dead slow too....
>>>>
>>>> The reason is, that for compiler other then gcc NO OPTIMIZATION is set.
>>>> That is the difference, because all automated tests pass and my handmade
>>>> test don't want to compile.
>>>>
>>>> Conclusion:
>>>> We were blind all the time!
>>>> All the MSVC problems are general and probably quite old.
>>>>
>>>> Cheers
>>>> Frank
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>
>
>
>