/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.212s
|
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.
notepad0x90
◴[
15 Jul 25 08:34 UTC
]
No.
44569166
[source]
▶
>>44568300
#
most code shouldn't but you don't know what the library you're using is doing behind the scenes. the few code that do care, if a lot of people use them as a dependency, that could get real messy real fast.
ID:
GO
↑