search for: init_s

Displaying 20 results from an estimated 23 matches for "init_s".

2005 Jul 26
10
Patch for wxRuby2
Ok so I made a lot of changes and the controls sample works pretty good now. What I changed or added: - Got all my modifications meshed into wxRuby2. - Added constructors to wxIcon.h - Changed Xrc.i to XmlResource.i and changed wxXrc to wxXmlResource within the file. I also had to change Xrc to XmlResource in rakewx.rb. - For backwards compatability with wxRuby 0.6 I added the subclass methods
2008 Jul 18
1
[LLVMdev] Improving bugpoint
I've made quite a bit of progress getting bugpoint to work with our (non-gcc) tools. In fact I caught the alignment bug I recently posted about using it. But it's not there yet. In particular, I am seeing this scenario a lot (comments in brackets): *** Found miscompiling pass: -instcombine Emitted bitcode to 'bugpoint-passinput.bc' [ Good! This is progress! ] *** You can
2016 Mar 25
3
RFC: New support for triaging optimization-related failures in front ends
...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. clang -c -O2 -num-fn=4 test.c <test passes> clang -c -...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...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. > > clang -c -O2 -num-fn=4 test....
2016 Mar 25
3
RFC: New support for triaging optimization-related failures in front ends
...t;> >> 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. >> >> clan...
2016 Mar 25
6
RFC: New support for triaging optimization-related failures in front ends
...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. clang -c -O2 -num-fn=4 test.c <test passes> clang -c -...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...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. > > clang -c -O2 -num-fn=4 test....
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...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
1
RFC: New support for triaging optimization-related failures in front ends
...o 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. > > clang -c -O2 -num-fn=4...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...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. > > clang -c -O2 -num-fn=4 test....
2016 Mar 25
2
RFC: New support for triaging optimization-related failures in front ends
...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. clang -c -O2 -num-fn=4 test.c <test passes> clang -c -...
2016 Mar 25
2
RFC: New support for triaging optimization-related failures in front ends
...t;> >> 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. >> >> clan...
2016 Mar 25
3
RFC: New support for triaging optimization-related failures in front ends
...t;> >> 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. >> >> clan...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...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. > > clang -c -O2 -num-fn=4 test....
2016 Mar 26
2
RFC: New support for triaging optimization-related failures in front ends
...;>> >>>> 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...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...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 26
0
RFC: New support for triaging optimization-related failures in front ends
...>> 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 wh...
2016 Mar 28
2
RFC: New support for triaging optimization-related failures in front ends
...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. clang -c -O2 -num-fn=4 test.c <test passes> clang -c -...
2016 Apr 05
2
RFC: New support for triaging optimization-related failures in front ends
...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. clang -c -O2 -num-fn=4 test.c <test passes> clang -c -...
2006 May 15
2
login engine error
Hi everybody, I am new to rails. I get the following error when run the rake engine:migrate for the engine login_engine. ------------------------------------------------------------------------ gbalaji:~/projects/test/vendor/plugins/login_engine gopalbalaji$ rake engine_migrate ENGINE=log --trace (in /Users/gopalbalaji/Projects/test) ** Invoke engine_migrate (first_time) ** Invoke