Initial pass at arena_pool

This commit is contained in:
Richard Feldman 2020-08-01 15:42:03 -04:00
parent 8b3dd6c90c
commit b91359e4c7
8 changed files with 310 additions and 5 deletions

View file

@ -579,11 +579,6 @@ fn parse_src(
}
/// 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(
filename: PathBuf,
msg_tx: MsgSender,