ballercat/walt

Optimizer

Open

#63 ouverte le 6 janv. 2018

Voir sur GitHub
 (1 commentaire) (2 réactions) (0 assignés)JavaScript (155 forks)batch import
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (4 637 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur