Displaying 17 results from an estimated 17 matches for "insert_s".
2016 Mar 25
3
RFC: New support for triaging optimization-related failures in front ends
...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 function in which the problem occurs....
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...n 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 functi...
2016 Mar 25
3
RFC: New support for triaging optimization-related failures in front ends
...egin 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...
2016 Mar 25
6
RFC: New support for triaging optimization-related failures in front ends
...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 function in which the problem occurs....
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...n 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 functi...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...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...
2016 Mar 25
1
RFC: New support for triaging optimization-related failures in front ends
...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
...n 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 functi...
2016 Mar 25
2
RFC: New support for triaging optimization-related failures in front ends
...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 function in which the problem occurs....
2016 Mar 25
2
RFC: New support for triaging optimization-related failures in front ends
...egin 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...
2016 Mar 25
3
RFC: New support for triaging optimization-related failures in front ends
...egin 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...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...n 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 functi...
2016 Mar 26
2
RFC: New support for triaging optimization-related failures in front ends
...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 sel...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...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...
2016 Mar 26
0
RFC: New support for triaging optimization-related failures in front ends
...>>>>
>>>>> 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 sear...
2016 Mar 28
2
RFC: New support for triaging optimization-related failures in front ends
...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 function in which the problem occurs....
2016 Apr 05
2
RFC: New support for triaging optimization-related failures in front ends
...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 function in which the problem occurs....