mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Improve a comment
This commit is contained in:
parent
af863f54b9
commit
2354ca7cbe
1 changed files with 2 additions and 2 deletions
|
@ -238,8 +238,8 @@ impl<'a> Src64<'a> {
|
|||
// Prefetch the fourth 64-byte chunk, using min() to branchlessly avoid prefetching an address we might not own.
|
||||
prefetch_read(buf, 192.min(last_chunk_offset));
|
||||
|
||||
// Further prefetching can happen in the tokenization loop. Now that we've prefetched the first 3 pages,
|
||||
// we should be able to prefetch the others in the loop with enough time before the tokenizer arrives there.
|
||||
// Further prefetching can happen in the tokenization loop. Now that we've prefetched the first pages,
|
||||
// we should be able to prefetch the others in the tokenization loop before it needs to read them.
|
||||
}
|
||||
|
||||
if capacity > file_size {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue