Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Iris Iris
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 171
    • Issues 171
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Iris
  • IrisIris
  • Merge requests
  • !745

gmap_view supports persisting the authorative element

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Simon Friis Vindum requested to merge simonfv/iris:ghost-map-persist-auth into master Oct 25, 2021
  • Overview 15
  • Commits 2
  • Pipelines 7
  • Changes 5

gmap_view supports persisting/freezing fragments but not the authoritative element. It can be convenient to persist the authoritative element as well. For instance, if a ghost map is used to represent some resource connected to a physical heap. Then, after a potential crash, the "old" physical heap will never be changed again, and it can be convenient to persist the authoritative element to obtain persistent knowledge of the state of the resource prior to the crash.

This MR changes gmap_view such that the authoritative element is parameterized by a dfrac instead of a Qp, to support persisting the authoritative state. This change is trivial as the view camera already supports persisting the authoritative element.

Edited Nov 19, 2021 by Ralf Jung
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ghost-map-persist-auth