Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
LGTM % comment
StoreTaggedMode::kDefault, broker()->length_string()));
I'm not a big fan of this. Have an additional kLength property type would be cleaner imo.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
Thanks!
StoreTaggedMode::kDefault, broker()->length_string()));
I'm not a big fan of this. Have an additional kLength property type would be cleaner imo.
Right, but for correctness for now I'll put like that. Since we are keying the cache with the string length from a different part of the code.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[turbolev] Enable load elimination for non-constant loads
Follow-up of: https://crrev.com/c/7071831
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |