Yuxiao Mao
Yuxiao Mao
The case of string++ can still compile without warning. Is that normal?
I just implemented the Robin Hood Hashing for Hashmap. (References : https://www.youtube.com/watch?v=4cTKiTQtS_k&t=893s , https://programming.guide/robin-hood-hashing.html) Tested with the previously described script, it seems to greatly reduce remove time without scarifying set/get...
TODO: after we're sure of this change, we'll need memdump + debugger support
@nadako could you please look at this?
I just checked, this is fixed by changes in my merged PR https://github.com/HaxeFoundation/haxe/pull/11461 , the loop node re-computation in hlopt. Could you please check on your side and close the...
Sure, how can I help to add the test?
The test code seems good to me, ok thank you for the information!
Step to catch handler implemented in: https://github.com/vshaxe/hashlink-debugger/compare/3e37095e260beba80965d5658b603de6c7429878...43ba64a14259a96f0266702c70789dc0b2d0841e Additionnaly, when an error is thrown and we break in `hl_throw` C function, it's difficult to get catch handler's address: `Rip` exists in...
I cannot reproduce step/breakpoint error now, so I'll considered that they are fixed. For waitpid I have a hack for 1.4.9 https://github.com/vshaxe/hashlink-debugger/commit/6e7d3794c94704d71314a19457628dedb77f1eee , let's see if it can allow me...
Could not reproduce today, and an error message will be displayed if the port is occupied.