search for: wpo

Displaying 19 results from an estimated 19 matches for "wpo".

Did you mean: wp
2010 Feb 02
1
Finding the difference between two vectors
...TWC VFC TWX NA VIA/B VFC VFC WHR VIA/B VIA/B WPO WHR --------->>> WHR WYN WPO WPO WYNN WYN WYN YUM WYNN WYNN...
2014 Oct 11
7
[LLVMdev] whole program optimization examples?
Hello, I was wondering if there is an example list somewhere of whole program optimizations done by LLVM based compilers? I'm only familiar with method-level optimizations, and I'm being told wpo can deliver many great speedups. My language is currently staticly typed JIT based and uses the JVM, and I want to move it over to LLVM so that I can have options where it can be ahead of time compiled as well. I'm hearing bad things about LLVM's JIT capabilities -- specifically that writ...
2001 Feb 08
2
Installling more than one wine version (fwd)
On Thu, 8 Feb 2001, Rick Moulton wrote: > It seems that Corel Office 2000 for linux will not run on any version of > wine later that the 1022999 ver.. Seems Any newer version causes an > "ERROR no 6 and stuff about not being able to find "wordperfect" or > quattropro executuables, and also saying it is a wine error. > My question, is there a way to install
2014 Oct 12
3
[LLVMdev] whole program optimization examples?
.../2014 06:24 PM, Hayden Livingston wrote: > >> Hello, >> >> I was wondering if there is an example list somewhere of whole program >> optimizations done by LLVM based compilers? >> >> I'm only familiar with method-level optimizations, and I'm being told wpo >> can deliver many great speedups. >> >> My language is currently staticly typed JIT based and uses the JVM, and I >> want to move it over to LLVM so that I can have options where it can be >> ahead of time compiled as well. >> > Depending on your use case (a...
2014 Oct 13
4
[LLVMdev] whole program optimization examples?
...at gmail.com> > wrote: > > > > Hello, > > > > I was wondering if there is an example list somewhere of whole program > optimizations done by LLVM based compilers? > > > > I'm only familiar with method-level optimizations, and I'm being told > wpo can deliver many great speedups. > > > > My language is currently staticly typed JIT based and uses the JVM, and > I want to move it over to LLVM so that I can have options where it can be > ahead of time compiled as well. > > As Philip kindly pointed out, WebKit uses llvm a...
2014 Oct 14
2
[LLVMdev] whole program optimization examples?
...> > >>> > Hello, >>> > >>> > I was wondering if there is an example list somewhere of whole program optimizations done by LLVM based compilers? >>> > >>> > I'm only familiar with method-level optimizations, and I'm being told wpo can deliver many great speedups. >>> > >>> > My language is currently staticly typed JIT based and uses the JVM, and I want to move it over to LLVM so that I can have options where it can be ahead of time compiled as well. >>> >>> As Philip kindly pointed...
2001 Feb 23
2
Initial window position with WINE
Some one else (not me -- I have RedHat 7 and can't seem to get a compiler to work) built the current Corel WPO CVS WINE and it seems to work OK except that when I close an application with a full screen it remembers that. But, when I reopen it it is a little to my left and too high to see the decorations on the window frame. Can this be changed with a configuration file somewhere or something, or does it...
2013 Jun 12
3
[LLVMdev] RFC - Profile Guided Optimization in LLVM
...Wed, Jun 12, 2013 at 2:55 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk>wrote: > That sounds plausible to me. It seems like we might need a way of > representing call graph profiling in addition to the existing branch > probabilities? > Agreed. An important consideration here is WPO vs. LTO vs. TU-at-a-time call graphs. > FWIW, the greedy register allocator’s live range splitting algorithm is > designed to consume profile information so it can push spill code into cold > blocks. The primary interface is SpillPlacement::getBlockFrequency() which > currently return...
2013 Jun 12
0
[LLVMdev] RFC - Profile Guided Optimization in LLVM
...; On Wed, Jun 12, 2013 at 2:55 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote: > That sounds plausible to me. It seems like we might need a way of representing call graph profiling in addition to the existing branch probabilities? > > Agreed. An important consideration here is WPO vs. LTO vs. TU-at-a-time call graphs. > > FWIW, the greedy register allocator’s live range splitting algorithm is designed to consume profile information so it can push spill code into cold blocks. The primary interface is SpillPlacement::getBlockFrequency() which currently returns an estim...
2004 May 05
0
Problem solved - Re: Can not copy file, "The Path is too deep"
...Samba can not handle the following situation: 2 network cards bonded together, and they are connected to different switches. Samba can handle the following situation: 2 network cards bonded together, and they are connected to the same switch. Thanks, Hai >>> "Hai Wu" <hwu3@wpo.it.luc.edu> 05/05/04 12:34 PM >>> This is Red Hat Enterprise Linux 3.0 server. It has the following samba packages installed: samba-3.0.2-6.3E samba-swat-3.0.2-6.3E redhat-config-samba-1.0.16-1 samba-common-3.0.2-6.3E samba-client-3.0.2-6.3E It is a standalone domain member server, joi...
2013 Jun 12
0
[LLVMdev] RFC - Profile Guided Optimization in LLVM
On Jun 12, 2013, at 2:23 PM, Diego Novillo <dnovillo at google.com> wrote: > In terms of optimizations, our (Google) experience is that > inlining is the key beneficiary of profile information. > Particularly, in big C++ applications. I expect to focus most > of my attention on the inliner. That sounds plausible to me. It seems like we might need a way of representing call
2004 Feb 26
3
Winbind only enumerating 9% of domain groups
Hi All, I'm having a strange pronlem with winbind. For users it seems to be working fine but for groups its not enumerating most of the groups! A getent group produces only 325 lines of domain groups whereas wbinfo -g produces 2839 lines of groups. I'm not seeing any errors logged and all commands are exiting with status 0. Winbind related sections of smb.conf are shown below,
2013 Jun 12
6
[LLVMdev] RFC - Profile Guided Optimization in LLVM
I have started looking at the state of PGO (Profile Guided Optimization) in LLVM.**I want to discuss my high-level plan and make sure I'm not missing anything interesting out. I appreciate any feedback on this, pointers to existing work, patches and anything related to PGO in LLVM. I will be keeping changes to this plan in this web document
2003 Dec 25
1
How to tell if option "with-acl-support" is compiledinSolaris smbd?
Do I need any additional package installed in Solaris 9 before I compile Samba "with-acl-support"? Thanks, Hai >>> Tom Dickson <bombcar@bombcar.com> 12/24/03 21:49 PM >>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I don't see WITH_ACL so I'm going to guess no. Hai Wu wrote: | Thanks. I am still not sure whether option "with-acl-support"
2004 Jan 19
0
Solaris 9 + Samba 3.0.2rc1 problem
I thought I got them working and it turned out I still have the same problem. This is a domain member server, joined to NT PDC. These commands are all working Ok: wbinfo -u, wbinfo -g, getent passwd, except getent group. It always stops at some point, I noticed these log messages: [2004/01/19 13:09:56, 10] nsswitch/winbindd.c:winbind_client_read(458) client_read: read 0 bytes. Need 1568 more for
2004 Apr 08
0
Can not leave active directory domain (Red Hat Enterprise Linux ES 3.0 server)
I can use kinit to get kerberos ticket. I used my AD domain user account(NOT domain administrator, but can join Win2K server to AD realm) and I could do "net ads join /company/ad/level/Computers -U my_username -S Win2K_AD_DC1", the following is the output: [2004/04/07 18:54:41, 0] libads/ldap.c:ads_add_machine_acct(1086) Warning: ads_set_machine_sd: Unexpected information received
2004 May 05
0
Can not copy file, "The Path is too deep"
This is Red Hat Enterprise Linux 3.0 server. It has the following samba packages installed: samba-3.0.2-6.3E samba-swat-3.0.2-6.3E redhat-config-samba-1.0.16-1 samba-common-3.0.2-6.3E samba-client-3.0.2-6.3E It is a standalone domain member server, joined to WinNT 4.0 domain. Everything works fine, except I could not copy large file from Windows to Samba share, always got this "The Path is
2003 Dec 25
1
How to tell if option "with-acl-support" is compiled in Solaris smbd?
How can I tell if option "with-acl-support" is compiled in Solaris smbd? Here's the output using ldd: bash-2.05$ ldd /usr/local/samba/sbin/smbd libldap.so.2 => /usr/lib/libldap.so.2 liblber.so.2 => /usr/lib/liblber.so.2 libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 libkrb5.so.3 => /usr/lib/libkrb5.so.3 libk5crypto.so.3
2003 Dec 25
1
How to tell if option "with-acl-support" is compiledin Solaris smbd?
Thanks. I am still not sure whether option "with-acl-support" has been compiled in the smbd. The following is the output: Build environment: Built by: root@hxwu-dt-tt Built on: Tue Dec 23 15:00:40 CST 2003 Built using: gcc Build host: SunOS hxwu-dt-tt 5.9 Generic_112233-08 sun4u sparc SUNW,Sun-Blade-100 SRCDIR: /space/hxwu/swinstall/samba-3.0.1/source