mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
c652655bcb
The new Rom_session::update function can be used to request the update of an existing ROM dataspace. If the new data fits into the existing dataspace, a subsequent call of 'dataspace' can be omitted. This way, ROM dataspace updates don't suffer from page-fault-handling costs that would occur when replacing the dataspace with each update.