Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanis2000/bug-hxcpp-gc


https://github.com/tanis2000/bug-hxcpp-gc

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Demonstration of a bug in hxcpp's GC

Make sure that you have both Lime and hxcpp instaled. (tested with hxcpp 3.2.188)

- Run `lime update ios`
- Open the generated project in XCode
- Run it on a real iOS device
- If you run the Instruments profile (CMD+I) and select "Leaks" as template you will be able to see all of the calls to `hx::GlobalChunk::pushJob`. Each allocates 256 bytes and they never get collected.