source: trunk/src

Revision Log Mode:


Legend:

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