search for: mergin

Displaying 3 results from an estimated 3 matches for "mergin".

Did you mean: merging
2009 Dec 23
1
[LLVMdev] Mergin .bc files
Hello, Two questions: 1. How I can merge a project with several (.bc) files just in one (.bc) file? 2. Is there a more efficient way to do the below procedure (and get the .bc files)? llvm-gcc -static -O3 -emit-llvm aes.c -c -o aes.bc llvm-gcc -static -O3 -emit-llvm aesxam.c -c -o aesxam.bc llvm-ld aes.bc aesxam.bc -o rijndael_llvm -- Juan Carlos -------------- next part -------------- An
2004 Feb 05
0
correction to the previously asked question (about mergin g factors)
First of all, I do not understand why conversion to characters are not allowed. That's what Sundar's solution is doing implicitly (but more elegantly). Here's a test of all three. See the function definitions below. > f1 <- factor(sample(letters[1:3], 1e4, replace=TRUE)) > f2 <- factor(sample(letters[3:5], 1e4, replace=TRUE)) > f3 <- factor(sample(letters[5:7],
2006 Jun 04
20
Proposal of some radical changes to API
Hey guys, Now that the Lucy[1] project has Apache approval and is about to begin, the onus is no longer on Ferret to strive for Lucene compatability. (We''ll be doing that in Lucy). So I''m starting to think about ways to improve Ferret''s API. The first part that needs to be improved is the Document API. It''s annoying having to type all the attributes to