aptos-core icon indicating copy to clipboard operation
aptos-core copied to clipboard

[Compiler V2] Turn on CFG simplification as default optimization

Open fEst1ck opened this issue 1 year ago • 1 comments

Description

This PR enables the control flow graph simplification as a default optimization.

How Has This Been Tested?

Existing tests && comparison testing.

Type of Change

  • [x] New feature
  • [ ] Bug fix
  • [ ] Breaking change
  • [ ] Performance improvement
  • [ ] Refactoring
  • [ ] Dependency update
  • [ ] Documentation update
  • [ ] Tests

Which Components or Systems Does This Change Impact?

  • [ ] Validator Node
  • [ ] Full Node (API, Indexer, etc.)
  • [x] Move/Aptos Virtual Machine
  • [ ] Aptos Framework
  • [ ] Aptos CLI/SDK
  • [ ] Developer Infrastructure
  • [ ] Move Compiler
  • [ ] Other (specify)

fEst1ck avatar Oct 10 '24 00:10 fEst1ck