Ignore:
Timestamp:
Mar 18, 2023, 2:29:23 PM (16 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
ce04120
Parents:
119e6c8
Message:

various additions to thesis, finished first draft of actor chapter (lots of polish needed), added first draft of intro to CFA features & intro to CFA threading, added start of mutex stmt chapter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/local.bib

    r119e6c8 r0faacb8  
    2121@string{pldi="Programming Language Design and Implementation"}
    2222
    23 % actor work stealing papers
    2423@inproceedings{barghi18,
    2524  title={Work-stealing, locality-aware actor scheduling},
     
    3837  year={2017}
    3938}
     39
     40@mastersthesis{Delisle18,
     41author={{Delisle, Thierry}},
     42title={Concurrency in C∀},
     43year={2018},
     44publisher="UWSpace",
     45url={http://hdl.handle.net/10012/12888}
     46}
     47
     48@phdthesis{Delisle22,
     49author={{Delisle, Thierry}},
     50title={The C∀ Scheduler},
     51year={2022},
     52publisher="UWSpace",
     53url={http://hdl.handle.net/10012/18941}
     54}
Note: See TracChangeset for help on using the changeset viewer.