ballercat/walt

Optimizer

Open

#63 aperta il 6 gen 2018

Vedi su GitHub
 (1 commento) (2 reazioni) (0 assegnatari)JavaScript (155 fork)batch import
enhancementgood first issuehelp wanted

Metriche repository

Star
 (4637 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor