search for: strenuous

Displaying 20 results from an estimated 29 matches for "strenuous".

2014 Nov 24
2
[LLVMdev] Heads up! Planning to remove old vector shuffle lowering this week...
I'll be skimming the PRs to see if there are any really critical regressions, but so far it looks pretty good. If you are actively disabling the new vector shuffling and have some PR that blocks you, please reply here. Later this week, the flag will go away unless I hear strenuous objections. There is a really staggering amount of cleanup and tidying that needs to take place and can't until we remove the old code paths. -Chandler -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141...
2008 Nov 01
1
CentOS on the Aspire One
The Aspire One is one of those netbooks that have become so popular recently. I've installed CentOS on the hard drive model, and have been considering doing a wiki article about it, and probably will unless there are strenuous objections. The objections might come from the fact that outside drivers are required for wireless, webcam, sound, and even wired ethernet. I have an article on my own pages, with a CentOS section at http://home.nyc.rr.com/computertaijutsu/aspireone160GB.html Note that I used Alan's kmods...
2015 Jan 04
2
[LLVMdev] Heads up! Planning to remove old vector shuffle lowering this week...
...skimming the PRs to see if there are any really critical > regressions, but so far it looks pretty good. > > > > If you are actively disabling the new vector shuffling and have some PR > that blocks you, please reply here. Later this week, the flag will go away > unless I hear strenuous objections. There is a really staggering amount of > cleanup and tidying that needs to take place and can't until we remove the > old code paths. > > It doesn’t look like there has been any changes for this yet - is the plan > for the old shuffle code to be removed before the bra...
2004 Sep 07
2
Crossed lines - a worrying problem.
...ven fuzzier and all I could hear was computer and internet noises." The setup is: Asterisk box AMD Duron 1600, 256MB Slackware 10 Asterisk RC1 One 'Fritz!' ISDN card (fcpci/chan_capi) Four Grandstream BudgeTone 101 handsets It's a shared 100bT LAN with three PCs and a printer, no strenuous file copying etc. Network utilisation is very low. All the kit have 'real' IP addresses. Has anybody got any ideas what could possibly be causing this worrying problem? Cheers, Nick Barnes
2004 Jul 28
0
[LLVMdev] Compiler Driver [high-level comments]
...iles. In particular, some people were arguing that if we output a .o file, that it should only contain native code. This means that these two commands would do very different things: llvmgcc x.c -o x.o # compile to native .o llvmgcc x.c -o x.bc # compile to bytecode I have to say that I *strenuously* object to this behavior. In particular, this would require all users to change their makefiles to get IPO/lifelong optzn support from LLVM, violating one of the main goals of the system. There are a couple of things that people brought up (including wrapping .bc files in ELF sections, generati...
2005 Jun 01
0
win32-pathname in cvs
...and pure Ruby versions, but at the moment, the pure Ruby version has a richer API. This is a version of the Pathname class specially tailored for Win32 platforms, with a few extra methods, and proper handling of paths on Win32, including UNC paths. Let me know what you think. Unless there is strenuous objection, I''ll probably release this next week or so. Regards, Dan
2009 Jul 11
2
Convert VirtualBox VM to xVM?
Hi all, I''m in the process of building a home server with OpenSolaris 2009.06. It''s main function is to serve files (hence using OpenSolaris for some ZFS goodness), but I want to host some Windows x64 VMs on it as well. Given that there are currently no x64 Windows drivers for xVM, I was thinking of starting with VirtualBox (which does have x64 Windows drivers), and then
2007 Dec 15
3
Read disk with open()/read()?
Is there already a way to read directly from the disk, perhaps via INT22/19h, using the COM32 open()/read() functions? If not, I'd like to propose adding the ability to do something like: int fd = open("//", O_RDONLY); to allow reading from the raw disk. I am working on building a COM32 module out of the checkisomd5 tool from isomd5sum, but I need a way to access the raw disk in
2004 Aug 04
5
[LLVMdev] Compiler Driver Decisions
...native translation caching, we will just emit .so files eventually. It is no easier to attach a .so file to an existing ELF binary than it is to attach it to a .bc file. Also, we probably *don't* want to attach the cached translations to the executables, though I'm sure some will disagree strenuously with me :) In any case, this is still a way out. > o Optimization options > > I agree with the idea of using -O<number> for increasing levels of > optimization, with -O0 meaning no optimization. It's a pretty intuitive > scheme, and many Makefiles that use GCC use the...
2010 Oct 14
1
new user, video fade in issue
...I don't believe it exposes all the libtheora options (and I'm not even sure which libtheora options would make a difference). I've not been able to find any settings that seem relevant to the problem. I know that h264 has specific handlers to make fade-in and fade-out situations less strenuous on encoders/decoders. Does anyone have experience with encoding fade-ins from black at the head of the stream? Is the fade-in really the problem (known issue) or a red herring? Any comments or suggestions? Thanks, Mayur -------------- next part -------------- An HTML attachment was...
2008 Aug 13
1
"security = server" vs "security = domain" + samba auth problems
...llowed to do so with. The problem comes in when the user unmounts the share, then tries to remount it with the same krb ticket. Essentially, the client then tries to auth as "nobody". The only way to fix this is to do a kdestroy on the client and get a fresh ticket. Being told VERY strenuously that this wasn't a krb problem, I started digging in the samba HOW-TO docs and found this, in a section talking about the differences between "security = share, user, domain, server" ...etc: ? Why does server_validate() simply give up rather than re-establish its connection...
2004 Aug 04
0
[LLVMdev] Compiler Driver Decisions
...caching, we will just emit .so files eventually. > It is no easier to attach a .so file to an existing ELF binary than it is > to attach it to a .bc file. Also, we probably *don't* want to attach the > cached translations to the executables, though I'm sure some will disagree > strenuously with me :) In any case, this is still a way out. > > >>o Optimization options >> >>I agree with the idea of using -O<number> for increasing levels of >>optimization, with -O0 meaning no optimization. It's a pretty intuitive >>scheme, and many Make...
2007 Dec 14
6
[Zaptel] Why no port to Windos?
Hello I was wondering why there doesn't seem to a Windows version of Zaptel, making the Digium and its clones unavailable for a Windows PBX. Is the Zaptel/Zapata combo too *nix-centric? Thanks.
2015 Jan 05
3
[LLVMdev] Heads up! Planning to remove old vector shuffle lowering this week...
...9;ll be skimming the PRs to see if there are any really critical regressions, but so far it looks pretty good. >> > >> > If you are actively disabling the new vector shuffling and have some PR that blocks you, please reply here. Later this week, the flag will go away unless I hear strenuous objections. There is a really staggering amount of cleanup and tidying that needs to take place and can't until we remove the old code paths. >> >> It doesn’t look like there has been any changes for this yet - is the plan for the old shuffle code to be removed before the branch fo...
2004 Dec 17
0
[Off Topic] humour, XMAS, ground loop - good business strategy
...y prize Only for want of optical isolation The town of dudeville suffered desolation Riots and shouting and crashes were heard Gridlock and damage and cursing incurred As Ground Loop witnessed this loss of control A tumult of joy filled his dark soul Shamefaced and panicked the couple sat glued A strenuous discussion quickly ensued "You asked for cost savings" Steven accused "You skipped isolation" Sarah diffused Upright they bolted as both realized This disaster would get them both downsized They became a team, no longer a faction They opened the door and flew into action Throu...
2010 Mar 11
4
Forecast
sample report data that i want to forecast quarter quarter_index Revenue 2007 Q1 1 $3,856,799 2007 Q2 2 $4,243,328 2007 Q3 3 $4,930,369 2007 Q4 4 $5,443,579 2008 Q1 5 $5,164,830 2008 Q2 6 $5,104,413 2008 Q3 7
2017 Oct 16
6
Status of OpenSSL 1.1 support
...e less stressful and less dangerous > *for an outside party* than engineering and maintaining a compatibility > library. That's as may be, but (a) I don't have to keep track of *either* OpenSSL or LibreSSL updates right now in general, (b) our distribution policy is generally that we strenuously avoid using bundled copies of code. Fedora has the same policy, and so far has opted to ship a ~3600-line patch to OpenSSH to use the 1.1 API. That patch will surely get substantially smaller once they're on 7.6p1 and can drop all the protocol 1 bits, but even so, I *really* dislike the opti...
2004 Jul 28
3
[LLVMdev] Compiler Driver Requrements & Design (Comments Solicited!)
LLVMers, As part of my work on bug 353: Create Front End Framework And Compiler Driver (http://llvm.cs.uiuc.edu/PR353), I'm starting a discussion on the design and requirements of the compiler driver. If you have comments on this, by all means PLEASE chime in. This is by no means cast in stone. The results of the ensuing discussion will be documented in PR353 (and elsewhere) and I'll use
2004 Aug 03
3
[LLVMdev] Compiler Driver [high-level comments]
...> arguing that if we output a .o file, that it should only contain native > code. This means that these two commands would do very different > things: > > llvmgcc x.c -o x.o # compile to native .o > llvmgcc x.c -o x.bc # compile to bytecode > > I have to say that I *strenuously* object to this behavior. In > particular, this would require all users to change their makefiles to > get > IPO/lifelong optzn support from LLVM, violating one of the main goals > of > the system. > > There are a couple of things that people brought up (including wrapping...
2007 Sep 24
5
Deprecation policy question
Olly and I have been discussing details of our policy for deprecating features, and we thought it would be useful to canvas users opinions on a particular aspect. From time to time, we remove features from the library (usually because we have a better replacement). To make life easier for users, we've been following a deprecation policy, so that users are given plenty of warning of