Changeset 901c0f6 for doc/theses


Ignore:
Timestamp:
Sep 5, 2022, 10:47:52 PM (19 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
1aca1b3
Parents:
1fcbce7 (diff), 83cb754 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/thesis/text/conclusion.tex

    r1fcbce7 r901c0f6  
    55Because I am the main developer for both components of this project, there is strong continuity across the design and implementation.
    66This continuity provides a consistent approach to advanced control-flow and concurrency, with easier development, management and maintenance of the runtime in the future.
     7
    78I believed my Masters work would provide the background to make the Ph.D work reasonably straightforward.
    89However, I discovered two significant challenges.
     
    108109As such, simply moving on without the result is likely to be acceptable.
    109110Another option is to read multiple memory addresses and only wait for \emph{one of} these reads to retire.
    110 This approach has a similar effect, where cache lines with more traffic are on less often.
     111This approach has a similar effect, where cache lines with more traffic are waited on less often.
    111112In both of these examples, some care is needed to ensure that reads to an address \emph{sometime} retire.
    112113
Note: See TracChangeset for help on using the changeset viewer.