Skip to content

Java output contains unnecessary operations which can be optimized away #57

@almosr

Description

@almosr

The Java output is somewhat optimized, unused instances for various drawing classes are removed, useless Canvas.save() and Canvas.restore() calls are eliminated.

However, there is still room for improvement, for example too many Matrix class instances are created which are not too useful at the end (usually merged with other Matrix instances using Matrix.preConcat() calls).

Further optimization methods are needed for the output.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions