search for: foulup

Displaying 4 results from an estimated 4 matches for "foulup".

Did you mean: foulum
2008 Aug 07
3
Windows MSI file installation
After a recent reload with Kubuntu Hardy 8.04, my son and I are having some success with wine and M$ games/programs, mostly by bloodymindedness and the occasional foulup - losing sound intermittently was unexpected, although this may be due to the presence of an Audigy sound card, which despite being recognised and configured, nevertheless is not currently providing sound output - the main board is. However, one of the utilities he wants is Tortoise SVN, a version...
1999 Mar 06
1
Difficulties with egcs-1.0.3 on RedHat 5.2?
Some machines in our department use RedHat 5.2 Linux but, to maintain consistency with other machines, the compilers as from egcs-1.0.3, as shown below. When I compile R-0.63.3 on these systems I can't pass the tests in "make check". The base-Ex.R file stops execution with the error shown below. ... Running all help() examples ... ../../bin/R --vanilla < base-Ex.R >
2010 Mar 10
0
[LLVMdev] On-Stack Replacement & Code Patching
On Wed, Mar 10, 2010 at 21:11, Nyx <mcheva at cs.mcgill.ca> wrote: > > I am interested in writing a JIT that makes use of on-stack replacement. This > essentially means that the JIT must be able to compile new versions of > already compiled functions (eg: more optimized versions) and ensure that the > code for the new functions is executed. I was wondering if LLVM offers any
2010 Mar 10
4
[LLVMdev] On-Stack Replacement & Code Patching
I am interested in writing a JIT that makes use of on-stack replacement. This essentially means that the JIT must be able to compile new versions of already compiled functions (eg: more optimized versions) and ensure that the code for the new functions is executed. I was wondering if LLVM offers any support for this. Suppose a function f calls a function g, and f is recompiled while g is running,