search for: excapt

Displaying 2 results from an estimated 2 matches for "excapt".

Did you mean: excap
2010 Apr 29
2
Split a vector by NA's - is there a better solution then a loop ?
...- sum(is.na(x)) + 1 groups.end.point.locations <- c(which(is.na(x)), length(x)+1) # This will be all the places with NA's + a nubmer after the ending of the vector group.start <- 1 group.end <- NA new.groups.split.id <- x # we will replace all the places of the group with group ID, excapt for the NA, which will later be replaced by 0 for(i in seq_len(number.of.groups)) { group.end <- groups.end.point.locations[i]-1 new.groups.split.id[group.start:group.end] <- i group.start <- groups.end.point.locations[i]+1 # make the new group start higher for the next loop (at the fin...
2012 Dec 06
0
[LLVMdev] Exception handling: How to use SJLJ EH with invoke
Hello, Can setjmp-longjmp excaption handling be mixed with invoke/landingpad? Can LLVM treat a call to @llvm.eh.sjlj.longjmp as a thrown exception and go to matching landingpad? Does any reference implementation of SJLJ EH exists? - Paweł -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://...