ballercat/walt

Optimizer

Open

#63 geöffnet am 6. Jan. 2018

Auf GitHub ansehen
 (1 Kommentar) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (4.637 Stars) (155 Forks)batch import
enhancementgood first issuehelp wanted

Beschreibung

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