view Renderer/Engine/spe/Bridge.cc @ 1161:cc1a50cac83d draft

use MemorySegment API for pp load. do not check execution of the cell side. to be continued..
author Yutaka_Kinjyo
date Thu, 05 May 2011 00:15:43 +0900
parents 5664473b4dba
children
line wrap: on
line source

//#include <stdio.h>
#include <string.h>
#include "Bridge.h"
#include "Func.h"

/* これは必須 */
SchedDefineTask(Bridge);

static int
run(SchedTask *s, void *rbuf, void *wbuf)
{

/*

DataSegment のグループ化ってことかな。
依存関係のグループ化ならTaskArrayがやったけど
Data自体にtagみたいなのを付けて、グループ化するのかね。
CodeSegmentによっては、依存するDataSegmentが違うから
そういうbindみたいな風にできればいいか。とりあえず、妄想をコメントに書いていこう

*/




  return 0;
}