dart-native / dart_native

Write iOS&macOS&Android Code using Dart. This package liberates you from redundant glue code and low performance of Flutter Channel.
BSD 3-Clause "New" or "Revised" License
951 stars 78 forks source link

Using uintptr_t when check tagged pointer #25

Closed zhongwuzw closed 3 years ago

zhongwuzw commented 3 years ago

Sync from Apple objc runtime, all using uintptr_t type to compare. https://opensource.apple.com/tarballs/objc4/

yulingtianxia commented 3 years ago

@zhongwuzw Can you merge this awesome job to develop branch?

zhongwuzw commented 3 years ago

@zhongwuzw Can you merge this awesome job to develop branch?

Done