mirror of
https://github.com/facebookarchive/prepack.git
synced 2024-11-09 21:20:06 +03:00
a0ece2f8b4
Summary: Release note: Handle do-while loops with abstract bounds, for loop bodies only involving locals. Issue: #1174 This adds a simple fixed point computation for do-while loops only. Currently only loops that updated only local variables and that have no abrupt exits are supported. This is deliberately as minimal as possible to make review easier. Given the complexity of this feature, thoughtful review would be great. Closes https://github.com/facebook/prepack/pull/1229 Differential Revision: D6546405 Pulled By: hermanventer fbshipit-source-id: 205c336a83c17d03344941b13f0a5c6af7989131 |
||
---|---|---|
.. | ||
error-handler | ||
node-cli | ||
react | ||
residual | ||
serializer | ||
source-maps | ||
std-in | ||
test262@098f9ca3de |