This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: ints in parallel code
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Cc: Johannes Singler <singler at ira dot uka dot de>
- Date: Thu, 05 Nov 2009 13:12:14 +0100
- Subject: Re: ints in parallel code
- References: <4AF188F1.3040306@oracle.com>
Paolo Carlini wrote:
> today was going through the parallel code to do some more or less
> formatting and uglifications fixes, when I noticed something potentially
> much more serious: I'm seeing many plain ints around, also for things
> which look like indexes in data, differences of iterators, things like
> that.
In particular, I wish you could double check the various ints used in
the *multiway* functions, which seem all suspect to me.
Paolo.