You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently YYC generates calls to functions that simply return current self, other and global - the compiler tracks these and should generate more efficient code.
Expected Change
Do not call the built in function, simply inline the current self, other or global
Steps To Reproduce
Start GameMaker
See the issue
How reliably can you recreate this issue using your steps above?
Always
Which version of GameMaker are you reporting this issue for?
2024.1300 (Betas)
Which platform(s) are you seeing the problem on?
Windows
Sample Package Attached?
I have attached my bug package
Sample Project Added?
I have included a small sample project
The text was updated successfully, but these errors were encountered:
YYDan
changed the title
YYC generates calls to a function that returns the current self, other and global - should be optimised
Building Projects: [YYC] Calls to a function that returns the current "self", "other" and "global" should be optimised out
Jan 29, 2025
Description
Currently YYC generates calls to functions that simply return current
self
,other
andglobal
- the compiler tracks these and should generate more efficient code.Expected Change
Do not call the built in function, simply inline the current
self
,other
orglobal
Steps To Reproduce
How reliably can you recreate this issue using your steps above?
Always
Which version of GameMaker are you reporting this issue for?
2024.1300 (Betas)
Which platform(s) are you seeing the problem on?
Windows
Sample Package Attached?
Sample Project Added?
The text was updated successfully, but these errors were encountered: