From: bdemsky Date: Mon, 24 Sep 2007 23:24:51 +0000 (+0000) Subject: prefetch info X-Git-Tag: preEdgeChange~421 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c7be11b25dd64057adc7b300523a3af16108a666;p=IRC.git prefetch info --- diff --git a/Robust/src/Runtime/DSTM/docs/prefetch b/Robust/src/Runtime/DSTM/docs/prefetch new file mode 100644 index 00000000..7fa3fbde --- /dev/null +++ b/Robust/src/Runtime/DSTM/docs/prefetch @@ -0,0 +1,4 @@ +1. Start with flat representation +2. Analyze representation to figure out where to insert prefetches +3. Use analysis results to insert prefetch nodes into the flat representation +4. Modify BuildCode to generate C code from our new flatprefetchnodes \ No newline at end of file