On Fri, Oct 24, 2008 at 2:23 PM, Matt Hauer <[EMAIL PROTECTED]> wrote: > Is there a reliable way to write data to the stack such that a called > function pointer can extract the values it seeks?
I suggest you look into libffi which is already used for this purpose for GCJ (inside libgcj). Thanks, Andrew Pinski