Merge remote-tracking branch 'origin/arena_pool' into crossbeam

This commit is contained in:
Richard Feldman 2020-08-02 09:35:56 -04:00
commit d533f6234c
8 changed files with 443 additions and 5 deletions

View file

@ -859,11 +859,6 @@ fn parse_src<'a>(
}
/// Load a module by its filename
///
/// This has two unsafe calls:
///
/// * memory map the filename instead of doing a buffered read
/// * assume the contents of the file are valid UTF-8
fn load_filename<'a>(
arena: Bump,
filename: PathBuf,