Re: [PATCH v2] mbi: use per segment a separate relocator chunk

2018-06-12 Thread Alexander Boettcher
Agree, resend it as v3 patch. On 11.06.2018 22:09, Daniel Kiper wrote: > On Tue, Jun 05, 2018 at 10:14:49PM +0200, Alexander Boettcher wrote: >> Instead of setting up a all comprising relocator chunk for all segments, >> use per segment a separate relocator chunk. >> >> If the ELF is non-relocatab

Re: [PATCH v2] mbi: use per segment a separate relocator chunk

2018-06-11 Thread Daniel Kiper
On Tue, Jun 05, 2018 at 10:14:49PM +0200, Alexander Boettcher wrote: > Instead of setting up a all comprising relocator chunk for all segments, > use per segment a separate relocator chunk. > > If the ELF is non-relocatable, a single relocator chunk will comprise memory > (between the segments) whi

[PATCH v2] mbi: use per segment a separate relocator chunk

2018-06-05 Thread Alexander Boettcher
-- Alexander Boettcher Genode Labs http://www.genode-labs.com - http://www.genode.org Genode Labs GmbH - Amtsgericht Dresden - HRB 28424 - Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth >From b7c351fe57a3c8aacba5bdc1b4c886eebcaea980 Mon Sep 17 00:00:00 2001 From: Alexand