This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: FW: matrix linking
- From: Joe Buck <Joe dot Buck at synopsys dot COM>
- To: george at georgeshagov dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 16 Nov 2007 11:13:00 -0800
- Subject: Re: FW: matrix linking
- References: <004e01c82882$1cfbc260$0201a8c0@yojimbo>
On Fri, Nov 16, 2007 at 09:54:25PM +0300, george@georgeshagov.com wrote:
> I have an invention which makes possible to brake through the barriers of
> common software development.
Nothing new here: add a level of indirection (or use C++ virtual
functions), and dynamically load code. In the Ptolemy project
(http://ptolemy.eecs.berkeley.edu/) we were doing that in 1990:
we could define new classes and load them into a running application,
without restarting.