correct __builtin_expect definition - increased code gen buffer size for x86

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1459 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-07-02 13:31:24 +00:00
parent 101c593562
commit c98baaac2f
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
#define tostring(s) #s
#endif
#if GCC_MAJOR < 3
#if __GNUC__ < 3
#define __builtin_expect(x, n) (x)
#endif
@ -131,7 +131,7 @@ int tlb_set_page(CPUState *env, target_ulong vaddr,
#elif defined(__powerpc__)
#define CODE_GEN_BUFFER_SIZE (6 * 1024 * 1024)
#else
#define CODE_GEN_BUFFER_SIZE (8 * 1024 * 1024)
#define CODE_GEN_BUFFER_SIZE (16 * 1024 * 1024)
#endif
//#define CODE_GEN_BUFFER_SIZE (128 * 1024)