| Issue 19: | RegEx return, Array foreign constructor, mysql, (?:) | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi Hugh and others, I've created set of patches for hxcpp and std/cpp for anyone interested. There's mysql.ndll code ported to C++ and haxe bindings for it, and also few fixes for hxcpp bugs that were on the way of compiling our project. Unfortunately, although compilation succeed, resulting binary crashing deep down in the GC code, so we're going to try another way of speeding up our code. Best regards, Vadim,
Apr 5, 2010
Project Member
#1
gameh...@gmail.com
Aug 3, 2010
Thanks for the patch. As it stands, the mysql library has a problem with GC. The "alloc" function does not exist in HXCPP. That is, the ability to allocate memory that is conservatively scanned. I have added conservative scanning of the stack, so it should be possible to implement this now - I just have not got around to it. The RegEx code should be fixed, and I've changed the foreign constructor stuff, so that should work too. I'm looking for help maintaining the external libraries - I'll keep this in mind when I get orgainsed on this front.
Status:
Fixed
|