== Progress ==
* Turn off 64-bits bitops in Neon: patch proposed upstream after
positive benchmarking.
Re-submitted after request to add testcases and documentation for
the new option.
* Disable peeling: running benchmarks with peeling completely disabled
to see the impact.
* PGO/hot-cold part
On Mon, Dec 3, 2012 at 11:09 AM, Ajeet Yadav wrote:
> Linux version 3.0.33 (Cortex A15)
> Below program crashes with 2.14.1 glibc but runs fine with 2.11.1 glibc.
>
> #include
> #include
> #include
> #include
> #include
> #include
>
> #define MAX_LINE_SIZE 80
>
> #define MAX_THREAD 20
Linux version 3.0.33 (Cortex A15)
Below program crashes with 2.14.1 glibc but runs fine with 2.11.1 glibc.
#include
#include
#include
#include
#include
#include
#define MAX_LINE_SIZE 80
#define MAX_THREAD 20
#define MAX_POPEN 10
#define MALLOC_SIZE 16
void* pipe_thread(void *arg)
On Fri, Nov 30, 2012 at 7:01 PM, Mans Rullgard wrote:
> On 30 November 2012 10:39, Ajeet Yadav wrote:
>> Linux version 3.0.33 (Cortex A15)
>> Below program crashes with 2.14.1 glibc but runs fine with 2.11.1 glibc.
>>
>> #include
>> #include
>> #include
>> #include
>> #include
>> #include
>
The minutes of the performance call held on 3 December 2012 can be found at:
https://wiki.linaro.org/WorkingGroups/ToolChain/Meetings/2012-12-03
In summary the actions from the meeting are:
* ACTION: Yvan will do the trunk merge this week
* ACTION: Yvan to do the GCC release next week
* ACTIO