Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Mefiresu opened a pull request on HatchGameEngine/HatchGameEngine
Misc memory management improvements
This PR aims to improve memory usage by cleaning up memory leaks, along with an extra optimization for `GetPolygonPoints` that the compiler couldn't do because of poor control flow. All commits ...Mefiresu pushed 12 commits to misc-fixes Mefiresu/HatchGameEngine
- compiler: implement const 7f62a14
- spaces are back c7dba20
- compiler: clear scope constants similarly to locals 48b0c03
- compiler: fix and improve repeat functionality c23e854
- VM: improve const redefinition behavior fixes stuff like duplicated enums e15c4df
- compiler: fix "fake constant" trying to dropin replacement without one 2d49a08
- compiler: make counter accessible 722edbc
- compiler: fix unary opt and unset warning cae255f
- Merge pull request #7 from stxticOVFL/const Optimizations: Implement const keyword cb9a37f
- GetPolygonPoints: Fix failed NRVO This function's return value failed to be optimized due to the extra return paths ... 479cb9d
- Cleanup Memory/MemoryPools on exit Helps keeping track of real memory leaks. 42cf250
- Scene: Fix Resource Stream memory leaks Close streams before returning from `LoadXXXResource` functions. 967d3a5
Mefiresu created a branch on Mefiresu/HatchGameEngine
misc-fixes - Multiplatform engine powering projects and making ideas into reality.