Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

move mmap into sysdeps #524

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 15, 2020

  1. move mmap into sysdeps

    The patch is relatively easy; what's not clear to me is how something
    like this really wants to be exported.  Should `sysdeps` export a
    `MappedRegion` that would be backed by `VirtualAlloc` on Windows?
    Should `sysdeps` just export everything with their platform names and
    let `lucet-runtime` use conditionals to choose what to export?
    
    This patch punts on those questions for now; we're just trying to move
    the obvious system-dependent code into `sysdeps`.
    froydnj committed May 15, 2020
    Configuration menu
    Copy the full SHA
    601a4cf View commit details
    Browse the repository at this point in the history