ballercat/walt

Optimizer

開放

#63 建立於 2018年1月6日

 (1 則留言) (2 個反應) (0 位負責人)JavaScript (119 個分叉)batch import
enhancementgood first issuehelp wanted

倉庫指標

星標
 (4,631 顆星)
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

貢獻者指南