On Tue, 22 Oct 2024 01:07:35 +0000 Cedric Bail <ced...@ddlm.me> said:

> On Wednesday, October 16th, 2024 at 12:27 AM, Carsten Haitzler
> <ras...@rasterman.com> wrote:
> > On Tue, 15 Oct 2024 23:34:04 +0200 Pierre Couderc via enlightenment-users
> > enlightenment-users@lists.sourceforge.net said:
> > > Has someone tried to port efl on esp32....?
> > 
> 
> > nope - but i would imagine its far too big. efl also very much relies on
> > virtual memory+mmu's to handle a lot - it mmaps files for i/o and assumes
> > things will be paged in as needed.
> 
> Actually, it is kind of doable. There was code for things with nommu a long
> time ago. I don't remember the name of the library that enable that, but one
> of the key needed feature was the ability to link all of efl into one single
> static library including modules. I think most of the code is still here, but
> pretty sure nobody has touched that configuration in a long long time.

It'd make for a massive binary though given how big efl has gotten. mmaped edj
files will be huge (default them for example) and you'd end up loading then
entirely into ram for access when only a small fraction gets accessed. you'd
likely be well out of ram by this point :(


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to