Skip to content

Commit 2f42d23

Browse files
authored
Merge pull request #3002 from martin-frbg/issue3000
Ensure that all targets in a DYNAMIC_ARCH build on POWER use the same buffer size
2 parents b72dd00 + 0256294 commit 2f42d23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common_power.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,10 @@ Lmcount$lazy_ptr:
849849
#else
850850
#define BUFFER_SIZE ( 16 << 20)
851851
#endif
852+
#ifdef DYNAMIC_ARCH
853+
#undef BUFFER_SIZE
854+
#define BUFFER_SIZE (64 << 22)
855+
#endif
852856

853857
#ifndef PAGESIZE
854858
#define PAGESIZE ( 4 << 10)

0 commit comments

Comments
 (0)