mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-25 05:19:57 +00:00
The commits avoids reading in and allocating memory for all potentially threads, which are potentially currently not existent (but configured in the policy beforehand). Instead the policy is read in and evaluated when a thread is created and policy changes are solely applied to existing/running threads. By this the commit avoids the increase of memory consumption during the evaluation of policies during config ROM updates. Issue #4333
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.