ballercat/walt

Optimizer

Open

#63 创建于 2018年1月6日

在 GitHub 查看
 (1 评论) (2 反应) (0 负责人)JavaScript (155 fork)batch import
enhancementgood first issuehelp wanted

仓库指标

Star
 (4,637 star)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南