Changes between Initial Version and Version 5 of Ticket #1870


Ignore:
Timestamp:
Aug 12, 2015 12:57:44 AM (9 years ago)
Author:
nanang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1870

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #1870 – Description

    initial v5  
    1  - memory pool alignment, usually we use 8 bytes alignment for 64 bit archs, on iOS and Android it still uses 4 bytes, this causes crash on 64-bit iPhone running iOS 9 beta 3 
    2  - need to update config.sub for arm64 arch 
    3  - library/application file naming, e.g: currently iOS uses 'arm-apple-darwin9' for any arch 
     1Known issues: 
     2 - 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. 
     3 - Need to update config.sub for arm64 arch. 
     4 - Library/application file naming, e.g: currently iOS uses {{{arm-apple-darwin9}}} for all archs.