Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanis2000/bug-hxcpp-gc
https://github.com/tanis2000/bug-hxcpp-gc
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanis2000/bug-hxcpp-gc
- Owner: tanis2000
- Created: 2015-11-03T17:58:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T18:02:47.000Z (about 9 years ago)
- Last Synced: 2023-03-11T05:44:45.808Z (over 1 year ago)
- Language: Haxe
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.