Results 1 to 3 of 3

Thread: Is there any great benefit to compiling your lisp files to .fas besides security?

  1. #1
    100 Club
    Join Date
    2006-06
    Location
    NW Arkansas
    Posts
    109
    Login to Give a bone
    0

    Default Is there any great benefit to compiling your lisp files to .fas besides security?

    Is there any great benefit to compiling your lisp files to .fas besides security?

    Does it really speed things up that much? I'm considering updating all our .lsp routines to .fas, but I'm not sure it will be worth the time to rework all the code to call the .lsp routines that we have in place.

    Any input?

    Also, what are the advantages/disadvantages of loading from the .mnl rather than acaddoc.lsp and vice-versa?

    Thanks to all that reply.
    Last edited by Jim Thompson; 2007-06-04 at 03:24 PM.

  2. #2
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Smile Re: Is there any great benefit to compiling your lisp files to .fas besides security?

    Quote Originally Posted by Jim Thompson
    Is there any great benefit to compiling your lisp files to .fas besides security?
    I believe you may notice a slight speed increase, but only with a large, complex routine.

    Quote Originally Posted by Jim Thompson
    I'm considering updating all our .lsp routines to .fas, but I'm not sure it will be worth the time to rework all the code to call the .lsp routines that we have in place.
    Any input?
    I wouldn't spend the time just for the sake of speeding up lisp execution.

    Quote Originally Posted by Jim Thompson
    Also, what are the advantages/disadvantages of loading from the .mnl rather than acaddoc.lsp and vice-versa?
    None, except that a given MNL file only loads when it's associated menu is loaded. Useful for menu-specific routines. The MNL loads after "acaddoc.lsp" so you could "redefine" items by including them in the MNL.

    See also: http://usa.autodesk.com/getdoc/id=TS28079
    R.K. McSwain | CAD Panacea |

  3. #3
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: Is there any great benefit to compiling your lisp files to .fas besides security?

    Hi Jim

    Please note I have *moved* this thread from the AutoCAD Customization forum to this one, as I believe it will be better served here.

    Thanks, Mike

    Forum Manager

Similar Threads

  1. need security for Lisp file
    By ravindra.mvk468963 in forum AutoLISP
    Replies: 18
    Last Post: 2012-03-20, 07:27 PM
  2. Revit files stall McAffee Security Center
    By MikeJarosz in forum Revit Architecture - General
    Replies: 3
    Last Post: 2010-07-13, 07:04 PM
  3. text - Shape Files - .shp - Compiling - Creating
    By matthew.klem in forum AutoCAD Customization
    Replies: 8
    Last Post: 2010-04-17, 04:57 AM
  4. Lisp Security
    By Lions60 in forum AutoLISP
    Replies: 3
    Last Post: 2006-08-04, 07:26 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •