[Tinyos-devel] message_t: starting to tease AM away from Serial and Radio

Miklos Maroti mmaroti at math.u-szeged.hu
Wed Jul 8 10:56:28 PDT 2009


On Wed, Jul 8, 2009 at 6:37 PM, Philip Levis<pal at cs.stanford.edu> wrote:
>
> On Jul 8, 2009, at 2:41 AM, Miklos Maroti wrote:
>
>>
>>
>> 5) When faced by the choice of wasting at least 17 bytes for every
>> message_t or *occasionally* using a single memmove to reformat an <127
>> byte message, then I know that I am going to choose the latter.
>
> The key point here is being able to bound the number of memmoves. E.g., if
> the design ensures that there will be at most one, that's a good tradeoff.
> If there can be a memmove for each layer in the stack, that's much less
> attractive.

I totally agree. Miklos


More information about the Tinyos-devel mailing list