Nicolas Cannasse

Results 274 comments of Nicolas Cannasse

Could you check replacing SDL2 by SDL in native.xml ?

@hughsando any insight? PS: I'm using the following config file https://github.com/ncannasse/hxsdl/blob/master/native.xml

linc_sdl directly compiles the SDL sources, whereas hxsdl usually uses the precompiled shared library. @lewislepton it seems that you need the SDL library actually installed to be used in OSX...

yes, such compile-time comparisons are not yet supported because we currently only track changes in Bools as a bit-flag

Yes it's planned, but not yet done ;)

Oh so OCaml is indeed doing something very specific regarding to bit shifting. This explains why the compiled version of 1

The `while` might be costly on splice, maybe using a bytes.fill instead would be better ? (might require adding it to byteAccess + multiply the size as in "blit")

I have added `::` operator and ability to construct and pattern match immutable lists, this can be followed on this branch https://github.com/HaxeFoundation/haxe/tree/genml

@nanjizal I don't think F# produces as fast code as OCaml do, as it's built on top of DotNet

@nanjizal anyway I have little interest in targeting F#, and this requires extra profiling and extensive changes as the article explains