|
|
@2101
|
16 years |
bird |
kmk: Implemented new switch --print-time. Fixes #65.
|
|
|
@2062
|
16 years |
bird |
kmk: Moved the alloccache code into a separate file because it seems …
|
|
|
@2057
|
16 years |
bird |
solaris has mallinfo, but only in an alternative lib that is slower. duh.
|
|
|
@2050
|
16 years |
bird |
kmk: converted the inlined alloccache_free() to non-inlined to avoid …
|
|
|
@2035
|
16 years |
bird |
misc.c: enabled the glibc heap stats.
|
|
|
@2030
|
16 years |
bird |
misc.c: Implemented heap statistics output for MSC.
|
|
|
@1993
|
16 years |
bird |
Merged in current GNU Make code (CVS from 2008-10-28). Ref #55.
|
|
|
@1986
|
16 years |
bird |
kmk: some make stats cleanup.
|
|
|
@1971
|
16 years |
bird |
Some CONFIG_WITH_ALLOC_CACHE build fixes.
|
|
|
@1935
|
16 years |
bird |
kmk: new function - eval-opt-var
|
|
|
@1925
|
16 years |
bird |
kmk: some stats adjustments.
|
|
|
@1918
|
16 years |
bird |
kmk: New switch --print-stats which will print variable, file, …
|
|
|
@1876
|
16 years |
bird |
kmk/alloccache: item size alignment.
|
|
|
@1872
|
16 years |
bird |
incdep: use an allocation cache for the records to reduce xmalloc and …
|
|
|
@1864
|
16 years |
bird |
kmk: use alloc caches for variables, variable sets and varaible set lists.
|
|
|
@1863
|
16 years |
bird |
kmk: Allocation caches for nameseq, dep and idep. next: variable.
|
|
|
@1862
|
16 years |
bird |
kmk: some preliminary allocation caching. seems dep, variables, …
|
|
|
@1859
|
16 years |
bird |
kmk: cache 'struct dep' memory to safe time in free() and xmalloc() …
|
|
|
@1842
|
16 years |
bird |
kmk: more hacking, makde isblank work skip ctype everywhere instead of …
|
|
|
@1841
|
16 years |
bird |
misc: some more unroll attemtps.
|
|
|
@1840
|
16 years |
bird |
better? predictions can do bad stuff…
|
|
|
@1839
|
16 years |
bird |
Did a couple of loop unrolls in find_next_token.
|
|
|
@1811
|
16 years |
bird |
kmk: More string length optimizations.
|
|
|
@1535
|
17 years |
bird |
Made the allocated and allocated-sum optional as they made xmalloc and …
|
|
|
@1469
|
17 years |
bird |
_msize doesn't like NULL pointers.
|
|
|
@1438
|
17 years |
bird |
Added $(make-stats ) that provides access to memory and hash stats (if …
|
|
|
@947
|
18 years |
bird |
Use the new gnu make code.
|
|
copied from trunk/src/gmakenew/misc.c
|
|
|
@909
|
18 years |
bird |
A very simple electric fence heap (windows only for now).
|