ballercat/walt

Optimizer

Open

#63 opened on 2018年1月6日

GitHub で見る
 (1 comment) (2 reactions) (0 assignees)JavaScript (155 forks)batch import
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (4,637 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド