search for: sourceinsight

Displaying 4 results from an estimated 4 matches for "sourceinsight".

2014 Jun 02
2
[LLVMdev] How much memory clang llvm needs for debug compiling?
Hi, > What should I do to make debug enabled compiling successful? Anyone > can tell me a tiny configuration which can save memory? I only have 3G > RAM, Ubuntu kylin. 3GB is probably going to be painful no matter what you do, but there are a few things to try. First, you could switch to ld.gold instead of ld.bfd. It uses much less memory when linking. It can also be helpful to reduce
2014 Jun 03
2
[LLVMdev] How much memory clang llvm needs for debug compiling?
...ls/clang/lib/Lex/Lexer.cpp:57 > (gdb) r > It block at llvm/tools/clang/tools/driver/driver.cpp main() fucntion. > (gdb) c > program exit normally > why? why it not call Lexer.cpp:InitLexer()? And I really can't find > any entry point to clang/lib/*.cpp files within help of SourceInsight > code view start from llvm/tools/clang/tools/driver/driver.cpp main() > function. > > What's wrong with me? > You need to use the -cc1 option that clang is being reinvoked with, use the -v option on your original command line to take a look at it. Also, if you're just doi...
2006 Jun 01
1
[LLVMdev] about the namespace
...insight" and my ctags for correctly finding the implementation of a class member. For example, the implementation of members of Instruction class is written like this. ---------------- ... ... using namespace llvm; Instruction::Instruction(...); ... ... ---------------- It seems that both sourceInsight and ctags trend to consider Instruction::Instruction(...) as "::Instruction::Instruction(...)" instead of "llvm::Instruction::Instruction(...)". So I am just curious about that why the code is not written like this: --------------- namespace llvm { Instruction::Instruction(....
2013 Mar 01
0
Wine release 1.5.25
...y from the git repository. Check http://www.winehq.org/git for details. Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.5.25 (total 40): 5341 SourceInsight: Missing dock button 8942 Astral Masters no longer gets past start screen 17130 felix2: The screenmate flashes and doesn't move 18819 LOK Soul Reaver program error 19144 QueryContextAttributesW returns wrong return value 19504 Moedan: Crashes after showing developer's logo....