facebookarchive / prepack

A JavaScript bundle optimizer.
http://prepack.io
Other
14.22k stars 425 forks source link

Generalized adjacent join generator merge #2636

Open tiagovtristao opened 4 years ago

tiagovtristao commented 4 years ago

Release notes: Adjacent JOIN_GENERATORS with EQUIVALENT path conditions are now merged for optimization.

This pull request is a generalization of https://github.com/facebook/prepack/pull/2623 as suggested by @hermanventer.

Extra: