openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
763 stars 375 forks source link

Remove unnecessary operations in `Promise`. #1836

Open player-03 opened 2 months ago

player-03 commented 2 months ago

We're allocating memory we don't use and calling functions that it would make more sense to inline.