search for: fang

Displaying 20 results from an estimated 124 matches for "fang".

Did you mean: bang
2013 Jul 27
1
[LLVMdev] arch-specific predefines in LLVM's source
...__ppc__ -m64 only defines __ppc64__ So a more correct set of definitions would be: #define LLVM_PPC32 ((defined(__ppc__) || (defined(__powerpc__) && !defined(__powerpc64__))) #define LLVM_PPC64 (defined(__ppc64__) || defined(__powerpc64__)) #define LLVM_PPC_ANY (LLVM_PPC32 || LLVM_PPC64) Fang >>>> I've even seen __POWERPC__, _POWER, _ARCH_PPC being tested in >>>> conditionals. >>>> >>>> These proposed standardized macros would only be used in LLVM >>>> project >>>> sources; there's no reason to exported the...
2008 Apr 26
4
how to use printk() in xen?
...he values of some variables. i found the definition of printk() in file "xen-3.1.0-src\xen\include\xen\lib.h ": extern void printk(const char *format, ...) __attribute__ ((format (printf, 1, 2))); who can tell me the location of printk()? thanks in advance. 2008-04-26 Haifeng Fang _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Jul 26
2
[LLVMdev] arch-specific predefines in LLVM's source
...use >> less error-prone. >> >> What predefines do other architectures use? > > Would all uses of these macros be restricted to the PPC backend, or > would they appear elsewhere as well? One place I see these predefines outside of the PPC backend is lib/Support/Host.cpp Fang > -Hal > >> >> What would be a suitable place for these proposed macros? >> include/llvm/Support/Compiler.h? >> include/llvm/Support/Arch.h (new)? >> >> Fang -- David Fang http://www.csl.cornell.edu/~fang/
2012 Jan 17
2
[LLVMdev] powerpc-darwin8 build/test status page
Hi, For anyone who might be interested, I've thrown together a little page to track my builds of llvm and clang, both release 3.0 and svn-trunk, on powerpc-darwin8. http://www.csl.cornell.edu/~fang/sw/llvm/ I'll update the list of logs each time I svn-update and build. It's nowhere as nice as a real buildbot page, but it's better than nothing. 3.0 still has over 20 test failures, while svn-trunk has over 800. A lot of the failures with 3.0 are still reproducible on trunk. Fan...
2011 Dec 16
3
[LLVMdev] llvm/clang test failures on powerpc-darwin8
Hi, Thanks for the quick reply again. > On Thu, Dec 15, 2011 at 1:17 PM, David Fang <fang at csl.cornell.edu> wrote: >> Hi, >> >> I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and >> have the following test results to share. >> Summary below, full log at: >> http://www.csl.cornell.edu/~fang/sw/llvm/r146586...
2013 Jul 27
0
[LLVMdev] arch-specific predefines in LLVM's source
...>> What predefines do other architectures use? > > > > Would all uses of these macros be restricted to the PPC backend, or > > would they appear elsewhere as well? > > One place I see these predefines outside of the PPC backend is > lib/Support/Host.cpp > > Fang > > > -Hal > > > >> > >> What would be a suitable place for these proposed macros? > >> include/llvm/Support/Compiler.h? > >> include/llvm/Support/Arch.h (new)? > >> > >> Fang > > > -- > David Fang > http://www.c...
2012 Jan 18
1
[LLVMdev] [cfe-dev] powerpc-darwin8 build/test status page
18.01.2012, 02:46, "David Fang" <fang at csl.cornell.edu>: > Hi, >          For anyone who might be interested, I've thrown together a little > page to track my builds of llvm and clang, both release 3.0 and > svn-trunk, on powerpc-darwin8. > > http://www.csl.cornell.edu/~fang/sw/llvm/ > >...
2020 Jun 02
2
Improve hot cold splitting to aggressively outline small blocks
Hello Tobias, Thank you for the suggestion! Aditya also mentioned this. I will look into it. Best regards, Ruijie Ruijie Fang Email: ruijief at princeton.edu On Tue, Jun 2, 2020 at 12:48 PM Tobias Hieta <tobias at plexapp.com> wrote: > Hello Ruijie, > > One other workload that would be interesting to test might be clang > itself. Building clang with PGO information is a common trick for improving &gt...
2012 Jan 18
0
[LLVMdev] [cfe-dev] powerpc-darwin8 build/test status page
On Wed, Jan 18, 2012 at 10:51:38PM +0400, Konstantin Tokarev wrote: > > > 18.01.2012, 02:46, "David Fang" <fang at csl.cornell.edu>: > > Hi, > > ?????????For anyone who might be interested, I've thrown together a little > > page to track my builds of llvm and clang, both release 3.0 and > > svn-trunk, on powerpc-darwin8. > > > > http://www.csl.cornell...
2013 Jul 25
2
[LLVMdev] arch-specific predefines in LLVM's source
...e's no reason to exported them. The standardized macros would simplify conditionals and make their use less error-prone. What predefines do other architectures use? What would be a suitable place for these proposed macros? include/llvm/Support/Compiler.h? include/llvm/Support/Arch.h (new)? Fang -- David Fang http://www.csl.cornell.edu/~fang/
2011 Dec 16
0
[LLVMdev] llvm/clang test failures on powerpc-darwin8
On Fri, Dec 16, 2011 at 01:51:57AM -0500, David Fang wrote: > Hi, > Thanks for the quick reply again. > >> On Thu, Dec 15, 2011 at 1:17 PM, David Fang <fang at csl.cornell.edu> wrote: >>> Hi, >>> >>> I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and >>> have t...
2011 Dec 16
3
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...nd I still have it installed and hidden away. (It looks like *someone* runs ppc-darwin a buildbot, but not for darwin8.) Knowing what I've learned so far, the effort would be similar, perhaps even duplicate to just trying to fix things directly with g++-4.0.1. Time will tell, I suppose. Fang -- David Fang http://www.csl.cornell.edu/~fang/
2011 Dec 15
0
[LLVMdev] llvm/clang test failures on powerpc-darwin8
On Thu, Dec 15, 2011 at 1:17 PM, David Fang <fang at csl.cornell.edu> wrote: > Hi, > > I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and > have the following test results to share. > Summary below, full log at: > http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results...
2020 Jun 02
2
Improve hot cold splitting to aggressively outline small blocks
...the workload we supply to PGO: For postgresql, I suggested we use the "pgbench" benchmark, a TPC-B-based SQL benchmark for postgres, to supply profiling information for PGO. We can use other workloads/benchmarks should you have any other suggestions about this. Thank you, Ruijie Ruijie Fang Email: ruijief at princeton.edu On Mon, Jun 1, 2020 at 11:28 AM Teresa Johnson <tejohnson at google.com> wrote: > > > On Sun, May 31, 2020 at 11:37 PM Ruijie Fang <ruijief at princeton.edu> > wrote: > >> Hello, >> I am Ruijie Fang, a GSoC student working o...
2003 Dec 16
2
Fw: [S] plot stacked bar chart in R
posting the question in r-help@ to get more feedback :-) thanks, Yun-Fang ----- Original Message ----- From: "Yun-Fang Juan" <yunfang at yahoo-inc.com> To: <s-news at wubios.wustl.edu> Sent: Tuesday, December 16, 2003 2:04 PM Subject: [S] plot stacked bar chart in R > Hi, > I am trying to plot a stacked bar chart in R but am not able to fin...
2004 Jan 30
3
memory problem for R
Hi, I try to use lm to fit a linear model with 600k rows and 70 attributes. But I can't even load the data into the R environment. The error message says the vector memory is used up. Is there anyone having experience with large datasets in R? (I bet) Please advise. thanks, Yun-Fang [[alternative HTML version deleted]]
2004 Oct 31
1
another question about fisher.test
...in1=1) and out (with in1=0) of the program for # group i fisher.test(m$pinc[m$group==i], m$in1[m$group==i], workspace=40000000, hybrid=F)} When I run this loop, there is no results shown on the terminal. I wonder if there is a way to store the result for each i in a file or matrix. Many thanks, Fang ===== Lai, Fang PhD candidate University of California, Berkeley Department of Agricultural and Resource Economics 314 Giannini Hall, Berkeley, CA 94720-3310 tel: (510) 643 - 5421(O) (510) 847 - 9811(Cell) fax: (510) 643 - 8911 email: lai@are.berkeley.edu http://www.are.berkeley.edu/jobma...
2004 Oct 31
1
another question about fisher.test
...in1=1) and out (with in1=0) of the program for # group i fisher.test(m$pinc[m$group==i], m$in1[m$group==i], workspace=40000000, hybrid=F)} When I run this loop, there is no results shown on the terminal. I wonder if there is a way to store the result for each i in a file or matrix. Many thanks, Fang ===== Lai, Fang PhD candidate University of California, Berkeley Department of Agricultural and Resource Economics 314 Giannini Hall, Berkeley, CA 94720-3310 tel: (510) 643 - 5421(O) (510) 847 - 9811(Cell) fax: (510) 643 - 8911 email: lai@are.berkeley.edu http://www.are.berkeley.edu/jobma...
2004 Nov 04
0
(no subject)-about the waring/errors in ks.test
...x.test( 1:3, 1:10 ) Wilcoxon rank sum test with continuity correction data: 1:3 and 1:10 W = 4.5, p-value = 0.08964 alternative hypothesis: true mu is not equal to 0 Warning message: Cannot compute exact p-value with ties in: wilcox.test.default(1:3, 1:10) On Thu, 2004-11-04 at 00:31, fang lai wrote: > Dear Adaikalavan, > Many thanks for your suggestions. The message > "cannot compute correct p-values with ties in" > sometimes shows up as an error (in most cases I have > small group for the test), and sometimes shows up as > waring when I typed warning()...
2011 Dec 16
0
[LLVMdev] llvm/clang test failures on powerpc-darwin8
On Fri, Dec 16, 2011 at 12:17:32PM -0500, David Fang wrote: >>> These results have far fewer failures than svn-trunk, and are also >>> comparable to bootstrapping with gcc-4.6.2, summarized here: >>> http://paste.lisp.org/display/126363 >>> (Unfortunately, I no longer have the whole build/test log for the gcc46 boo...