ballercat/walt

Optimizer

Open

#63 aberto em 6 de jan. de 2018

Ver no GitHub
 (1 comment) (2 reactions) (0 assignees)JavaScript (155 forks)batch import
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (4.637 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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

Guia do colaborador