From: Konstantin Serebryany <konstantin.s.serebry...@gmail.com> Date: Wed, 21 Nov 2012 17:39:05 +0400
> Today, kPageSize is used in several places where it is expected to be > a compile-time constant. > Even if it seems like replacing it with GetPageSize() is safe, it > would need very significant testing (including performance testing). > Can we just define kPageSize=1UL<<13 under ifdef __sparc__? > > What are the possible page size values for SPARC? 4K, 8K, 64K, 512K It's not a constant and the library really cannot expect it to be one.