Skip to content

Implement and check optimizations #7

Description

@enjhnsn2

After the baseline verified runtime is completed, we will implement some optimizations and show that these optimizations preserve our safety properties. I will list out some potential optimizations as I think of them.

  1. For system calls that use a mutable buffer (i.e., write), let the os copy data directly into the sandbox.
  2. Use mmap instead of vector initialization to set up sandbox memory (faster startup).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions