facebookarchive / prepack

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

Merge adjacent JOIN_GENERATORS with the same path conditions #2623

Closed tiagovtristao closed 5 years ago

tiagovtristao commented 5 years ago

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

This pull request attempts to tackle https://github.com/facebook/prepack/issues/2565. Some assumptions were made (for lack of certainty) but commented on for further improvement.