From c7be11b25dd64057adc7b300523a3af16108a666 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Mon, 24 Sep 2007 23:24:51 +0000 Subject: [PATCH] prefetch info --- Robust/src/Runtime/DSTM/docs/prefetch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Robust/src/Runtime/DSTM/docs/prefetch 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 -- 2.34.1