Nicolas Cannasse
Nicolas Cannasse
That's quite an interesting result. I wonder if we get the same performances differences on Windows or if it comes down to the implementation of atomic_bit_set depending on the CPU...
I think the cpp change should not be made inside the hscript code but inside the haxe compiler code. Please revert the cpp specific changes and open an issue in...
inline fields should be DCE'd if they are not used, but they should not be removed with -dce no On Tue, Oct 10, 2017 at 6:55 PM, Juraj Kirchheim wrote:...
And yes, generated means reflective/Dynamic accessible in Haxe specification. On Wed, Oct 11, 2017 at 3:17 PM, Nicolas Cannasse wrote: > inline fields should be DCE'd if they are not...
@:extern means no generation , like if the class was extern (but it's per field/class)
and it implies forceInline because else it would fail at runtime
The problem is actually quite complex to solve. It can be reproduced using this minimal sample: ```haxe class Main { static var LAST = null; static function foo( x :...
We would need a reproducible sample. Le mar. 21 janv. 2025, 22:15, .RYEN ***@***.***> a écrit : > Part of my engine uses a Map to keep track of calls...
Right, it comes indeed for super inherited constructor. Could we support this again?
Yes, that's what I'm suggesting.