| Commit-Queue | +2 |
Introduce UnionReturnProxy to make returning a union cheaperAndrey KosyakovOptimizedReturnProxy
Thanks for spotting, done!
// heap allocation and extra dispatch over member types by performing an eagerAndrey KosyakovI guess the conversion is practically anyways always necessary? We create the union only to unwrap it in bindings somehow, right?
Yes, at least as long as the method is called from bindings. This may be cumbersome if a method is also called from native code, but I guess `[implementedAs]` would be the answer in such case :-)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
4 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Introduce OptimizedReturnProxy to make returning a union cheaper
(note methods that always return a single predetermined member type
can just directly return it and do not need to use this)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |