-
Notifications
You must be signed in to change notification settings - Fork 21
Stacktop local variable code generation #37
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingcompilerInvolves the compilerInvolves the compilerround-trip issuesIssues pertaining to round-trip decompiling and compiling code to the exact same bytecodeIssues pertaining to round-trip decompiling and compiling code to the exact same bytecode
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcompilerInvolves the compilerInvolves the compilerround-trip issuesIssues pertaining to round-trip decompiling and compiling code to the exact same bytecodeIssues pertaining to round-trip decompiling and compiling code to the exact same bytecode
Describe the bug
In DELTARUNE Chapter 5 (2022 LTS), in
gml_Object_obj_plat_finalflowery_Create_0, there is an instruction that uses both[stacktop]andlocal.at the same time. This seems like a strange quirk that the compiler should implement, and we need to make some test cases for.