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
  • !645

Use ghost_map in proph_map and gen_heap

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ralf Jung requested to merge ralf/ghost-map into master Mar 06, 2021
  • Overview 2
  • Commits 3
  • Pipelines 0
  • Changes 3

This starts to make use of the new ghost_map internally by porting proph_map and gen_heap to it. I'd say this is working rather well. :)

This is also a good opportunity to ensure that the API surface of ghost_map is consistent with gen_heap. To ensure that is the case, and for general convenience, I did some ghost_map changes:

  • Rename ghost_map_elem_elem_frac_ne → ghost_map_elem_frac_ne, ghost_map_elem_elem_ne → ghost_map_elem_ne. (The gen_heap lemmas did not duplicate the mapsto either, so this seems more consistent.)
  • Make ghost_map_elem_persist work for arbitrary dfrac.
  • Add ghost_map_insert_persist.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ralf/ghost-map