opam-cross-android icon indicating copy to clipboard operation
opam-cross-android copied to clipboard

removed text-relocations from android32 and added android64

Open markghayden opened this issue 7 years ago • 2 comments

  • Removed text-relocations from ocaml-android32
  • Added ocaml-android64
  • Changed URL for android-bzip2

Changes to arm.S are based on arm64 version, but are not well optimized. On 32-bit arm an extra register is needed. For simplicity we use push/pop, which has poor performance. One of the core ocaml people will want to improve on this.

markghayden avatar Nov 14 '18 21:11 markghayden

Hi @whitequark,

With these changes i was able to install ocaml-android for arm64 android. It will be helpful if these changes are merged.

ossdev07 avatar Jun 26 '19 13:06 ossdev07

@ossdev07 This is a large and complex patch. I have a limited amount of time to spend on OSS maintenance and I will not be able to review it any time soon.

whitequark avatar Jun 26 '19 20:06 whitequark