search for: immortalise

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

2009 Mar 03
4
Writing R package and do.call
...have written a function, which in simplified format can be represented as: temp.fn <- function(my.mean,my.sd){ Parameters <- list(mean = my.mean, sd = my.sd) curve(do.call(dnorm,c(list(x), Parameters)), from = my.mean-my.sd, to = my.mean+my.sd) } This works as I want it do. Wishing to immortalise this function into my very own package however, results in the following warning: (Running R CMD check myPackage) * checking R code for possible problems ... NOTE temp.fn: no visible binding for global variable 'x' Although it doesn't seem to matter, I would feel more comfortable if t...
2011 Apr 13
0
[LLVMdev] Requirements for the EH representation
...e most important is to add more complete rationale to each, so every one agrees on the same thing when reading them. I think we lost a lot of context from last year when the discussion started, and we had a lot of momentum and came up with good design decisions for the IR language (IMO). We should immortalise it in an official document in SVN. Let's start on the wiki and move to docs whenever that's set in stone. cheers, --renato On 13 April 2011 03:59, John McCall <rjmccall at apple.com> wrote: > Since it looks like we're going to start discussing changing the EH > representa...
2011 Apr 13
2
[LLVMdev] Requirements for the EH representation
Since it looks like we're going to start discussing changing the EH representation again, I think it would be a very good idea to first review the core requirements we have of the exceptions IR. Mostly, here, I'm taking the major exceptions implementations I have direct knowledge of --- zero-cost DWARF-based libUnwind with the default GCC personalities, builtin_sjlj-based libUnwind with
2008 May 25
19
[Bug 1470] New: adjust Linux out-of-memory killer to stop sshd being killed
https://bugzilla.mindrot.org/show_bug.cgi?id=1470 Summary: adjust Linux out-of-memory killer to stop sshd being killed Classification: Unclassified Product: Portable OpenSSH Version: 5.0p1 Platform: All URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=34176 7 OS/Version: Linux