| Auto-Submit | +1 |
| 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. |
[turboshaft] micro-optimization of StringSlice.end computation
This is just to make branch prediction a bit better: string.length()
is not a special case anymore for the value of "end" in StringSlice
and will go into the same path as values less than length.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |