Ignore:
Timestamp:
Oct 14, 2008, 11:46:23 AM (17 years ago)
Author:
bird
Message:

kmk: Allocation caches for nameseq, dep and idep. next: variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/variable.c

    r1840 r1863  
    429429variable_hash_cmp_2_inlined (const char *xs, const char *ys, unsigned int length)
    430430{
     431#ifndef ELECTRIC_HEAP
    431432  assert ( !((size_t)ys & 3) );
     433#endif
    432434  if (!((size_t)xs & 3))
    433435    {
Note: See TracChangeset for help on using the changeset viewer.