Displaying 1 result from an estimated 1 matches for "d67500".
2020 Jun 18
4
[RFC] A value-tracking LiveDebugValues implementation
...identical AMD64 clang-3.4
binary to the old implementation, based on d481e59863a (Feb 2020). Well,
almost -- it proved too difficult to completely emulate the old version,
instead with the following changes [5] applied to d481e59863a, the two
implementations produce an identical binary:
* Applied D67500 [6],
* Ignore identity copies,
* Force any newly created DBG_VALUEs to be inserted according to the order
in which DebugVariables appear in the input function. So that they're
consistent between the two implementations.
* Disabling all tracking of stack spills.
Ignoring the final poin...