OPT_COPY
if (options & (OPT_COPY | OPT_PREFETCH) ) {
} else if ((options & (OPT_COPY | OPT_MEMCPY)) || buf_changed) {
if (options & OPT_COPY)
int options = targ->g->options | OPT_COPY;
g.options & OPT_COPY ? " copy" : "",
return (OPT_COPY);