|
|
@1948
|
16 years |
bird |
kmk: Fixed CONFIG_WITH_LAZY_DEPS_VARS bug. Files with multiple double …
|
|
|
@1947
|
16 years |
bird |
read.c: fixed regression from previous commit.
|
|
|
@1946
|
16 years |
bird |
kmk: Caught a variable::value update that I'd missed when implementing …
|
|
|
@1945
|
16 years |
bird |
file.c: Fixed call to strcache_add_len where the terminator was …
|
|
|
@1944
|
16 years |
bird |
strcache2.c: assert input string lengths; fix checks in case …
|
|
|
@1943
|
16 years |
bird |
strcache2.c: fixed the length check.
|
|
|
@1942
|
16 years |
bird |
commands.c: the file::stem isn't in the string cache if set before …
|
|
|
@1941
|
16 years |
bird |
dir.c: overlooked one hash_insert.
|
|
|
@1940
|
16 years |
bird |
strcache2: fixed entry alignment.
|
|
|
@1939
|
16 years |
bird |
GNU Make tests: Modified scripts/features/se_explicit so it wont fail …
|
|
|
@1938
|
16 years |
bird |
GNU Make tests: fixed the output checks in scripts/features/escape …
|
|
|
@1937
|
16 years |
bird |
GNU Make tests: added check for case insensitive file system, fixed …
|
|
|
@1935
|
16 years |
bird |
kmk: new function - eval-opt-var
|
|
|
@1934
|
16 years |
bird |
kmk: Implemented lazy resolving of $+, $, $? and $|. This saves > 30% …
|
|
|
@1933
|
16 years |
bird |
kmk: moved suffixes_strcached to strcache.c and global scope.
|
|
|
@1932
|
16 years |
bird |
kmk: Made struct variable capable of holding read only variables to …
|
|
|
@1931
|
16 years |
bird |
kmk: recycle more allocate_variable_expand_* results.
|
|
|
@1930
|
16 years |
bird |
kmk/read.c: more free() avoidance, this time some very small buffers …
|
|
|
@1929
|
16 years |
bird |
kmk/read.c: more free() avoidance, this time some very small buffers …
|
|
|
@1928
|
16 years |
bird |
expand.c: added allocated_variable_expand_3 and …
|
|
|
@1927
|
16 years |
bird |
kmk: Inlined much of handle_function/lookup_function so …
|
|
|
@1926
|
16 years |
bird |
kmk: Inlined much of handle_function/lookup_function so …
|
|
|
@1925
|
16 years |
bird |
kmk: some stats adjustments.
|
|
|
@1924
|
16 years |
bird |
kbuild.c: some more cleanup.
|
|
|
@1923
|
16 years |
bird |
kbuild.c: got rid of the va_list fun.
|
|
|
@1922
|
16 years |
bird |
kbuild.c: got rid of the va_list fun.
|
|
|
@1921
|
16 years |
bird |
strcache2: disabled the experimental stuff because I'm unsure about …
|
|
|
@1920
|
16 years |
bird |
strcache2: don't hash strings that aren't small (experimental).
|
|
|
@1918
|
16 years |
bird |
kmk: New switch --print-stats which will print variable, file, …
|
|
|
@1917
|
16 years |
bird |
strcache2: don't div/0 in stats.
|
|
|
@1916
|
16 years |
bird |
build fix.
|
|
|
@1915
|
16 years |
bird |
kmk: CONFIG_WITH_MINIMAL_STATS vs. CONFIG_WITH_MAKE_STATS - require …
|
|
|
@1914
|
16 years |
bird |
strcache2: strcache2_get_ptr_hash -> strcache2_calc_ptr_hash.
|
|
|
@1913
|
16 years |
bird |
strcache2: hash1 -> hash; -hash2.
|
|
|
@1912
|
16 years |
bird |
strcache2: collapsed the STRCACHE2_USE_CHAINING checks.
|
|
|
@1911
|
16 years |
bird |
read.c: don't allocate the ifdef/ifndef variable, just use the current …
|
|
|
@1910
|
16 years |
bird |
strcache2: switch to Paul Hsieh's superfash hash function (finally …
|
|
|
@1909
|
16 years |
bird |
strcache2: Implemented collision resolution by chaining instead of …
|
|
|
@1908
|
16 years |
bird |
strchache2: hash hacking (no results or changes yet).
|
|
|
@1907
|
16 years |
bird |
variable.c: redid the need-for-speed stuff in lookup_variable.
|
|
|
@1906
|
16 years |
bird |
strcache2: oops, mixed arguments to inlined functions screwing up …
|
|
|
@1905
|
16 years |
bird |
strcache2: benchmarked strcache2_case_sensitive_hash_1 against …
|
|
|
@1904
|
16 years |
bird |
strcache2: inline memcmp seems faster (weird).
|
|
|
@1903
|
16 years |
bird |
strcache2: some cleanup.
|
|
|
@1902
|
16 years |
bird |
kmk: Moved the strcache hash optimizations into the hash code.
|
|
|
@1901
|
16 years |
bird |
kmk: fix for file_cache <-> file_strcache confusion bug introduced …
|
|
|
@1900
|
16 years |
bird |
strcache2: cacheline alignment.
|
|
|
@1899
|
16 years |
bird |
kmk: strcache2 - some alignment fixes.
|
|
|
@1898
|
16 years |
bird |
kmk: strcache_get_len -> strcache2_get_len
|
|
|
@1897
|
16 years |
bird |
kmk: added strcache2_get_ptr_hash for more efficent hashing by string …
|
|
|
@1896
|
16 years |
bird |
moved stuff.
|
|
|
@1895
|
16 years |
bird |
kmk: strcache cleanup.
|
|
|
@1893
|
16 years |
bird |
added a todo.
|
|
|
@1892
|
16 years |
bird |
kmk: file.c - use strcache2_lookup when an uncached string is handed …
|
|
|
@1891
|
16 years |
bird |
kmk: dir.c - get hash values from the strcache and exploit it for …
|
|
|
@1890
|
16 years |
bird |
kmk: Save pointers to global variables together with the string in the …
|
|
|
@1889
|
16 years |
bird |
kmk: cleaned out the VARIABLE_HASH code (was removed in favor of the a …
|
|
|
@1888
|
16 years |
bird |
fixed bug in previous revision.
|
|
|
@1887
|
16 years |
bird |
kmk: delegating variable string hashing to the strcache, dropping the …
|
|
|
@1886
|
16 years |
bird |
kmk: variable+strcache2 hacking.
|
|
|
@1885
|
16 years |
bird |
kmk: strcache2_add_file macro for wrapping case sensitive/insenstive …
|
|
|
@1882
|
16 years |
bird |
two strcache_add optimizations.
|
|
|
@1881
|
16 years |
bird |
Made do_2nd_target_expansion skip a strlen.
|
|
|
@1880
|
16 years |
bird |
kmk: cleanup expand_argument hacks.
|
|
|
@1879
|
16 years |
bird |
do strcache2_print_stats_all.
|
|
|
@1878
|
16 years |
bird |
kmk: Use allocation caches for the tiny structs in dir.c (three caches …
|
|
|
@1877
|
16 years |
bird |
kmk: cache variable name strings.
|
|
|
@1876
|
16 years |
bird |
kmk/alloccache: item size alignment.
|
|
|
@1875
|
16 years |
bird |
incdep: whitespace
|
|
|
@1874
|
16 years |
bird |
incdep: The variable names should live in a different string cache.
|
|
|
@1873
|
16 years |
bird |
incdep: free records during flushing.
|
|
|
@1872
|
16 years |
bird |
incdep: use an allocation cache for the records to reduce xmalloc and …
|
|
|
@1871
|
16 years |
bird |
incdep: Use strcache2 for the dep and file names.
|
|
|
@1870
|
16 years |
bird |
kmk: replaced strcache with strcacahe2.
|
|
|
@1869
|
16 years |
bird |
kmk: untested version of strcache2, lacking rehash. This is a string …
|
|
|
@1868
|
16 years |
bird |
kmk/incdep: getting acceptable parse-in-worker performance on linux now.
|
|
|
@1867
|
16 years |
bird |
kmk: commands and file allocation caches.
|
|
|
@1866
|
16 years |
bird |
kmk/incdep: don't allocate nameseq records, there will be a whole lot …
|
|
|
@1865
|
16 years |
bird |
kmk/incdep: don't allocate nameseq records, there will be a whole lot …
|
|
|
@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, …
|
|
|
@1861
|
16 years |
bird |
kmk: and another strcache_get_len.
|
|
|
@1860
|
16 years |
bird |
kmk: replaced strlen with strcache_get_len in a number of place in …
|
|
|
@1859
|
16 years |
bird |
kmk: cache 'struct dep' memory to safe time in free() and xmalloc() …
|
|
|
@1858
|
16 years |
bird |
kmk: Added hash_find_slot_prehashed for the benefit of the strcache …
|
|
|
@1857
|
16 years |
bird |
kmk: improved the hashing of file table entries by making the strcache …
|
|
|
@1856
|
16 years |
bird |
inverted check.
|
|
|
@1855
|
16 years |
bird |
kmk: Don't call verify_file_data_base, which only performs assert-like …
|
|
|
@1854
|
16 years |
bird |
kmk: offload hashing of strcache entries to the includedep thread(s).
|
|
|
@1853
|
16 years |
bird |
kmk: Optimized the dependency hashing done by uniquize_deps() by …
|
|
|
@1852
|
16 years |
bird |
kmk/incdep: fixed the multithreaded heap issue on darwin. Only one …
|
|
|
@1851
|
16 years |
bird |
fixed bug introduced earlier today.
|
|
|
@1850
|
16 years |
bird |
kmk: save some file::deps list waking.
|
|
|
@1849
|
16 years |
bird |
kmk: a little adjustment to save 10 clock ticks or something.
|
|
|
@1848
|
16 years |
bird |
kmk: includedep dependencies does not require unescaping or any other …
|
|
|
@1847
|
16 years |
bird |
kmk: Some optimizations for expand_deps.
|
|
|
@1846
|
16 years |
bird |
spaces (read.c)
|
|
|
@1845
|
16 years |
bird |
kmk/strcache: Make use of the string length to avoid expensive compare …
|
|
|
@1844
|
16 years |
bird |
one terminator is sufficient.
|
|
|