Displaying 4 results from an estimated 4 matches for "262708".
Did you mean:
26208
2010 Apr 19
2
[LLVMdev] Living on Clang
..., and the CPU of my
machine became *really* hot unlike with gcc. The whole building process took
more then 4 hours on this old cual core machine, while stage one took an
hour more or less (I need to do a test again, without ccache).
[elcuco at pinky ~/src/llvm] ls bootstrap-stage-2/bin/ -ltr
total 262708
-rwxrwxr-x. 1 elcuco elcuco 5641794 2010-04-19 03:12 tblgen
-rwxrwxr-x. 1 elcuco elcuco 985416 2010-04-19 04:41 FileCheck
-rwxrwxr-x. 1 elcuco elcuco 6374 2010-04-19 04:41 count
-rwxrwxr-x. 1 elcuco elcuco 122992 2010-04-19 04:41 not
-rwxrwxr-x. 1 elcuco elcuco 24101 2010-04-19 05:34 ll...
1999 Jun 29
1
text-plotting math & regular mixed ?
Maybe embarassing, but I can't quickly find out how to do this:
Mix expression() text and regular text __in a variable__ for plotting:
I can easily do
plot(1,type="n",main=expression(paste("Plot of ", x ^ alpha, "; ", alpha==2.3)
However, if alpha is really just in a variable, I don't know what to do
alpha <- 2.3
ch.a <- format(alpha)
and now
2010 Apr 15
0
[LLVMdev] Living on Clang
> We want to make Clang great, and we need your help!
Doug,
I don't see any type of selfbuild target in the LLVM top level makefile.
This would be a useful way to automate the self build process.
I've used similar mechanisms before on other compilers, where you can
trivially invoke a three phase build (first you do a full build with your
system compiler, then you use your built
2010 Apr 14
12
[LLVMdev] Living on Clang
Hello fellow LLVMers and Clangstas,
We want to make Clang great, and we need your help!
Helping is easy: just build Clang on your platform and start using it as your main compiler for LLVM and Clang development. Much of the Clang team has been living on Clang for at least several weeks already, and we've found it to be quite stable for development. If you run into problems---poor