Ignore:
Timestamp:
May 17, 2021, 5:27:08 AM (3 years ago)
Author:
m3zulfiq <m3zulfiq@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
fc1347d0
Parents:
a6a4dbd
Message:

Added writing points for each chapter of Mubeen's thesis.

Location:
doc/theses/mubeen_zulfiqar_MMath
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mubeen_zulfiqar_MMath/allocator.tex

    ra6a4dbd r58d471f  
     1\chapter{Allocator}
    12
    2 \chapter{Allocator}
     3====================
     4
     5Writing Points:
     6
     7Objective of uHeapLmmm.
     8Design philosophy.
     9Background and previous design of uHeapLmmm.
     10
     11Distributed design of uHeapLmmm.
     12----- SHOULD WE GIVE IMPLEMENTATION DETAILS HERE? -----
     13> figure.
     14> Advantages of distributed design.
     15
     16The new features added to uHeapLmmm (incl. malloc_size routine)
     17CFA alloc interface with examples.
     18> Why did we need it?
     19> The added benefits.
     20----- SHOULD WE GIVE PERFORMANCE AND USABILITY COMPARISON OF DIFFERENT INTERFACES THAT WE TRIED? -----
     21
     22Performance evaluation using u-benchmark suite.
     23
     24====================
    325
    426\newpage
  • doc/theses/mubeen_zulfiqar_MMath/background.tex

    ra6a4dbd r58d471f  
    11\chapter{Background}
    22
     3====================
     4
     5Writing Points:
     6
     7Classification of benchmarks.
     8Literature review of current benchmarks.
     9Features and limitations.
     10
     11Literature review of current memory allocators.
     12Breakdown of memory allocation techniques.
     13Fetures and limitations.
     14
     15====================
     16
    317\cite{Wasik08}
  • doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex

    ra6a4dbd r58d471f  
    11\chapter{Benchmarks}
     2
     3====================
     4
     5Writing Points:
     6
     7Performance matrices of memory allocation.
     8
     9Aim of micro benchmark suite.
     10----- SHOULD WE GIVE IMPLEMENTATION DETAILS HERE? -----
     11A complete list of benchmarks in micro benchmark suite.
     12
     13One detailed section for each benchmark in micro benchmark suite including:
     14> The introduction of the benchmark.
     15> Figure.
     16> Results with popular memory allocators.
     17
     18Summarize performance of current memory allocators.
     19
     20====================
  • doc/theses/mubeen_zulfiqar_MMath/conclusion.tex

    ra6a4dbd r58d471f  
    11\chapter{Conclusion}
     2
     3====================
     4
     5Writing Points:
     6
     7Summarize u-benchmark suite.
     8Summarize uHeapLmmm.
     9Make recommendations on memory allocator design.
     10
     11====================
  • doc/theses/mubeen_zulfiqar_MMath/intro.tex

    ra6a4dbd r58d471f  
    11\chapter{Introduction}
     2
     3====================
     4
     5Writing Points:
     6
     7Introduce dynamic memory allocation with brief background.
     8Scope of the thesis.
     9Importance of memory allocation and micro benhmark suite.
     10
     11Research problem.
     12Research objectives.
     13The vision behind cfa-malloc.
     14
     15An outline of the thesis.
     16
     17====================
Note: See TracChangeset for help on using the changeset viewer.