octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Welcome C++11!


From: Júlio Hoffimann
Subject: Re: Welcome C++11!
Date: Thu, 13 Dec 2012 19:43:25 -0300

Exactly Ed, that was the only file i had to fix for it to compile.

Prefix all with "std::" and try again.

Regards,
Júlio.


2012/12/13 Ed Meyer <address@hidden>


On Thu, Dec 13, 2012 at 10:47 AM, Júlio Hoffimann <address@hidden> wrote:
Both not stripped. Do you think the contrast will be lower if we strip them?

Júlio.


2012/12/13 Jordi Gutiérrez Hermoso <address@hidden>
On 13 December 2012 11:55, Júlio Hoffimann <address@hidden> wrote:
> Jordi,
>
> Failures mostly related to NaN, Inf extreme cases. It's strange, i'll
> investigate if something changed in the standard, i doubt.
>
> Marco,
>
> C++98
> total 390M
> -rwxr-xr-x 1 root root 1.2K 2012-12-12 12:55 liboctave.la*
> -rwxr-xr-x 1 root root 158M 2012-12-12 12:55 liboctave.so.1.0.1*
> -rwxr-xr-x 1 root root 1.4K 2012-12-12 12:56 liboctgui.la*
> -rwxr-xr-x 1 root root  17M 2012-12-12 12:56 liboctgui.so.0.0.0*
> -rwxr-xr-x 1 root root 1.3K 2012-12-12 12:56 liboctinterp.la*
> -rwxr-xr-x 1 root root 217M 2012-12-12 12:56 liboctinterp.so.1.0.1*
>
> C++11
> total 44M
> -rwxr-xr-x 1 root root 1.2K 2012-12-13 13:42 liboctave.la*
> -rwxr-xr-x 1 root root  19M 2012-12-13 13:42 liboctave.so.1.0.1*
> -rwxr-xr-x 1 root root 1.4K 2012-12-13 13:43 liboctgui.la*
> -rwxr-xr-x 1 root root 1.7M 2012-12-13 13:43 liboctgui.so.0.0.0*
> -rwxr-xr-x 1 root root 1.3K 2012-12-13 13:42 liboctinterp.la*
> -rwxr-xr-x 1 root root  23M 2012-12-13 13:42 liboctinterp.so.1.0.1*
>
> Huge differences, almost 9x reduction. Isn't that cool?!

Are both stripped? What's are the sizes pre-stripping?

- Jordi G. H.

when I tried building the tip with -std=c++11 I get a bunch of errors in Faddeeva.cc like

../../../liboctave/cruft/Faddeeva/Faddeeva.cc:289:21: error: call of overloaded 'isnan(double&)' is ambiguous

I suppose this is related to the "gnulib warnings when compiling Faddeeva.cc" thread


--
Ed Meyer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]