Opened 9 years ago
Closed 9 years ago
#1870 closed defect (fixed)
Issues on 64 bit architecture
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.4.5 |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description (last modified by nanang)
Known issues:
- Memory pool alignment, usually we use 8 bytes alignment for 64 bit archs, while for iOS and Android, it still uses 4 bytes. Note that this 4 bytes alignment has been reported to cause crash on 64-bit iPhone running iOS 9 beta 3.
- Need to update config.sub for arm64 arch.
- Library/application file naming, e.g: currently iOS uses arm-apple-darwin9 for all archs.
Change History (5)
comment:1 Changed 9 years ago by nanang
comment:2 Changed 9 years ago by ming
In 5144:
comment:3 Changed 9 years ago by nanang
In 5145:
comment:4 Changed 9 years ago by ming
In 5150:
comment:5 Changed 9 years ago by nanang
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 5137: