DescriptionMIPS[64]: Fix deoptimizer generate table for large deoptimization tables
Fix 233b6926e3ae29a4567b4c55bc1c1e96c07c1f92
With the introduction of upfront deopt table generation, case where
deoptimization tables have more than 8000 entries become much more common
and bugs started to appear.
This CL fixes the issue, but it is far from perfect. We had to
increase number of instruction per table entry from 2 to 3 in
order to accommodate larger tables.
TEST=mjsunit/array-sort,mjsunit/json,mjsunit/md5
BUG=
Review-Url: https://codereview.chromium.org/2901393003
Cr-Commit-Position: refs/heads/master@{#45531}
Committed: https://chromium.googlesource.com/v8/v8/+/601f1fdf8d4b9e527ab1e5c061803ef548ecfd93
Patch Set 1 #
Total comments: 1
Messages
Total messages: 19 (11 generated)
|