Displaying 3 results from an estimated 3 matches for "eproc".
Did you mean:
proc
2010 Nov 04
1
Fwd: win32/process - small bug?
It might be a bit before I can get to this, so I thought I''d pass it on.
Also, while I was stuck in the airport in Minneapolis, I decided that
the getrlimit method should be refactored to remove the process from
the job (if it wasn''t already in one) after it''s finished, if
possible.
Dan
---------- Forwarded message ----------
From: Ben Nagy <ben.nagy.web at
2013 May 11
0
[LLVMdev] Fw: Accepting iCode as input to SDCC
...iled into external iCode representation as:
========
defvar a{int fixed as=data}
defvar b{int fixed as=data}
defvar c{int fixed as=data}
_entry:
proc foo{int ( ) fixed as=code}
iTemp0{int fixed as=data} = a{int fixed as=data} & b{int fixed
as=data} ret iTemp0{int fixed as=data}
_return:
eproc foo{int ( ) fixed as=code}
========
I would target this work to be submitted upstream, so would appreciate
comments on the idea, approach, and early implementation available so
far. Please note that branches above will be rebased as I'm striving to
provide clean patchset. (Btw, did you guys c...
2013 Oct 06
40
[xen] double fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
Greetings,
I got the below dmesg and the first bad commit is
commit cf39c8e5352b4fb9efedfe7e9acb566a85ed847c
Merge: 3398d25 23b7eaf
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Wed Sep 4 17:45:39 2013 -0700
Merge tag ''stable/for-linus-3.12-rc0-tag'' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull Xen updates from Konrad