llvm-6502/lib/ExecutionEngine
Misha Brukman 3a55e8aae4 * Institute a hack for the Sparc call to mmap() to get our generated code to be
laid out closer to the VM so that calls to library functions (e.g. puts()) and
  callback (e.g.  JITResolver::CompilationCallback) fit into 30 bits of the call
  instruction.
* Abort if architecture is not yet supported (not X86 or Sparc) because it
  likely requires a different set of parameters to mmap() .
* Stop using hard-coded values for page size; use sysconf(_SC_PAGESIZE) instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6610 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-04 19:45:25 +00:00
..
Interpreter Add support for atexit function, remove support for __main function 2003-05-14 14:21:30 +00:00
JIT * Institute a hack for the Sparc call to mmap() to get our generated code to be 2003-06-04 19:45:25 +00:00
ExecutionEngine.cpp Fix typeos 2003-05-14 17:53:49 +00:00
Makefile Link in Sparc libs for the JIT, even on X86 to be able to support debugging 2003-05-27 21:42:05 +00:00