Now that the JIT memory manager allocates as many bytes as necessary rather than
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 15 Aug 2003 18:03:06 +0000 (18:03 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 15 Aug 2003 18:03:06 +0000 (18:03 +0000)
commitd2dfc9628d2f7de0e446814291c9196ba24d5157
tree3c90c5386e4e81c317abcd89fdd88befbbe254b5
parent53523e57bf363792e4b1d3b5002a7fe349061364
Now that the JIT memory manager allocates as many bytes as necessary rather than
rounding up to a page, we need to request (num instrs * 4) bytes. However, I
think that 64 bytes is overkill for the stub function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7888 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9CodeEmitter.cpp