Hi,
In https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html , the
description of option `-freorder-blocks' says `in order to reduce
number of taken branches and improve code locality'. It is confusing.
When will the `and' condition happen? That is, taken branches reduced
AND code locality impr
Hi,
I've been adding an fn spec function attribute to some openacc builtin
functions:
...
diff --git a/gcc/builtin-attrs.def b/gcc/builtin-attrs.def
index 9c05a94..4e34192 100644
--- a/gcc/builtin-attrs.def
+++ b/gcc/builtin-attrs.def
@@ -64,6 +64,7 @@ DEF_ATTR_FOR_INT (6)
DEF_ATTR_TREE_LIST
On Mon, Dec 01, 2014 at 09:35:25AM +0100, Tom de Vries wrote:
> I've been adding an fn spec function attribute to some openacc builtin
> functions:
> ...
> diff --git a/gcc/builtin-attrs.def b/gcc/builtin-attrs.def
> index 9c05a94..4e34192 100644
> --- a/gcc/builtin-attrs.def
> +++ b/gcc/builtin-a
[I have changed Tom Tromey's email address to his current one]
Hello Tobias,
Just for the record -- as I am trimming the original post for legibility
-- the initial message I am replying to can be read at
https://gcc.gnu.org/ml/gcc/2014-11/msg00357.html.
Tobias Burnus writes:
[...]
> Do you h
On 01/12/14 08:20, Pengfei Yuan wrote:
Hi,
Hi,
In https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html , the
description of option `-freorder-blocks' says `in order to reduce
number of taken branches and improve code locality'. It is confusing.
When will the `and' condition happen? That
2014-12-01 17:50 GMT+08:00 Kyrill Tkachov :
>> In https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html , the
>> description of option `-freorder-blocks' says `in order to reduce
>> number of taken branches and improve code locality'. It is confusing.
>> When will the `and' condition happen? Tha
On Dec 1 2014, Dodji Seketeli wrote:
Just for the record -- as I am trimming the original post for legibility
-- the initial message I am replying to can be read at
https://gcc.gnu.org/ml/gcc/2014-11/msg00357.html.
Tobias Burnus writes:
Do you have a suggestion how to best implement this whi
On Wed, 2014-11-26 at 10:17 -0700, Jeff Law wrote:
> I'm pleased to announce that David Malcolm been appointed as maintainer
> for the GCC JIT subsystem.
>
> David, please add yourself as the maintainer for that code in the
> MAINTAINERS file. I believe you have some patches to review and appro
On 01-12-14 09:43, Jakub Jelinek wrote:
On Mon, Dec 01, 2014 at 09:35:25AM +0100, Tom de Vries wrote:
I've been adding an fn spec function attribute to some openacc builtin
functions:
...
diff --git a/gcc/builtin-attrs.def b/gcc/builtin-attrs.def
index 9c05a94..4e34192 100644
--- a/gcc/builtin-
Hello,
Question:
Were any changes to the compile/link process...specifically ones
related to dlopen...for libgcc between versions 4.8.x and 4.9.x?
Background:
I was successfully able to bootstrap 4.8.0 from 4.7.0 on an Android
tablet. When I attempt to do the same...or when I attempt to upgrade
w
10 matches
Mail list logo