Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Looks like my +1 was lost in a rebase. I assume that nothing changed, so I'm just re-applying it without re-reviewing (since the patchset 1-3 and 2-3 diffs are broken because of the rebase)
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Looks like my +1 was lost in a rebase. I assume that nothing changed, so I'm just re-applying it without re-reviewing (since the patchset 1-3 and 2-3 diffs are broken because of the rebase)
Thanks for taking another look already!
I would have pinged you when the previous CLs got LGTMs. Otherwise there's always a risk that this needs another rebase.
This CL actually got a lot simpler. All the changes to the macro assemblers are not needed any more after https://crrev.com/c/6916875, because we can reference the top and limit fields directly now.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Clemens BackesLooks like my +1 was lost in a rebase. I assume that nothing changed, so I'm just re-applying it without re-reviewing (since the patchset 1-3 and 2-3 diffs are broken because of the rebase)
Thanks for taking another look already!
I would have pinged you when the previous CLs got LGTMs. Otherwise there's always a risk that this needs another rebase.This CL actually got a lot simpler. All the changes to the macro assemblers are not needed any more after https://crrev.com/c/6916875, because we can reference the top and limit fields directly now.
Ah, I was unpiling incoming reviews, and somehow I was in the attention set for this CL so I assumed that I had missed a ping :D
Well, feel free to ping when you lose the +1 again :D
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Remove external references for allocation space top/limit
Some uses disappeared with https://crrev.com/c/6909719, others can be
replaced by loading via the new `IsolateFieldId`s introduced in
https://crrev.com/c/6916875.
R=dmerc...@chromium.org
CC=dinf...@chromium.org
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |