Ignore:
Timestamp:
Mar 26, 2006, 2:40:00 PM (19 years ago)
Author:
bird
Message:

better hashing, more inline string stuff. (still optimizing libc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/variable.h

    r281 r430  
    5454    char *name;                 /* Variable name.  */
    5555    int length;                 /* strlen (name) */
     56#ifdef VARIABLE_HASH
     57    long hash1;                 /* the primary hash */
     58    long hash2;                 /* the secondary hash */
     59#endif
    5660    char *value;                /* Variable value.  */
    5761    struct floc fileinfo;       /* Where the variable was defined.  */
Note: See TracChangeset for help on using the changeset viewer.