mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
b4441bff04
Upon closer inspection of real-world access patterns, it turns out that the 'Stat_cache' and 'Cached_rom_query' are not as effective as hoped for because cache hits are rare while querying pkg blueprints. However, by increasing the initial size of the blueprint reporter from 4 KiB (default) to 64 KiB has a great effect. With the small default report size, the querying of blueprints is repeated until the buffer size suffices, incrementing the buffer size by 4 KiB in each iteration. Issue #4611
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.