search for: rasmusson

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

Did you mean: rasmussen
2014 Dec 04
2
[LLVMdev] Optimising bit-flipping code
Hi, I'm compiling a large code base that uses tagged data, with the tag in the two lowest bits. I.e. ints are shifted two steps to the left and have 2 in the tag bits, pointers have 0 in the tag bits, etc. When I compile the code, I notice that there are places where -O3 doesn't remove unnecessary tag bit tests and manipulations, when they are performed with bitwise manipulation (which
2006 Mar 01
0
Changing Xen hard memory limit in running domain
..."out-of-memory problem when restoring ballooned domains" http://lists.xensource.com/archives/html/xen-devel/2005-03/msg00480.html http://lists.xensource.com/archives/html/xen-devel/2005-03/msg00498.html http://lists.xensource.com/archives/html/xen-devel/2005-03/msg00502.html Kindly Lars Rasmusson _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2015 Jan 15
2
[LLVMdev] generate llvm.assume calls in GVN?
Would it be wrong to generate the llvm.assume IR suggested below? in GVN? Given more info via the AssumptionCache, InstCombine can then do more optimizing. On Thu, Dec 4, 2014 at 12:10 PM, Philip Reames <listmail at philipreames.com> wrote: > > On 12/04/2014 02:19 AM, Lars Rasmusson SICS wrote: > > Hi, > > I'm compiling a large code base that uses tagged data, with the tag in > the two lowest bits. > > I.e. ints are shifted two steps to the left and have 2 in the tag bits, > pointers have 0 in the tag bits, etc. > > When I compile the code,...
2006 Oct 18
0
can''t start xend
Hi, I''m running a recent fedora-compiled xen kernel and the libs that come with it. I''m unable to start xend. I''ve tracked down the problem to the fact that xen.lowlevel.xc seems to be unable to talk to xen via /proc/xen/ privcmd. When I run the test program below, I get a "function not implemented" which I think results from the fact that an ioctl