-
Théotime Grohens authored
This CL tries to reduce as much as possible the emission of Float64 operations in the inlining of DataView methods. It adds CheckSmi calls guarding the main variables that the methods use, and deopts back to the baseline when outside of Smi range. This should happen extremely rarely anyway, since we don't allow ArrayBuffers to be larger than that by default. Change-Id: I26fdd7b6884507a3a555dea114cf30da487dd34c Reviewed-on: https://chromium-review.googlesource.com/1151194Reviewed-by: Georg Neis <neis@chromium.org> Commit-Queue: Théotime Grohens <theotime@google.com> Cr-Commit-Position: refs/heads/master@{#54721}
dc3fc764