Mir

Code review comment for lp://qastaging/~afrantzis/mir/client-api-platform-operation-spike

Revision history for this message
Alexandros Frantzis (afrantzis) wrote :

1. Since we are no longer bound to MirPlatformPackage, we could change our data array to hold bytes instead of ints. I am in favor of the byte array, since it makes it easier to pass arbitrary data. Any objections?

2. If the team doesn't like the reference counting scheme we could also use a create/copy/release scheme (possibly with copy-on-write semantics for efficiency, but copying is probably not a problem for the current use cases).

« Back to merge proposal