clear cache

Michael Grunditz michael.grunditz at gmail.com
Fri Nov 6 13:02:11 CET 2020


> I remember that we encountered the same problem recently in the context
> of the Javascript JIT compiler of the Chromium engine [1]. Since there
> exists no POSIX API for the instruction-cache invalidation, we decided
> to add a new public interface to the libc [2].
>
> [1] https://github.com/genodelabs/genode/issues/3858
> [2]
> https://github.com/genodelabs/genode/blob/master/repos/libports/include/libc/genode.h

Wow , thanks. My code runs 10x faster now.
I have a lot of optimisations to do, but happy so far.

Michael



More information about the users mailing list