ballercat/walt

Optimizer

Open

#63 opened on Jan 6, 2018

View on GitHub
 (1 comment) (2 reactions) (0 assignees)JavaScript (4,637 stars) (155 forks)batch import
enhancementgood first issuehelp wanted

Description

Goal

Create an optimizing pass.

Overview

Go nuts? There is zero static optimization currently, everything written is emitted.

Dead code elimination sounds great. AssemblyScript does it, which is dope.

Acceptance Criteria

  • It works
  • It's tested
  • It's opt-in and configurable

Contributor guide