mozilla-spidermonkey / jsparagus

Experimental JS parser-generator project.
Other
447 stars 20 forks source link

Avoid copy between EmitResult and SmooshResult in m-c #559

Open arai-a opened 4 years ago

arai-a commented 4 years ago

smoosh crate in m-c is currently copying jsparagus's EmitResult into SmooshResult, for the following reasons: