llvm-6502/lib
Chris Lattner 02376e3f29 Now that we have ghost linkage, we can force resolution of external symbols
immediately instead of lazily.

In this program, for example:

int main() {
  printf("hello world\n");
  printf("hello world\n");
  printf("hello world\n");
  printf("hello world\n");
}

We used to have to go through compilation callback 4 times (once for each
call to printf), now we don't go to it at all.

Thanks to Misha for noticing this, and for adding the initial ghost linkage
patches.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17864 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-15 23:20:04 +00:00
..
Analysis Make this build in release mode 2004-11-11 22:11:17 +00:00
Archive * Make sure the string table gets read even if there isn't a foreign 2004-11-15 01:40:20 +00:00
AsmParser Make sure that the yacc and lex output are specified as BUILT_SOURCES. 2004-10-28 00:43:24 +00:00
Bytecode Do not emit FunctionBlock blocks for external functions. This shrinks 2004-11-15 22:39:49 +00:00
CodeGen Do not make i have bigger scope that we need 2004-11-05 04:47:37 +00:00
Debugger
ExecutionEngine Now that we have ghost linkage, we can force resolution of external symbols 2004-11-15 23:20:04 +00:00
Linker Remove a forgotten debug output line. 2004-11-14 23:49:55 +00:00
Support Implement the high level interface to make (de)compression easier. 2004-11-14 22:04:46 +00:00
System Provide the ThrowErrno utility. 2004-11-15 17:21:57 +00:00
Target Add debug-only=jit printout, so we see when lazily resolved symbols are 2004-11-15 23:16:55 +00:00
Transforms Remove unused variable for compilation by VC++. 2004-11-15 17:29:41 +00:00
VMCore Remove extra space char 2004-11-15 19:30:05 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00