/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Transition to using 16 KB page sizes for Android apps and games
(android-developers.googleblog.com)
95 points
ingve
| 1 comments |
11 Jul 25 07:04 UTC
|
HN request time: 0.297s
|
source
Show context
nephanth
◴[
15 Jul 25 06:08 UTC
]
No.
44568300
[source]
▶
>>44529150 (OP)
#
From my noobish standpoint, it feels like most code shounldn't care what the page size is? Why does it need te be recompiled?
What typically tends to break when changing it?
replies(6):
>>44568475
#
>>44568482
#
>>44568492
#
>>44568560
#
>>44568984
#
>>44569166
#
1.
magnat
◴[
15 Jul 25 06:48 UTC
]
No.
44568560
[source]
▶
>>44568300
#
Mostly for I/O, e.g. mmap requires file offset to be multiple of the page size.
ID:
GO
↑