mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Initial pass at arena_pool
This commit is contained in:
parent
8b3dd6c90c
commit
b91359e4c7
8 changed files with 310 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue