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
This replaces the variable-length arrays produced by the Java object
factory with fixed-length ones annotated with a variable length member.
This allows the backend to use the much cheaper fixed-length array lowering
rather than the full variable-length array theory, while retaining the
ability for the effective length to vary. In effect this creates a bounded-
length array construct.
Fixesdiffblue#746
0 commit comments