2.3 KiB
2.3 KiB
- General changes
- Literature review
- FAT address range table
- Malloc implementation
- Evaluation
- Conclusion
- Changes
Recheck require read of the paper
General changes
- [x] Captilisation fixes
- [x] Check for unessary commas (Requires read through paper)
- [x] Check references (Last priority)
- [x] Unify english grammer (emphasize -> Check british english spellings)
- [x] Text make to italics (For function calls)
- [x] Space missing from bracket
- [x] Utlizing to using
- [x] Small number use word
- [x] Make all past tense to present tense (Recheck)
- [x] Comment out future work section
- [x] Section with always captial S
- [x] RMM fix reference
Literature review
- [x] TLB reach needs defining
- [x] PTE acronym
- [x] Citation (HP Tunable page table)
- [x] CHERI standardise bullet points into a paragraph.
FAT address range table
- [x] Sentence 1 remove "talks about"
- [x] "Lesser pressure" FAT leverages to reduce pressure on the TLB
- [x] Fix "as show" to "as shown"
- [x] Remove "CHERI CC [4] as referred in section 3.2." to "CHERI CC [4] (section 3.2)"
- [x] Explain Cheri CC in the literature review
- [x] Move Cheri CC reference to it has been observed
- [x] "With FAT rather than using fixed size TLB entries page sizes" Rephrase this sentence.
- [x] "We use CHERI CC bounds to 344 be dynamic in size to be defined based on the size provided when 345 calling malloc. Offering a more flexible alternative than fixed-size 346 TLB entries." Make this into 1 sentence.
- [x] "To build up based on Section 3.1 and 3.2." Remove this setence
- [x] "As demonstrated with the allocator implementation in section 4" Remove this sentence
- [x] "repcrecated" to "replicated"
Malloc implementation
- [x] "Specifically, the start and end addresses encoded in FAT to provide the necessary information to identify the exact memory block to be deallocated." Rewrite this sentence
Evaluation
- [x] 2nd para move to benchmarks section
- [x] "The results (section 5.3)… (comment out)
- [x] "The expirement setup" comment out
- [x] Replace "lesser" with fewer
- [x] "This observation highlights the importance" Comment out
Conclusion
- [x] "This approach has helped reduce" -> "This approach reduces"
- [x] "Remove comprehensive"
Changes
- [x] Fix image
- [x] Integrate Jemalloc to Abstract and Intro
- [x] Integrate to conclusion
- [x] Fix Analysis
- Read through the entire paper