Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M mu-impl-fast
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • 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
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

To protect your data, the CISO officer has suggested users to enable 2FA as soon as possible.
Currently 2.7% of users enabled 2FA.

  • mu
  • mu-impl-fast
  • Merge requests
  • !29

Merged
Created Sep 06, 2017 by Isaac Gariano@igariano01Maintainer

Isaac working

  • Overview 2
  • Commits 18
  • 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
Reviewer
Request review from
Time tracking
Source branch: isaac_working