Displaying 20 results from an estimated 21 matches for "hash_".
Did you mean:
hash
2016 Mar 25
3
RFC: New support for triaging optimization-related failures in front ends
...s (assuming a case which fails when compiled with -O2 but passes when compiled with -O0) would begin by using the '-num-fn=-1' option to see the functioning numbering.
clang -c -O2 -num-fn=-1 test.c
Optimizing function (1) prune_match
Optimizing function (2) free_S
Optimizing function (3) hash_S
Optimizing function (4) insert_S
Optimizing function (5) zero_S
Optimizing function (6) init_S
Optimizing function (7) matches_S
Optimizing function (8) clean_up
The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the fun...
2004 Oct 14
0
[LLVMdev] Linker problems with Visual Studio
...any ideas. :)
The patch is applied, thanks!
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041011/019290.html
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041011/019291.html
> The other areas which have to be resolved is the struct/class debacle
> and also the hash_map usage (I am using the Visual Studio STL library)
> -- my fix for the hash_map thing is too ugly to go in, so I won't even
> bother to submit a patch. Unfortunately I have to link LLVM with our own
> app which is using the MS STL, so resorting to using a STL library more
> similar...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...hen compiled with -O2 but passes when compiled with -O0) would begin by using the '-num-fn=-1' option to see the functioning numbering.
>
> clang -c -O2 -num-fn=-1 test.c
>
> Optimizing function (1) prune_match
> Optimizing function (2) free_S
> Optimizing function (3) hash_S
> Optimizing function (4) insert_S
> Optimizing function (5) zero_S
> Optimizing function (6) init_S
> Optimizing function (7) matches_S
> Optimizing function (8) clean_up
>
> The developer would then use a binary search, recompiling with selective optimization and re-runnin...
2016 Mar 25
3
RFC: New support for triaging optimization-related failures in front ends
...t passes when compiled with -O0) would begin by using the '-num-fn=-1' option to see the functioning numbering.
>>
>> clang -c -O2 -num-fn=-1 test.c
>>
>> Optimizing function (1) prune_match
>> Optimizing function (2) free_S
>> Optimizing function (3) hash_S
>> Optimizing function (4) insert_S
>> Optimizing function (5) zero_S
>> Optimizing function (6) init_S
>> Optimizing function (7) matches_S
>> Optimizing function (8) clean_up
>>
>> The developer would then use a binary search, recompiling with selectiv...
2016 Mar 25
6
RFC: New support for triaging optimization-related failures in front ends
...s (assuming a case which fails when compiled with -O2 but passes when compiled with -O0) would begin by using the '-num-fn=-1' option to see the functioning numbering.
clang -c -O2 -num-fn=-1 test.c
Optimizing function (1) prune_match
Optimizing function (2) free_S
Optimizing function (3) hash_S
Optimizing function (4) insert_S
Optimizing function (5) zero_S
Optimizing function (6) init_S
Optimizing function (7) matches_S
Optimizing function (8) clean_up
The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the fun...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...hen compiled with -O2 but passes when compiled with -O0) would begin by using the '-num-fn=-1' option to see the functioning numbering.
>
> clang -c -O2 -num-fn=-1 test.c
>
> Optimizing function (1) prune_match
> Optimizing function (2) free_S
> Optimizing function (3) hash_S
> Optimizing function (4) insert_S
> Optimizing function (5) zero_S
> Optimizing function (6) init_S
> Optimizing function (7) matches_S
> Optimizing function (8) clean_up
>
> The developer would then use a binary search, recompiling with selective optimization and re-runnin...
2004 Oct 14
2
[LLVMdev] Linker problems with Visual Studio
...references.
In the end I opted for the ugly IncludeFile() trick which is used
elsewhere in the code, I include a patch with this mail. If someone has
any better suggestions for how to fix this, I am all ears...
The other areas which have to be resolved is the struct/class debacle
and also the hash_map usage (I am using the Visual Studio STL library)
-- my fix for the hash_map thing is too ugly to go in, so I won't even
bother to submit a patch. Unfortunately I have to link LLVM with our own
app which is using the MS STL, so resorting to using a STL library more
similar to GCC is proba...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...ith -O0) would begin by using the '-num-fn=-1' option to see the functioning numbering.
>>>
>>> clang -c -O2 -num-fn=-1 test.c
>>>
>>> Optimizing function (1) prune_match
>>> Optimizing function (2) free_S
>>> Optimizing function (3) hash_S
>>> Optimizing function (4) insert_S
>>> Optimizing function (5) zero_S
>>> Optimizing function (6) init_S
>>> Optimizing function (7) matches_S
>>> Optimizing function (8) clean_up
>>>
>>> The developer would then use a binary searc...
2016 Mar 25
1
RFC: New support for triaging optimization-related failures in front ends
...mpiled with -O2 but passes when
> compiled with -O0) would begin by using the '-num-fn=-1' option to see the
> functioning numbering.
>
> clang -c -O2 -num-fn=-1 test.c
>
> Optimizing function (1) prune_match
> Optimizing function (2) free_S
> Optimizing function (3) hash_S
> Optimizing function (4) insert_S
> Optimizing function (5) zero_S
> Optimizing function (6) init_S
> Optimizing function (7) matches_S
> Optimizing function (8) clean_up
>
> The developer would then use a binary search, recompiling with selective
> optimization and re-run...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...hen compiled with -O2 but passes when compiled with -O0) would begin by using the '-num-fn=-1' option to see the functioning numbering.
>
> clang -c -O2 -num-fn=-1 test.c
>
> Optimizing function (1) prune_match
> Optimizing function (2) free_S
> Optimizing function (3) hash_S
> Optimizing function (4) insert_S
> Optimizing function (5) zero_S
> Optimizing function (6) init_S
> Optimizing function (7) matches_S
> Optimizing function (8) clean_up
>
> The developer would then use a binary search, recompiling with selective optimization and re-runnin...
2016 Mar 25
2
RFC: New support for triaging optimization-related failures in front ends
...s (assuming a case which fails when compiled with -O2 but passes when compiled with -O0) would begin by using the '-num-fn=-1' option to see the functioning numbering.
clang -c -O2 -num-fn=-1 test.c
Optimizing function (1) prune_match
Optimizing function (2) free_S
Optimizing function (3) hash_S
Optimizing function (4) insert_S
Optimizing function (5) zero_S
Optimizing function (6) init_S
Optimizing function (7) matches_S
Optimizing function (8) clean_up
The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the fun...
2020 Jan 30
2
[Bug 1402] New: Race errors with nft
...W_SSH_NET accept
add rule inet my-filter INPUT ct state related,established accept
```
nftables_hash.sh:
```
#!/usr/bin/env bash
output=$(nft list ruleset 2>&1 | grep -v counter)
md5=$(md5sum <<< $output | cut -f 1 -d ' ')
$(cat <<< "$output" > "hash_${md5}.out")
echo $(date) "$md5"
```
Test commands
-------------
screen -S R1 bash -c 'while true; do ./R1.nft && echo $(date) "Reloaded R1
ruleset"; done'
screen -S R2 bash -c 'while true; do ./R2.nft && echo $(date) "Reloaded R2
ruleset&qu...
2016 Mar 25
2
RFC: New support for triaging optimization-related failures in front ends
...t passes when compiled with -O0) would begin by using the '-num-fn=-1' option to see the functioning numbering.
>>
>> clang -c -O2 -num-fn=-1 test.c
>>
>> Optimizing function (1) prune_match
>> Optimizing function (2) free_S
>> Optimizing function (3) hash_S
>> Optimizing function (4) insert_S
>> Optimizing function (5) zero_S
>> Optimizing function (6) init_S
>> Optimizing function (7) matches_S
>> Optimizing function (8) clean_up
>>
>> The developer would then use a binary search, recompiling with selectiv...
2016 Mar 25
3
RFC: New support for triaging optimization-related failures in front ends
...t passes when compiled with -O0) would begin by using the '-num-fn=-1' option to see the functioning numbering.
>>
>> clang -c -O2 -num-fn=-1 test.c
>>
>> Optimizing function (1) prune_match
>> Optimizing function (2) free_S
>> Optimizing function (3) hash_S
>> Optimizing function (4) insert_S
>> Optimizing function (5) zero_S
>> Optimizing function (6) init_S
>> Optimizing function (7) matches_S
>> Optimizing function (8) clean_up
>>
>> The developer would then use a binary search, recompiling with selectiv...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...hen compiled with -O2 but passes when compiled with -O0) would begin by using the '-num-fn=-1' option to see the functioning numbering.
>
> clang -c -O2 -num-fn=-1 test.c
>
> Optimizing function (1) prune_match
> Optimizing function (2) free_S
> Optimizing function (3) hash_S
> Optimizing function (4) insert_S
> Optimizing function (5) zero_S
> Optimizing function (6) init_S
> Optimizing function (7) matches_S
> Optimizing function (8) clean_up
>
> The developer would then use a binary search, recompiling with selective optimization and re-runnin...
2016 Mar 26
2
RFC: New support for triaging optimization-related failures in front ends
...using the '-num-fn=-1' option to see the functioning numbering.
>>>>
>>>> clang -c -O2 -num-fn=-1 test.c
>>>>
>>>> Optimizing function (1) prune_match
>>>> Optimizing function (2) free_S
>>>> Optimizing function (3) hash_S
>>>> Optimizing function (4) insert_S
>>>> Optimizing function (5) zero_S
>>>> Optimizing function (6) init_S
>>>> Optimizing function (7) matches_S
>>>> Optimizing function (8) clean_up
>>>>
>>>> The developer w...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...ith -O0) would begin by using the '-num-fn=-1' option to see the functioning numbering.
>>>
>>> clang -c -O2 -num-fn=-1 test.c
>>>
>>> Optimizing function (1) prune_match
>>> Optimizing function (2) free_S
>>> Optimizing function (3) hash_S
>>> Optimizing function (4) insert_S
>>> Optimizing function (5) zero_S
>>> Optimizing function (6) init_S
>>> Optimizing function (7) matches_S
>>> Optimizing function (8) clean_up
>>>
>>> The developer would then use a binary searc...
2016 Mar 26
0
RFC: New support for triaging optimization-related failures in front ends
...1' option to see the functioning numbering.
>>>>>
>>>>> clang -c -O2 -num-fn=-1 test.c
>>>>>
>>>>> Optimizing function (1) prune_match
>>>>> Optimizing function (2) free_S
>>>>> Optimizing function (3) hash_S
>>>>> Optimizing function (4) insert_S
>>>>> Optimizing function (5) zero_S
>>>>> Optimizing function (6) init_S
>>>>> Optimizing function (7) matches_S
>>>>> Optimizing function (8) clean_up
>>>>>
>>...
2016 Mar 28
2
RFC: New support for triaging optimization-related failures in front ends
...s (assuming a case which fails when compiled with -O2 but passes when compiled with -O0) would begin by using the '-num-fn=-1' option to see the functioning numbering.
clang -c -O2 -num-fn=-1 test.c
Optimizing function (1) prune_match
Optimizing function (2) free_S
Optimizing function (3) hash_S
Optimizing function (4) insert_S
Optimizing function (5) zero_S
Optimizing function (6) init_S
Optimizing function (7) matches_S
Optimizing function (8) clean_up
The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the fun...
2016 Apr 05
2
RFC: New support for triaging optimization-related failures in front ends
...s (assuming a case which fails when compiled with -O2 but passes when compiled with -O0) would begin by using the '-num-fn=-1' option to see the functioning numbering.
clang -c -O2 -num-fn=-1 test.c
Optimizing function (1) prune_match
Optimizing function (2) free_S
Optimizing function (3) hash_S
Optimizing function (4) insert_S
Optimizing function (5) zero_S
Optimizing function (6) init_S
Optimizing function (7) matches_S
Optimizing function (8) clean_up
The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the fun...