118 lines
4.1 KiB
TeX
118 lines
4.1 KiB
TeX
% Created 2025-04-12 Sat 12:37
|
|
% Intended LaTeX compiler: pdflatex
|
|
\documentclass[11pt]{article}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{graphicx}
|
|
\usepackage{longtable}
|
|
\usepackage{wrapfig}
|
|
\usepackage{rotating}
|
|
\usepackage[normalem]{ulem}
|
|
\usepackage{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{capt-of}
|
|
\usepackage{hyperref}
|
|
\author{Akilan}
|
|
\date{\today}
|
|
\title{}
|
|
\hypersetup{
|
|
pdfauthor={Akilan},
|
|
pdftitle={},
|
|
pdfkeywords={},
|
|
pdfsubject={},
|
|
pdfcreator={Emacs 30.1 (Org mode 9.7.11)},
|
|
pdflang={English}}
|
|
\begin{document}
|
|
|
|
\tableofcontents
|
|
|
|
\section{Changelog}
|
|
\label{sec:orgccfe838}
|
|
|
|
\subsection{General}
|
|
\label{sec:org1309166}
|
|
\begin{itemize}
|
|
\item Change name (Thinking of using (Fat Address Translation) -> similar to GNU))
|
|
\item Avoid words which create options
|
|
\item Use citation with ```\textasciitilde{}/cite\{foo\}```
|
|
\item Clear distinction on Literature review and contribution done
|
|
\item Generalise capitalisation
|
|
\item Instead of "Leverage" -> "use"
|
|
\item[{$\square$}] Remove whitespace from figures to be compressed
|
|
\item[{$\square$}] Uniform font sizes in figures
|
|
\item[{$\square$}] Symmetrical lines on the figure
|
|
\item TLB with acronym only once for the first instance in the paper
|
|
\end{itemize}
|
|
\subsection{Abstract (Re-read required later on)}
|
|
\label{sec:org8685c9f}
|
|
\begin{itemize}
|
|
\item Reduce Abstract to a single paragraph'
|
|
\item "Mitigate gap, capacity" -> Expand on for instance on how is it measured.
|
|
\item Huge pages moved to the introduction.
|
|
\item[{$\square$}] Robs proposed structure (This paper presents <NAME> user-space memory allocator. It uses capability-based addressing to <list properties>.
|
|
\end{itemize}
|
|
\subsection{Introduction}
|
|
\label{sec:org53e6522}
|
|
\begin{itemize}
|
|
\item "It becomes possible" expand more with baseline compressed bounds (Relook into this later on).
|
|
\item "This paper makes the following contribution" -. bullet points with marked sections.
|
|
\item Research questions removed.
|
|
\item "This implementation" Specify implementation
|
|
\item[{$\square$}] Robs recommended Introduction structure (Expansion of the abstract, Name of the existing system, clearly describe limitation, Introduce memory allocator).
|
|
\end{itemize}
|
|
\subsection{2.1 Encoding ranges as bounds}
|
|
\label{sec:org87f02f1}
|
|
\begin{itemize}
|
|
\item Repetition "Tracking of memory ranges using information in pointers" -> remove this
|
|
\item Paraphrase last sentence (To be looked into later on again).
|
|
\end{itemize}
|
|
\subsection{2.2 128 bit compressed bounds}
|
|
\label{sec:org767dd8c}
|
|
\begin{itemize}
|
|
\item Cites Jemalloc paragraph.
|
|
\item Last sentence needs rewriting. (Needs re-check)
|
|
\end{itemize}
|
|
\subsection{2.3 Instrumenting block based allocator}
|
|
\label{sec:org727e319}
|
|
\begin{itemize}
|
|
\item Needs citation "Which increases overhead and adds complexity"
|
|
\item Elaborate on "this method"
|
|
\item "precise" memory management (Elaborate on this and prove which aspects of the other allocator are not precise). (Todo be looked later on).
|
|
\end{itemize}
|
|
\subsection{Memory allocator design}
|
|
\label{sec:org0a7d2f0}
|
|
\begin{itemize}
|
|
\item Remove from heading "sample" and ":"
|
|
\item Remove future work paragraph
|
|
\item "unmapped" -> unmap
|
|
\item "Risks of memory leaks with metadata lookups or complex data structures" -> Elaborate on this (Commented until further notice).
|
|
\end{itemize}
|
|
\subsection{Evaluation}
|
|
\label{sec:orgfee80dd}
|
|
\begin{itemize}
|
|
\item Name of the project keeps the sentence shorter.
|
|
\item "Such as" -> Definitive and exhaustive.
|
|
\item Section reference on evaluation expanded.
|
|
\item Remove "Providing a solid foundation for meaningful comparisons"
|
|
\item Decide to use Macro or instead "real world C programs"
|
|
|
|
\item Experiment section typo heading
|
|
\item Fix Latex benchmarks structure
|
|
\item Change from "Diagram" to "Figure"
|
|
|
|
\item Result para 2 -> too wordy
|
|
\item "aimed" first use of past tense (Recommendation: avoid)
|
|
\item Rewrite usability (Changed to Analysis)
|
|
\end{itemize}
|
|
\subsection{Related work}
|
|
\label{sec:orgeb8e639}
|
|
\begin{itemize}
|
|
\item Related work lifted up after introduction based on the reflection of the feedback.
|
|
\end{itemize}
|
|
\subsection{Conclusion}
|
|
\label{sec:org1fae2ee}
|
|
\begin{itemize}
|
|
\item Rewrite
|
|
\end{itemize}
|
|
\end{document}
|