Avatar
omochimetaru 7/27/2018 4:53 AM
So if we replace Ounchecked with an option -unsafe-remove-checks (similar to -assume-single-threaded), as Johannes suggested, this is more like a “at your own risk” thing (regarding performance). For example, it might happen that users see perf regressions from one release to another, using this option.
4:53 AM
-unsafe-remove-checks ってフラグは残るのかしら。 (edited)
4:54 AM
I would suggest going further and removing the code for -unsafe-remove-checks altogether. Even untested code has a cost in terms of maintainability.
4:54 AM
Slavaはそれも消せって言ってたw