neo-project / neo-devpack-dotnet

NEO Development Pack
MIT License
79 stars 100 forks source link

Remove debuginfo param in optimizer #1082

Closed Hecate2 closed 1 month ago

Hecate2 commented 1 month ago

Remove unnecessary debuginfo param in optimizer Add startAddr for BasicBlock Rename all starting in optimizer to start Add tests for HasCallA

Without relying on debuginfo we may analyze all deployed contracts on mainnet in the future.