Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M mu-impl-fast
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • mumu
  • mu-impl-fast
  • Merge requests
  • !29

Isaac working

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Isaac Gariano requested to merge isaac_working into develop Sep 06, 2017
  • Overview 2
  • Commits 18
  • Pipelines 0
  • Changes 41

Changes mostly to do with storage of names:

  • MuName's are now Arc<String> as opposed to String
  • Only names the client gives my gen_sym are stored in id_name_map and name_id_map (so that id_of and name_of will only work with these)
  • Bootimages now only use id_name_map and name_id_map when the client calls id_of and name_of
  • Only names for whitelisted entities are dumped in the boot image
  • Now use a new version of rodal that allows for better debugging output
  • Added a test to check that spilling accros swapstacks works properly

The changes to how names are stored and dumped makes boot image building significantly faster. (I am currently testing this on aarch64, it should all work perfectly)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: isaac_working