Changes in / [901c0f6:1fcbce7]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/thesis/text/conclusion.tex
r901c0f6 r1fcbce7 5 5 Because I am the main developer for both components of this project, there is strong continuity across the design and implementation. 6 6 This continuity provides a consistent approach to advanced control-flow and concurrency, with easier development, management and maintenance of the runtime in the future. 7 8 7 I believed my Masters work would provide the background to make the Ph.D work reasonably straightforward. 9 8 However, I discovered two significant challenges. … … 109 108 As such, simply moving on without the result is likely to be acceptable. 110 109 Another option is to read multiple memory addresses and only wait for \emph{one of} these reads to retire. 111 This approach has a similar effect, where cache lines with more traffic are waitedon less often.110 This approach has a similar effect, where cache lines with more traffic are on less often. 112 111 In both of these examples, some care is needed to ensure that reads to an address \emph{sometime} retire. 113 112
Note:
See TracChangeset
for help on using the changeset viewer.