Skip to content

Commit 7e3e7c2

Browse files
committed
clarify current lang-team consensus
The current consensus is simply that we should not make upcasting opt-in.
1 parent 343eeef commit 7e3e7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-dyn-upcasting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Java programs can upcast from an object to any superclass. Since Java is limited
226226
# Unresolved questions
227227
[unresolved-questions]: #unresolved-questions
228228

229-
* Should we make upcasting opt-in or take other steps to affect vtable size? The current inclination of the lang-team is "no", but it would be useful to gather data on how much supporting upcasting contributors to overall binary size.
229+
* Should we make upcasting opt-in in some form to limit vtable size by default? The current inclination of the lang-team is "no", but it would be useful to gather data on how much supporting upcasting contributors to overall binary size.
230230

231231
# Future possibilities
232232
[future-possibilities]: #future-possibilities

0 commit comments

Comments
 (0)