2.2.1
Fixed
- Fixed the layout of the web page not rendering well on smaller screens and mobile devices.
Changed
- Changed the Single Step Elimination optimization to remove the last instruction if it jumps to the start of the program (not just
end
, but also unconditional jump) onadvanced
optimization level.