search for: hash_s

Displaying 20 results from an estimated 21 matches for "hash_s".

Did you mean: has_s
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 func...
2004 Oct 14
0
[LLVMdev] Linker problems with Visual Studio
On Thu, 14 Oct 2004, Morten Ofstad wrote: > I finally managed to compile a working fibonacci example (using the > interpreter, I'm still working on porting the x86 backend). The final > problem was that I couldn't find a way to force the linker to include > the Dominators.obj file since there were no references to it. There is > an option to the linker to stop it from
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-running...
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 selective...
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 func...
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-running...
2004 Oct 14
2
[LLVMdev] Linker problems with Visual Studio
I finally managed to compile a working fibonacci example (using the interpreter, I'm still working on porting the x86 backend). The final problem was that I couldn't find a way to force the linker to include the Dominators.obj file since there were no references to it. There is an option to the linker to stop it from stripping unreferenced code, but it still doesn't pull the object
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 search...
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-runn...
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-running...
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 func...
2020 Jan 30
2
[Bug 1402] New: Race errors with nft
https://bugzilla.netfilter.org/show_bug.cgi?id=1402 Bug ID: 1402 Summary: Race errors with nft Product: nftables Version: unspecified Hardware: All OS: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org
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 selective...
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 selective...
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-running...
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 wo...
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 search...
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 func...
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 func...