This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: best way to construct function calls at runtime?
- From: Falk Hueffner <hueffner at informatik dot uni-tuebingen dot de>
- To: George Oliver <oliver dot george at dhhs dot tas dot gov dot au>
- Cc: "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Date: Thu, 12 Aug 2004 08:38:43 +0200
- Subject: Re: best way to construct function calls at runtime?
- References: <76961E0EB74CE84CBA46259D2182B147030D9DC1@pc1935.dchs.tas.gov.au>
George Oliver <oliver.george@dhhs.tas.gov.au> writes:
> What is the best way to construct function calls at runtime?
You can use libffi, which is part of gcc's source. It is not ported to
all gcc platforms, but to most important ones.
--
Falk