ivmai / bdwgc

The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)
https://www.hboehm.info/gc/
Other
2.98k stars 407 forks source link

Hello, bdwgc 7.6 support iOS, does bdwgc support iOS bitcode? #176

Closed radxe closed 7 years ago

radxe commented 7 years ago

Hello, Bbdwgc is great to support iOS, does bdwgc support iOS bitcode? because apple require submit bitcode for watchOS,tvOS, iOS is optional, bdwgc use asm code, I know apple has a asm exception for bitcode, I just want to know bdwgc if support bitcode.

Thank you very much!

ivmai commented 7 years ago

Please use libatomic_ops-7.6, it should not use asm. What are the other source places that cannot be converted to bitcode?

radxe commented 7 years ago

dear ivmai, I see. I will try to use libatomic_ops-7.6. Another question, when will you release bdwgc 7.6? do you have a bdwgc roadmap? thanks

ivmai commented 7 years ago

when will you release bdwgc 7.6? do you have a bdwgc roadmap?

I plan to release it at the end of September. Maybe earlier.