Ignore:
Timestamp:
Nov 4, 2008, 4:25:19 AM (17 years ago)
Author:
bird
Message:

kmk: some MBs of memory during building by freeing up the chopped up command lines after we're done with them. (Code not perfect, but wtf., it saves me 7 MBs (out of 45), a bunch of faults and turns out to using less cpu time...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/commands.h

    r2024 r2056  
    3333    int any_recurse;            /* Nonzero if any `lines_recurse' elt has */
    3434                                /* the COMMANDS_RECURSE bit set.  */
     35#ifdef CONFIG_WITH_MEMORY_OPTIMIZATIONS
     36    int refs;                   /* References.  */
     37#endif
    3538  };
    3639
Note: See TracChangeset for help on using the changeset viewer.