search for: cuj

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

Did you mean: cu
2004 Oct 18
3
[LLVMdev] Fix for non-standard variable length array
In lib/CodeGen/LiveVariables.cpp a variable length array is created. Since this is not standard C++, it won't compile with Visual Studio (for interested readers, there is a discussion of why the C99 style variable length array is a bad idea in C++ here: http://www.cuj.com/documents/s=8191/cuj0209stroustr/) I have made a patch that uses 'new' and 'delete' instead - if this is unacceptable for performance reasons, I suggest just choosing some fixed size for the arrays (128 for example) and asserting that the actual number of registers is smalle...
2004 Oct 18
0
[LLVMdev] Fix for non-standard variable length array
...> In lib/CodeGen/LiveVariables.cpp a variable length array is created. > Since this is not standard C++, it won't compile with Visual Studio > (for interested readers, there is a discussion of why the C99 style > variable length array is a bad idea in C++ here: > http://www.cuj.com/documents/s=8191/cuj0209stroustr/) I have made a > patch that uses 'new' and 'delete' instead - if this is unacceptable > for performance reasons, I suggest just choosing some fixed size for > the arrays (128 for example) and asserting that the actual number of >...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking