This is the mail archive of the gcc@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: FW: matrix linking


Is this a thread safe operation for your Ptolomy project?
Should you suspend the application in order to load 'new classes' there?

Thank you.

-----Original Message-----
From: gcc-owner@gcc.gnu.org [mailto:gcc-owner@gcc.gnu.org] On Behalf Of Joe
Buck
Sent: Friday, November 16, 2007 10:13 PM
To: george@georgeshagov.com
Cc: gcc@gcc.gnu.org
Subject: Re: FW: matrix linking

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.


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