]> git.proxmox.com Git - qemu.git/commit
exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too large
authorRichard Henderson <rth@twiddle.net>
Tue, 16 Oct 2012 07:30:11 +0000 (17:30 +1000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 20 Oct 2012 07:54:04 +0000 (07:54 +0000)
commit3d85a72fd8af6804f66a48d85187f448b14ddba3
treec50d369efdd1317763b7a94eabf5e4698bc5d343
parentf1bc0bcc9dbbbf5674add3075b5efe0a93fe34f0
exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too large

For ARM we cap the buffer size to 16MB.  Do not allocate 32MB in that case.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
exec.c