search for: unexamin

Displaying 7 results from an estimated 7 matches for "unexamin".

Did you mean: unexamined
1999 Oct 26
1
Joining an NT domain
...encrypt passwords = Yes local master = No wins server = 10.20.3.2 [/tmp] comment = test share path = /tmp read only = No guest ok = Yes ______________________________________________________ John A. Gaines I2 Senior UNIX Administrator "The unexamined life is not worth living." -Socrates "We can't solve problems by using the same kind of thinking we used when we created them." -Albert Einstein ______________________________________________________
2011 Jul 07
1
[LLVMdev] Improving Garbage Collection
...ootsOfActivation, > to ask for the roots associated with the given stack iterator's current > activation to be enumerated. To this function, you pass a PrtRseInfo struct > that contains a callback that gets invoked once per live ref found and a > opaque environment variable passed (unexamined) onto the callback function. > To go to the next activation on the call stack, you then call the runtime's > prtNextActivation. There are routines to determine when you've got to the > bottom of the call stack as well. In addition, there are routines for > performing other (...
2011 Jul 07
0
[LLVMdev] Improving Garbage Collection
...ction, prtEnumerateRootsOfActivation, to ask for the roots associated with the given stack iterator's current activation to be enumerated. To this function, you pass a PrtRseInfo struct that contains a callback that gets invoked once per live ref found and a opaque environment variable passed (unexamined) onto the callback function. To go to the next activation on the call stack, you then call the runtime's prtNextActivation. There are routines to determine when you've got to the bottom of the call stack as well. In addition, there are routines for performing other (non-GC) operations...
2011 Jul 07
2
[LLVMdev] Improving Garbage Collection
...ction, prtEnumerateRootsOfActivation, to ask for the roots associated with the given stack iterator's current activation to be enumerated. To this function, you pass a PrtRseInfo struct that contains a callback that gets invoked once per live ref found and a opaque environment variable passed (unexamined) onto the callback function. To go to the next activation on the call stack, you then call the runtime's prtNextActivation. There are routines to determine when you've got to the bottom of the call stack as well. In addition, there are routines for performing other (non-GC) operations t...
2007 Aug 13
3
imap memory footprint rather large
...dovecot is reading too much into memory, or over-optimising? Can I somehow tweak this to lower the memory footprint? Cheers, -- martin; (greetings from the heart of the sun.) \____ echo mailto: !#^."<*>"|tr "<*> mailto:" net at madduck "the unexamined life is not worth living" -- platon spamtraps: madduck.bogus at madduck.net -------------- next part -------------- A non-text attachment was scrubbed... Name: digital_signature_gpg.asc Type: application/pgp-signature Size: 189...
2011 Jul 07
0
[LLVMdev] Improving Garbage Collection
...ction, prtEnumerateRootsOfActivation, to ask for the roots associated with the given stack iterator's current activation to be enumerated. To this function, you pass a PrtRseInfo struct that contains a callback that gets invoked once per live ref found and a opaque environment variable passed (unexamined) onto the callback function. To go to the next activation on the call stack, you then call the runtime's prtNextActivation. There are routines to determine when you've got to the bottom of the call stack as well. In addition, there are routines for performing other (non-GC) operations...
2011 Jul 07
4
[LLVMdev] Improving Garbage Collection
On 07.07.2011 08:31, Nate Fries wrote: > On 7/6/2011 6:24 PM, Talin wrote: >> The LLVM code generators and analysis passes have a much more >> thorough knowledge of SSA value lifetimes than frontends do, and >> therefore could avoid spilling and reloading of values when it wasn't >> needed. > Although this would indeed be nice, it is not done by similar >