|
|
|
|
|
by bigcheesegs
765 days ago
|
|
UB is a choice in that we could require symbolic execution of of all code. This is incredibly slow, so we don't. There are many cases of UB that would be cheap to check, but there are many more that are incredibly expensive to check. |
|