ballercat/walt

Optimizer

Open

#63 opened on Jan 6, 2018

 (1 comment) (2 reactions) (0 assignees)JavaScript (119 forks)batch import
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (4,632 stars)
PR merge metrics
 (No merged PRs in 30d)

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