d90400327788e917c33dfa07387c55b3166278d3
[IRC.git] / Robust / src / Runtime / DSTM / interface / ISSUESTOADDRESS
1 High priority list
2 -------------------------------------
3 0) Fix objstr issues...
4   A) allocations always have to traverse to end of list
5   B) do we need to zero first?? -- need to check about this one, it may be okay
6
7 1) Wrap all receive calls in loops
8   A) Perhaps the best way is to just define a macro or function call that
9 does this. Look at GETSIZE macro for example...
10
11 2) Check locking... There is likely a race condition on getObjType().  
12
13 3) Receiving object code assume a maximum object size.  It is probably
14 better to:
15   A) read size in.
16   B) allocate space for object at its final destination
17   C) read into the space
18
19 Low priority list
20 ---------------------------------
21
22 1) We shouldn't call memcopy for copying fixed-sized structs or primitive
23 values...just use =