From fc352ee3e475dbd301d6100f69e15d4b0ea3d99a Mon Sep 17 00:00:00 2001 From: Geoffrey Challen Date: Wed, 24 Dec 2014 10:57:25 -0500 Subject: [PATCH] Shepherd TODOs. --- certainty.tex | 2 ++ discussion.tex | 2 ++ introduction.tex | 2 +- references.bib | 18 ++++++++++++++++++ 4 files changed, 23 insertions(+), 1 deletion(-) diff --git a/certainty.tex b/certainty.tex index 2fc27b7..094a468 100644 --- a/certainty.tex +++ b/certainty.tex @@ -12,6 +12,8 @@ variety of different adaptation patterns. \subsection{Evaluating Alternatives} +% 24 Dec 2014 : GWA : TODO : Trim. + The optional \texttt{evaluate} block of a \texttt{maybe} statement allows programmers to provide app-specific \textit{a posteriori} evaluation logic. However, in many cases, we expect that \texttt{maybe} statements will be used diff --git a/discussion.tex b/discussion.tex index 20a449a..98bd89e 100644 --- a/discussion.tex +++ b/discussion.tex @@ -1,3 +1,5 @@ +% 24 Dec 2014 : GWA : TODO : Trim. + \section{Discussion} \label{sec-discussion} diff --git a/introduction.tex b/introduction.tex index bd43b09..6361723 100644 --- a/introduction.tex +++ b/introduction.tex @@ -105,7 +105,7 @@ approaches to runtime adaptation, possibly by making the same energy-performance or energy-accuracy tradeoffs described previously. Figure~\ref{fig-example-maybe} shows how our earlier example can be easily rewritten to use a \texttt{maybe} statement. However, unlike the previous -example \texttt{maybe} does rely on the developer to implement a decision +example \texttt{maybe} does not rely on the developer to implement a decision process or correctly anticipate the effects of each alternative. Instead, the \texttt{maybe} system makes runtime choices about which alternative to use by measuring the tradeoffs produced by each alternative and (in this case) diff --git a/references.bib b/references.bib index a59aae9..6a5e649 100644 --- a/references.bib +++ b/references.bib @@ -2,6 +2,24 @@ @string{sosp = "SOSP"} @string{osdi = "OSDI"} +@inproceedings{foraging-mobisys07, + title={Simplifying cyber foraging for mobile devices}, + author={Balan, Rajesh Krishna and Gergle, Darren and Satyanarayanan, Mahadev and Herbsleb, James}, + booktitle={Proceedings of the 5th international conference on Mobile systems, applications and services}, + pages={272--285}, + year={2007}, + organization={ACM} +} + +@inproceedings{tactics-mobisys03, + title={Tactics-based remote execution for mobile computing}, + author={Balan, Rajesh Krishna and Satyanarayanan, Mahadev and Park, So Young and Okoshi, Tadashi}, + booktitle={Proceedings of the 1st international conference on Mobile systems, applications and services}, + pages={273--286}, + year={2003}, + organization={ACM} +} + @article{badrinath2000conceptual, title={A conceptual framework for network and client adaptation}, author={Badrinath, B and Fox, Armando and Kleinrock, Leonard and Popek, Gerald and Reiher, Peter and Satyanarayanan, Mahadev}, -- libgit2 0.22.2