home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sgi / 12324 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!celia!gray
  2. From: gray@celia.UUCP (Steve Gray)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Dynamic Loading Question
  5. Message-ID: <1789@celia.UUCP>
  6. Date: 13 Aug 92 05:17:57 GMT
  7. Reply-To: celia!gray@usc.edu (Steve Gray)
  8. Organization: Rhythm & Hues, Inc., Hollywood
  9. Lines: 18
  10.  
  11. Recently I saw several postings that related to dynamic loading of object
  12. files.  At R&H we are currently developing an object oriented system that I
  13. think could benifit greatly from the type of run-time replacement of 
  14. objects/classes that is available in LISP or SMALLTALK based systems.
  15.  
  16. There was one posting recently about a dynamic loader that had been developed
  17. by a third party that I foolishly deleted... also I am interested in what kind
  18. of system support SGI is willing to guarentee for this type of functionality.
  19. Does ANSI C or C++ have provisions for this type of functionality... is it
  20. going to?  Sorry if these are questions which I could research elsewhere,
  21. but this is a start.
  22.  
  23. Thank you for any help you can provide!
  24.  
  25.  
  26. P.S. one of the primary reasons we are interested in dynamic loading is that
  27. linking large C++ programs is VERY slow.  Any ability to dynamically replace
  28. the methods for a class would vastly improve our development cycle.
  29.