openfl / lime

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

Remove unnecessary operations in `Promise`. #1836

Open player-03 opened 1 month ago

player-03 commented 1 month ago

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