[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] AES related question: How to keep track if my application



--------------------------------------------------
From: "Helmut Karlowski" <helmut.karlowski@ish.de>
Sent: Wednesday, August 25, 2010 11:30 AM
To: <mint@lists.fishpool.fi>
Cc: <helmut.karlowski@ish.de>
Subject: Re: [MiNT] AES related question: How to keep track if my application

>> application-control. But I hope you use the improved version with the
>> pointer instead of 33 parameters on stack?

Where is this documented? I have never heard of it before.

Are you sure?

/* this is our special invention to increase evnt_multi performance */

int EvntMulti( EVENT *evnt_struct );

Ahh, this one! Yes, I even use it in all my programs. For some reason I thought you were talking about a version of evnt_multi that pass a pointer to the event-struct to the AES, instead of copying the parameters to the parameter block.

Jo Even