search for: ooph

Displaying 6 results from an estimated 6 matches for "ooph".

Did you mean: oop
2004 Nov 17
1
Re: variations on the theme of survSplit
...are multiple time-varying (irreversible) binary covariates, here slicing as coarsely as possible. # # Create dataset for survival analysis with time-dependent covariate # Gill-Anderson model # x <- data.frame(onset=c(46, 32, 53, 76, 64, 43), case=c(1,1,1,0,0,0), ooph=c(NA, 30, 38, 50, NA, NA), ocp=c(1,1,0,0,1,0), parity=c(2,0,1,3,3,2), age.preg=c(28,NA,27,20,22,23)) make.dep <- function(onset, case, time.dep, covs=NULL) { if (is.null(n.time.dep <- ncol(time.dep))) { if (!is.null(time.dep)) { n.t...
2013 Dec 03
2
[LLVMdev] Adding line table debug information to LLVM on Windows
>> > >> >> Probably the same structure that we've been going down via >> lib/DebugInfo/. A set of files than handle reading and parsing and >> both some binary files and some files produced by the backend. > > > Ooph, that's a big one. > Any more tips to prioritize diving into this codebase? > It mostly uses libObject to do the initial read and parse of the object file. Past that I'd suggest adding a parallel set of context/structure like the dwarf one. Ultimately it's going to look somewhat...
2013 Dec 03
0
[LLVMdev] Adding line table debug information to LLVM on Windows
...> >> > > >> > >> Probably the same structure that we've been going down via > >> lib/DebugInfo/. A set of files than handle reading and parsing and > >> both some binary files and some files produced by the backend. > > > > > > Ooph, that's a big one. > > Any more tips to prioritize diving into this codebase? > > > > It mostly uses libObject to do the initial read and parse of the > object file. Past that I'd suggest adding a parallel set of > context/structure like the dwarf one. Ultimately it&...
2013 Dec 03
1
[LLVMdev] Adding line table debug information to LLVM on Windows
...; >> >> >> Probably the same structure that we've been going down via >> >> lib/DebugInfo/. A set of files than handle reading and parsing and >> >> both some binary files and some files produced by the backend. >> > >> > >> > Ooph, that's a big one. >> > Any more tips to prioritize diving into this codebase? >> > >> >> It mostly uses libObject to do the initial read and parse of the >> object file. Past that I'd suggest adding a parallel set of >> context/structure like the d...
2013 Dec 03
0
[LLVMdev] Adding line table debug information to LLVM on Windows
...it have its own tests, i.e. > > binary COFF files added to the repo? > > > > Probably the same structure that we've been going down via > lib/DebugInfo/. A set of files than handle reading and parsing and > both some binary files and some files produced by the backend. Ooph, that's a big one. Any more tips to prioritize diving into this codebase? > > Good news - other than that, the emitter seems to work fine on some > > medium-sized Chromium tests and generate symbolized ASan reports if I > > manually introduce an error in the binary. > &g...
2013 Nov 20
2
[LLVMdev] Adding line table debug information to LLVM on Windows
On Wed, Nov 20, 2013 at 9:46 AM, Timur Iskhodzhanov <timurrrr at google.com> wrote: > Eric, David, > > 2013/11/19 Timur Iskhodzhanov <timurrrr at google.com>: >> Attached is a slightly updated patch. >> (it doesn't include D2222 yet). > > The new version of the patch stopped fitting into the llvmdev 100K limit, > so I've uploaded it to