search for: what're

Displaying 20 results from an estimated 20 matches for "what're".

2009 Jan 15
2
i386 hypervisor seeing only ~16G RAM, amd64 required?
Hi, I have several machines using xen-hypervisor-3.2-1-i386 from etch-backports and they recently got upgraded to 20 or 24G RAM. I have seen talk of a limit of a 16G RAM with 32bit PAE Xen and indeed this is what I am seeing. I am guessing there is still no way to get the 32bit hypervisor to see more than 16G RAM, and I must go to 64bit. Can I boot a 64bit hypervisor and still keep the same 32bit dom0? What're people's experiences running 32bit domUs on xen-hypervisor-3.2-1-amd64? Cheers, Andy --...
2014 Jun 25
3
[LLVMdev] Phabricator and private reviews
...Maybe it's people using Herald to subscribe to changes in particular parts of the codebase - so when someone starts a code review all the Herald subscribers end up cc'd on the initial mail? I wonder if the Herald subscribers should be bcc'd or handled in some other way? If that's what's happening, and it's the right way to do it, I'm not sure what the right limit is - as more people use Herald we could get larger and larger CC lists. What's the mailing list limit for? What're the tradeoffs of setting it higher, or removing it entirely? - David
2010 Aug 09
1
[LLVMdev] Endianness emulation
Hey folks, If I've got some code that I can compile using clang, that depends on a certain endianness, can I generate bitcode that will have the code operate correctly, even if run on machines of the the opposite endianness? If not, what're we talking about in specific work that'd be needed? Thanks, - Lally
2006 Jan 03
1
64-bit CentOS 4.2
What exactly is different between the 32 and 64-bit version of CentOS 4.2? The kernel (drivers, file system, etc.) is probably compiled to support 64-bit and probably glibc. What're some important differences between the 32 and 64-bit version? I'm just trying to get a deeper understanding. T...
2014 Jun 24
4
[LLVMdev] Making it possible to clear the LLVMContext
...by the way. If there are outstanding users cleaning the context under their seats might still pose a risk to them, and in that case deleting + newing a new LLVMContextImpl might actually not be very different. Marcello 2014-06-24 17:14 GMT+01:00 David Blaikie <dblaikie at gmail.com>: > What're the situation in which you need to clear it? If there are > outstanding users of it (given that you mention clients possibly > holding references to the pimpl, it sounds like you might have > outstanding users) then wouldn't they be at risk of breaking if you > mutate the LLV...
2014 Jun 26
2
[LLVMdev] Phabricator and private reviews
...to changes in particular > > parts of the codebase - so when someone starts a code review all the > > Herald subscribers end up cc'd on the initial mail? I wonder if the > > Herald subscribers should be bcc'd or handled in some other way? > > > > If that's what's happening, and it's the right way to do it, I'm not > > sure what the right limit is - as more people use Herald we could get > > larger and larger CC lists. > > > > What's the mailing list limit for? What're the tradeoffs of setting it > > higher...
2014 Jun 24
5
[LLVMdev] Making it possible to clear the LLVMContext
...06-24 18:52 GMT+01:00 Eric Christopher <echristo at gmail.com>: > Right, this is likely going to have at least some of the same problems > that Bill ran into when he tried to update a TargetMachine by > placement newing a new one into it. > > Can you elaborate a bit more about what you're trying to do? (I > realize this may be difficult for reasons.) > > -eric > > On Tue, Jun 24, 2014 at 10:44 AM, Marcello Maggioni <hayarms at gmail.com> > wrote: > > Hello, > > > > the need here is to have a single LLVMContext used for multiple &g...
2014 Oct 25
4
[LLVMdev] Indirect call site profiling
Hi All, We've been working on enhancing LLVM's instrumentation based profiling by adding indirect call target profiling support. Our goal is to add instrumentation around indirect call sites, so that we may track the frequently taken target addresses and their call frequencies. The acquired data has uses in optimization of indirect function call heavy applications. Our initial findings
2015 Apr 15
4
[LLVMdev] RFC: Metadata attachments to function definitions
...fine void @foo() !prof !0 { >> unreachable >> } >> !0 = !{i32 987} >> >> 2. In debug info, we repeatedly build up a map from `Function` to the >> canonical `MDSubrogram` for it. > > Sounds great - I'd imagine this working somewhat like the way I've > made implicit special members & other non-standard members of class > types work in the debug info metadata, which is to say that the > children reference the parent, but the parent doesn't reference the > children (in this case, that would mean things li...
2015 Nov 12
0
How to Restore emails
...Oli Schacher, http://www.dovecot.org/list/dovecot/2011-June/059493.html, all I need to do is copy the deleted emails to their original folder and dovecot will take care of it: On Tue Jun 7 08:43:54 EEST 2011 Oli Schacher wrote: >> OK, but if I want to restore a particular mail from backups, what're >> the steps involved? What I mean is do I just copy and paste that mail >> file from backups to the user account maildir folder and what program >> should I run to synchronize it. > > > exactly, just copy the mail from your backup back into the users > maildir...
2005 May 27
0
Index corruption
I've been seeing this in my log (test69) for a user who has Thunderbird as a client: Error: IMAP(andrew): Corrupted index file /home/a/andrew/Maildir/dovecot.index: header doesn't end with NUL Thoughts? -D -- <dr.pox> what're the units of the coefficient of agnosticity? I don't knows per hour?
2015 Apr 18
2
[LLVMdev] RFC: Metadata attachments to function definitions
...gt; unreachable > >> } > >> !0 = !{i32 987} > >> > >> 2. In debug info, we repeatedly build up a map from `Function` to the > >> canonical `MDSubrogram` for it. > > > > Sounds great - I'd imagine this working somewhat like the way I've > > made implicit special members & other non-standard members of class > > types work in the debug info metadata, which is to say that the > > children reference the parent, but the parent doesn't reference the > > children (in this case, that...
2015 Nov 12
2
How to Restore emails
I have a user who accidentially deleted a large number of emails prior to a certain date. He wants them back. I do have a tarfile backup of these messages. Is there a good way to restore them? Can I simply restore them to the appropriate Maildir directory and dovecot will just "figure it out"? Thanks, --Mark
2014 Nov 03
2
[LLVMdev] Indirect call site profiling
...rumentation based profiling >> by >> adding indirect call target profiling support. Our goal is to add >> instrumentation around indirect call sites, so that we may track the >> frequently taken target addresses and their call frequencies. > Just to make sure I understand what're you describing, you're doing > value profiling specifically for the target address of an indirect call > through a function pointer right? We're recording the called values at the indirect call sites. This in essence can be considered as a type of value profiling. >> Th...
2014 Oct 31
4
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
...users can't switch > to CMake? > > > I think Bob was the lead on keeping the autoconf system last year when this came up, there is a PR somewhere in the system about the blocking things that need to work in cmake to get it to happen. I don't know where we are on that list or what features people still need. I’ve come around to the point of accepting the inevitability of moving to cmake, but I think there’s quite a bit of work to be done to get everything to work. The compiler-rt build in particular is problematic. > > Personally I still use the autoconf system, but...
2014 Oct 31
2
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
...switch >> to CMake? >> >> >> I think Bob was the lead on keeping the autoconf system last year when this came up, there is a PR somewhere in the system about the blocking things that need to work in cmake to get it to happen. I don't know where we are on that list or what features people still need. > > I’ve come around to the point of accepting the inevitability of moving to cmake, but I think there’s quite a bit of work to be done to get everything to work. The compiler-rt build in particular is problematic. > > What're the particular problems th...
2014 Jun 24
6
[LLVMdev] Making it possible to clear the LLVMContext
...directly the destructor of LLVMContextImpl on the pImpl object - Uses a placement new to reinitialize the object. - Recreates the fixed metadata kinds like the LLVMContext constructor does I'm attaching a patch that show this approach in this mail. I would like to know a general idea about what people think about this and see what people think would be the best approach would be. Thanks, Marcello -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140624/9c510069/attachment.html> -------------- next...
2006 Nov 20
4
how to use the switch statement
Good morning, I am trying to recode the values of a column in a data frame and, instead of using a long series of if/else statements I would like to use a switch (as it is, for instance, in the C programming language). I have a column of this type: AT BB B1 B1 CC CC T6 B1 CC BB TT AT AT AT TT BB ... and I need to change this coding (if it's AT then it should be A1, if it's BB then
2015 Apr 15
2
[LLVMdev] RFC: Metadata attachments to function definitions
...gt; unreachable > >> } > >> !0 = !{i32 987} > >> > >> 2. In debug info, we repeatedly build up a map from `Function` to the > >> canonical `MDSubrogram` for it. > > > > Sounds great - I'd imagine this working somewhat like the way I've > > made implicit special members & other non-standard members of class > > types work in the debug info metadata, which is to say that the > > children reference the parent, but the parent doesn't reference the > > children (in this case, that...
2014 Jun 25
6
[LLVMdev] Phabricator and private reviews
...gt;> > get reviewed with the reviews going to the list lately. >> > >> > I'm going to object to this proposal. >> > >> > -eric >> > >> > On Wed, Jun 25, 2014 at 10:44 AM, Alp Toker <alp at nuanti.com> wrote: >> >> For whatever reason, patches posted to the Phabricator website still >> aren't >> >> being sent to the mailing list, making it difficult for us to review >> them. >> >> >> >> I've raised this issue a couple of times in the last few weeks. >> >...