libgomp platform customization

Sebastian Huber sebastian.huber@embedded-brains.de
Thu Jan 31 09:58:00 GMT 2019


On 31/01/2019 10:56, Jakub Jelinek wrote:
> On Thu, Jan 31, 2019 at 10:37:29AM +0100, Sebastian Huber wrote:
>> My problem is that our real-time operating system (RTEMS) is somewhere in
>> between a full blown Linux and the offload hardware. I would like to get rid
>> of stuff which depends on the Newlib struct _reent since this pulls in a lot
>> of dependencies. The heavy weight functions are just used for the
>> initialization (env.c) and error reporting. Containing the heap allocation
>> functions helps to control the memory used by OpenMP computations.
> Heap allocations are everywhere in libgomp, not just in initialization,
> for parallel, offloading, tasking, worksharing constructs, ...
> You won't get far without that.

I would like to use a specialized heap for OpenMP and not the general 
purpose malloc(), etc.

-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the Gcc mailing list