You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The basic issue is that from the array access we want to propagate forwards the fact that it is expecting a Java int. This could then be used when translating the constant to produce this:
xs[0] = ...
There are presumably other situations when this might be useful ...
The text was updated successfully, but these errors were encountered:
DavePearce
changed the title
Implement Target Type Propagation
Target Type Propagation
Sep 27, 2017
Consider the following Whiley function:
This currently compiles to the following Java:
The basic issue is that from the array access we want to propagate forwards the fact that it is expecting a Java
int
. This could then be used when translating the constant to produce this:There are presumably other situations when this might be useful ...
The text was updated successfully, but these errors were encountered: