prepack/test
Herman Venter a0ece2f8b4 Compute a fixed point for do-while
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
2017-12-12 11:24:29 -08:00
..
error-handler Allow required modules to throw conditionally 2017-10-30 13:00:01 -07:00
node-cli Add minimal test case for the node-cli mode 2017-05-18 15:08:39 -07:00
react Fold simple class components 2017-12-05 08:24:12 -08:00
residual Partial evaluator for calls (#713) 2017-06-12 13:07:50 -07:00
serializer Compute a fixed point for do-while 2017-12-12 11:24:29 -08:00
source-maps Initial commit 2017-03-28 20:52:41 -07:00
std-in Change processSerializedCode func to receive error as 1st arg 2017-07-06 12:39:48 -07:00
test262@098f9ca3de Initial commit 2017-03-28 20:52:41 -07:00