This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question about function call stack


Perry Smith <pedz@easesoftware.net> writes:

> I'm not sure I understand the difference.  Are you trying to call
> functions that you can not change?  Like call from an interpreter
> back into compiled C code?

For that you may be able to use the libffi library, which is part of
the gcc source code.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]