search for: focussing

Displaying 20 results from an estimated 270 matches for "focussing".

Did you mean: focusing
2017 Apr 12
7
humor (was Re: OT: systemd Poll)
> > Of course, to be fair, there may have been a *reason* for not doing it > that way before.... > Between the early 1990's and early 2000's the price of a GB of memory went from ~$100,000 to ~$1000*. I guess a lot of the design decisions made for things like init were focussed on this. In 1995 is was common for server platforms to have 32Mb ram whereas the kernel alone in my
2017 Dec 15
4
RFC: Exposing TargetTransformInfo factories from TargetMachine
On Fri, Dec 15, 2017 at 5:30 AM, Hal Finkel <hfinkel at anl.gov> wrote: > Are there reasons why we might not want to do this? Other options we should > consider? It does make the TargetMachine -> TargetIRAnalysis path less abstract, but given that all targets have the same pattern of instantiating a TargetIRAnalysis with a Function->TargetTransformInfo hook, the abstraction does
2006 Jan 12
2
Anybody building elearning apps with Rails
Hello I''m new to rails (just boarded the Train a week ago). I''ve been an elearning developer for about 10 years and for the last couple of years have solely concentrated on adding tools to a proprietary Learning Management System built in Coldfusion. ...But I''m also a Java and ASP.NET developer. I am keen to start an open source rails inspired project to build the
2017 Dec 15
2
RFC: Exposing TargetTransformInfo factories from TargetMachine
Hi all, I'd like to be able to use TargetTransformInfo to make architecture specific code generation decisions from the XLA LLVM IR emitter[0]. However, we don't have a great way to do this today -- TargetTransformInfo is wrapped in a TargetIRAnalysis and getting the TargetTransformInfo out of it requires something like: FunctionAnalysisManager DummyFAM; TTI = TIRA.run(F, DummyFAM);
2006 Jul 08
4
Samba installation discrepancies
Samba colleagues, I promise to limit my postings to this list to one message per day from now on, and to keep my messages focussed on very specific technical issues. I think I have gotten over my initial panic at the weirdly broken Samba installation and am now in a troubleshooting mode. The drama of all my Samba 3 difficulties now seems to be due to a faulty Samba installation. Symptoms
2019 Sep 05
3
New samba backup tool (online & offline) retention
Hi, Using old samba_backup with 4.4.x a paramter can be defined to keep some copies of backup and purge automatically. I'm searching same option with new samba backup offline or online, but I can't find, where is it? Thanks
2015 Oct 01
2
[cfe-dev] Orc Windows C++
Moving to the LLVM Dev list & cc'ing Lang. On Thu, Oct 1, 2015 at 4:23 AM, Joshua Gerrard via cfe-dev < cfe-dev at lists.llvm.org> wrote: > Hello folks, > > I’m developing an application that uses Orc JIT for C++, which works > swimmingly on Mac OS X. However, the Windows version has been a battle and > a half, and it’s now at the point where I need some assistance
2013 Feb 27
2
[LLVMdev] arm compiler benchmarks
What about benchmarks on other Arm devices? On 02/26/2013 02:52 PM, Jim Grosbach wrote: > Cortex-M0 is a Thumb1 only device. There hasn't been any concerted > effort to tune LLVM's Thumb1 output in quite a long time. Even back then > (2008 or so), the effort was mainly to get it to work acceptably, with > the real performance tuning work being done for Thumb2. I'm not >
2010 Apr 14
1
General Server Hardware Question
...h to serve 31,250 listeners at 32Kbps (not including overheads etc, just a flat calculation) but there is no way the NIC card its self could handle 31k concurrent connections to 31k different IPs on 31K ports? (Obviously the OS comes into play here a bit also, but forget that for a moment I am just focussing on the NIC card its self at the minute). So how do people calculate how many servers or NIC cards per server they will need to handle this many connections? (Ok, 31k is a lot but even 100 or 1000, how do people calculate this?) -- Regards, James. http://www.jamesbensley.co.cc/
2023 Mar 17
1
use Ctrl-W to close View() window?
Hi, am I missing something or could you just use Alt-F4? This is pretty standard for closing focussed windows on Windows and Linux at least. It just closed a Window opened with View() on Debian Linux FWIW. Cheers, Johannes Am Freitag, 17. M?rz 2023, 23:16:49 CET schrieb Ben Bolker: > I might be the last person in the world who's using View() outside of > RStudio, but does anyone
2017 Sep 07
6
Status of debuginfo-tests
What is the status of debuginfo-tests? Is it actively supported? How do you run it? It doesn't appear to be based on lit, any particular reason? Why is it its own repo instead of being part of llvm repo? I'd like improve this to support CodeView and PDB, such that it would only run on Windows and only if a suitable debugger was found (probably WinDbg). WinDbg supports a
2007 Mar 19
2
Wine for command line only
Hi; I think I have a very simple question but I can't find an answer to it. I need to run one command line windows executable with no dlls on my MacPro. Runs fine under Parallels/xp, but I would like to run it under the bash shell script from the Mac/Unix terminal. I "installed" the Darwine x86 package by copying it to the applications folder. Not surprisingly, not having it
2006 Apr 20
1
S4 objects with list of objects as slots: how to subset?
Hello, I don't manage to see if you have already focussed on this point in some previous messages so I post my question: I have a little problem with the S4 style of programming. I tried to formalize my question: please consider the following example that you can run I think: #------------------ setClass("my.class1", representation( my.list =
2010 Oct 11
1
grep triggering error on unicode character
...I attempt to manipulate the text in the file. For example: > grep("XXX", X[213]) integer(0) Warning message: In grep("XXX", X[213]) : input string 1 is invalid in this locale Worse, yet: > tolower(X[213]) Error in tolower(X[213]) : invalid multibyte string 1 I am focussing on resolving the first problem, i.e., identifying a line containing XXX. If I can do so, I can remove the offending lines before I execute the tolower command. However, I am stumped as to how to resolve either problem. Any help would be appreciated. Thanks. Dennis Dennis Fisher MD P < (The...
2013 Feb 26
0
[LLVMdev] arm compiler benchmarks
Cortex-M0 is a Thumb1 only device. There hasn't been any concerted effort to tune LLVM's Thumb1 output in quite a long time. Even back then (2008 or so), the effort was mainly to get it to work acceptably, with the real performance tuning work being done for Thumb2. I'm not surprised that an embedded market focussed compiler like IAR is better tuned for a chip like that. -Jim On Feb
2016 Jan 15
1
[v3,11/41] mips: reuse asm-generic/barrier.h
Paul, On Thu, Jan 14, 2016 at 02:20:46PM -0800, Paul E. McKenney wrote: > On Thu, Jan 14, 2016 at 01:24:34PM -0800, Leonid Yegoshin wrote: > > It is not so simple, I mean "local ordering for address and data > > dependencies". Local ordering is NOT enough. It happens that current > > MIPS R6 doesn't require in your example smp_read_barrier_depends() > >
2016 Jan 15
1
[v3,11/41] mips: reuse asm-generic/barrier.h
Paul, On Thu, Jan 14, 2016 at 02:20:46PM -0800, Paul E. McKenney wrote: > On Thu, Jan 14, 2016 at 01:24:34PM -0800, Leonid Yegoshin wrote: > > It is not so simple, I mean "local ordering for address and data > > dependencies". Local ordering is NOT enough. It happens that current > > MIPS R6 doesn't require in your example smp_read_barrier_depends() > >
2019 Nov 23
1
Installing Maven with OpenJDK 11, without pulling OpenJDK 1.8
Hello, I am trying to create a container image which will build Java software with Maven and Java 11 (rather focussing on CentOS 8 here). When installing 'maven' with yum, 'java-1.8.0-openjdk-devel' is installed as a dependency. If one then installs 'java-11-openjdk-devel', and use the update-alternatives command for java and javac, everything works fine and Maven uses Java 11 for the build...
2017 Sep 07
2
Status of debuginfo-tests
As executable tests, they fail spectacularly in a cross-build environment. And you need some sort of debugger with GDB-like commands and output (or have some front end to your debugger that imitates that) in order to run them. I think they would need to stay in a separate project because of those requirements. --paulr From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of David
2004 Nov 07
2
Using GNU R on a two box "cluster"
Hello, right now I'm thinking about running R 2.0.0 on box A (Debian SID) but at the same time having access to the ressources of box B (Ubuntu Linux) regarding disk capacity, RAM, idle CPU cycles . Is there anyone of you that has already installed and administred such a tiny (home based) cluster? Well, the term cluster seems quite a bit of an exaggeration related to what I am looking