search for: insurmount

Displaying 20 results from an estimated 114 matches for "insurmount".

Did you mean: surmount
2006 Nov 01
3
User quotas. A recurring question
...about ZFS is the lack of user quotas. Typically this comes from people who have many tens of thousands (30,000 - 100,000) of users where they feel that having a file system per user will not be manageable. I would agree that today that is the case however I personally don''t see this as an insurmountable problem. However the questions keep being asked: Could user quotas be introduced on ZFS? Are there any plans to do this? This message posted from opensolaris.org
2015 Mar 10
4
[LLVMdev] n-bit bytes for clang/llvm
...return isa<ArrayType>(getType()) && getElementType()->isIntegerTy(8); } I didn't find anything related beyond this mail thread such as a discussion of a patch but of course I might be searching too narrowly - perhaps someone here can recall whether it went any further, whether insurmountable barriers do exist, etc? Thanks for whatever advice & thread necromancy you can offer, Tyro -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150310/6bf0691a/attachment.html>
2004 Jul 07
3
Mandrake 10, Request for comments.
...is the first implementation of the 2.6 kernal) Any comments from anyone who's running on 10.0? IS anyone running * on Mandrake 10.0? If so, any issues stand out? I'm hesitant because of the dot zero release of anything is always broken, and so far this has not been an exception, but not insurmountable. Thanks in advance. Marc
2005 Mar 16
1
problem solved and new insight
Hi just now I had an apparently insurmountable problem that's been bugging me for days, but phrasing my question in a form suitable for the R-help list enabled me to solve my own problem in two minutes flat. thanks everyone. -- Robin Hankin Uncertainty Analyst Southampton Oceanography Centre European Way, Southampton SO14 3ZH, UK...
2014 Apr 10
1
AMI and pyst
Does anyone on this list use pyst for AMI purposes? If so, can you point me in the direction of some simple examples. There seems to be none anywhere online. Probably doesn't help that I'm not that experienced at python but not insurmountably so. Thanks in Advance Ish -- Ishfaq Malik Department: VOIP Support Company: Packnet Limited t: +44 (0)845 004 4994 f: +44 (0)161 660 9825 e: ish at pack-net.co.uk w: http://www.pack-net.co.uk Registered Address: PACKNET LIMITED, Duplex 2, Ducie House 37 Ducie Street Manchester, M1 2JW COM...
2015 Mar 11
2
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
...clearly any inconvenience here only impacts some of the users, not all of them. However, everyone seems to think I'm advocating we never move the CMake version forward. That isn't what I'm saying at all. What I am saying is that moving the CMake version forward has a cost. Not a huge insurmountable cost, but non-zero and I suspect non-trivial cost. As a consequence, I'm suggesting we do so *once we have a use case* (and I don't mean a hypothetical use case, but patches or planned patches) and when the merits of that use case make it worthwhile (I suspect they will be). -Chandler...
2006 May 27
1
MSWord97 installs properly but still won't launch (or save?)
...But right now I cannot even launch the new successfull install of MSWord97. There are only two ways: by going through the GUI Konqueror. When I do that and click on /.wine/...Winword.exe I get nothing. "Winword.exe" will not launch. And when I try to do this in the console I face the insurmountable problem of how to get past the directory "Program Files" (i.e. the empty space between "program" and "files"). The question remains after I successfully launch MSWord whether I will be able to save or open any files in MSWord97. How do I configure the .wine us...
2008 Mar 31
2
IFB & ESFQ
Hello Tom, Sorry, please but i again return to IFB question. If i correct understand in current situation IFB haven't profit from ESFQ in common cases (i mean internal networks masquarading) so as we wait from ESFQ allocates bandwidth fairly per source IP(internal) but IFB don't know internal IPs. If i correct, what do you think what can help IFB to solve its main disadvantage
2015 Jul 29
1
Fedora change that will probably affect RHEL
...trickle down to CentOS. > As the one who started this thread, and has watched it explode, I feel like a troll, and apologize to everyone. I've seen various decisions made by Fedora, which weren't even necessarily bad for its apparent target audience, the desktop user, that, while not insurmountable, get put into RHEL, and therefore CentOS. Fedora has made several decisions where a developer or developers will ignore popular opinion. I remember when pkgkit would allow any user to update through the GUI without authentication and it took the story making the front page of slashdot to get...
2009 Mar 04
1
[LLVMdev] Adding Intrinsics for custom processor (frotend problem)
...us, so I was wondering if you can expound on what kind of problems I may encounter. Actually, the strategy of using only the precompiled binary front end worked for us satisfactorily in our previous processor iteration, a very non-standard stack machine architecture so I doubt we would have an insurmountable problem doing the same now, with the new little endian MIPS like architecture. To put things in perspective: we only require a subset of "C" to be supported by the compiler. Our processor is in fact a low level DSP like sub-processor in the whole chip, which runs relatively small...
2007 Nov 17
7
Using RSpec to drive the design of a GUI desktop application
Hello everybody, I''ve been using RSpec as a tool to create web applications for some time now, in Rails, and using plain Ruby with WEBrick as well. The tool suits my needs and the story runner is great. Now there are things that aren''t solvable on the web, you''ll need a _real_ desktop application for those problems. So I''ve toyed a bit around with various GUI
2018 May 01
4
Re: Create qcow2 v3 volumes via libvirt
I have been using internal snapshots on production qcow2 images for a couple of years, admittedly as infrequently as possible with one exception and that exception has had multiple snapshots taken and removed using virt-manager's GUI. I was unaware of this: > There are some technical downsides to > internal snapshots IIUC, such as inability to free the space used by the > internal
2008 Oct 29
1
Regression versus functional/structural relationship?
Hi, I am dealing with the following problem. There are two biochemical assays, say A and B, available for analyzing blood samples. Half the samples have been analyzed with A. Now, for some insurmountable logistic reasons, we have to use B to analyze the remaining samples. However, we can do a comparative study on a small number of samples where we can obtain concentrations using both A and B. This gives us the data of the form (x, y), where x are values from A and y from B. Now, my question:...
2019 Feb 06
2
[RFC] arm64_32: upstreaming ILP32 support for AArch64
...accesses are automatically put into addrspace(0) + BlockAddress is similar. + Some intrinsics are not polymorphic on pointer type, and adapting those that are is messy. + Returns demoted to x8-indirect are always implemented by stores in addrspace(0). I don't think any of these are truly insurmountable, but they do mean that the backend would have to cope with both i32 and i64 pointers in fairly ad-hoc ways, and add a lot of complexity to the approach. I think it's reached the point where the added complexity in AArch64 has outweighed the benefits to SelectionDAG so I'm inclined to st...
2018 Sep 20
2
[lldb-dev] [LLD] How to get rid of debug info of sections deleted by garbage collector
...ally paste the right pieces back together to form a syntactically correct .debug_info section in the final executable. There are some gotchas that would need to be designed correctly (e.g. reference from an inlined-subprogram to its abstract instance) but it didn't seem like the problems were insurmountable. The ultimate design almost certainly requires agreement about what the ELF pieces should look like, and a description in the DWARF spec so that consumers (e.g. dumpers) of the .o files would understand about the fragmented sections. And then the linkers and dumpers have to be modified to imp...
2012 Jun 21
0
[LLVMdev] RFC: How can AddressSanitizer, ThreadSanitizer, and similar runtime libraries leverage shared library code?
...make one sanitizer runtime library to support frontends, middle ends, and programming languages with totally separate models. No global ctors, no thread-local storage, no weak symbols and other > trickery. Basically what a portable C compiler could have produced. > These also don't seem insurmountable, even in the existing use cases. But maybe I'm not considering the actual restrictions you are, or I've misunderstood. Here is how I'm breaking down the things you've mentioned: 1) It seems reasonable to avoid global constructors, and do-able in C++ even when using the standard...
2015 Mar 11
3
[LLVMdev] n-bit bytes for clang/llvm
...return isa<ArrayType>(getType()) && getElementType()->isIntegerTy(8); } I didn't find anything related beyond this mail thread such as a discussion of a patch but of course I might be searching too narrowly - perhaps someone here can recall whether it went any further, whether insurmountable barriers do exist, etc? Thanks for whatever advice & thread necromancy you can offer, Tyro _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2012 Jun 21
2
[LLVMdev] RFC: How can AddressSanitizer, ThreadSanitizer, and similar runtime libraries leverage shared library code?
...library. But if tsan sources are deeply dependent on llvm sources, this may be significantly harder to do. No global ctors, no thread-local storage, no weak symbols and other >> trickery. Basically what a portable C compiler could have produced. >> > > These also don't seem insurmountable, even in the existing use cases. But > maybe I'm not considering the actual restrictions you are, or I've > misunderstood. Here is how I'm breaking down the things you've mentioned: > > > 1) It seems reasonable to avoid global constructors, and do-able in C++ &g...
2018 Aug 15
1
Building LLVM through Bazel
...ieneman <chris.bieneman at me.com> wrote: > There have been discussions about adding a Bazel generator before: > https://cmake.org/pipermail/cmake-developers/2017-July/030144.html > > There does seem to be interest in having that support in CMake, and I > can't imagine any insurmountable reason why it couldn't be done. The real > issue is that nobody has put in the time to do it. > > -Chris > > On Aug 15, 2018, at 11:21 AM, David Blaikie via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > On Wed, Aug 15, 2018 at 10:04 AM Chris Lat...
2018 Aug 16
2
Building LLVM through Bazel
...>> >>> There have been discussions about adding a Bazel generator before: >>> https://cmake.org/pipermail/cmake-developers/2017-July/030144.html >>> >>> There does seem to be interest in having that support in CMake, and I >>> can't imagine any insurmountable reason why it couldn't be done. The real >>> issue is that nobody has put in the time to do it. >>> >>> -Chris >>> >>> On Aug 15, 2018, at 11:21 AM, David Blaikie via llvm-dev < >>> llvm-dev at lists.llvm.org> wrote: >>> &...