Commit 7b79224
[crankshaft] Disable further folding already folded allocations.
When we try to further fold previously folded allocations in Crankshaft
GVN we don't properly transform the allocations involved, which causes
the mechanism to leave holes in the new/old space (and thereby violate
the iterability property of the new/old space).
BUG=chromium:621868
[email protected]
Review-Url: https://codereview.chromium.org/2297983003
Cr-Commit-Position: refs/heads/master@{#39040}1 parent ce9e773 commit 7b79224
3 files changed
Lines changed: 31 additions & 13 deletions
File tree
- src/crankshaft
- test/mjsunit/regress
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3184 | 3184 | | |
3185 | 3185 | | |
3186 | 3186 | | |
| 3187 | + | |
| 3188 | + | |
| 3189 | + | |
| 3190 | + | |
| 3191 | + | |
| 3192 | + | |
| 3193 | + | |
3187 | 3194 | | |
3188 | 3195 | | |
3189 | 3196 | | |
| |||
3235 | 3242 | | |
3236 | 3243 | | |
3237 | 3244 | | |
3238 | | - | |
3239 | | - | |
3240 | | - | |
3241 | | - | |
3242 | | - | |
3243 | | - | |
3244 | | - | |
3245 | | - | |
3246 | | - | |
3247 | | - | |
3248 | | - | |
3249 | 3245 | | |
3250 | 3246 | | |
3251 | 3247 | | |
| |||
3280 | 3276 | | |
3281 | 3277 | | |
3282 | 3278 | | |
| 3279 | + | |
| 3280 | + | |
3283 | 3281 | | |
3284 | 3282 | | |
3285 | 3283 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4935 | 4935 | | |
4936 | 4936 | | |
4937 | 4937 | | |
4938 | | - | |
| 4938 | + | |
4939 | 4939 | | |
4940 | 4940 | | |
4941 | 4941 | | |
| |||
4946 | 4946 | | |
4947 | 4947 | | |
4948 | 4948 | | |
4949 | | - | |
| 4949 | + | |
4950 | 4950 | | |
4951 | 4951 | | |
4952 | 4952 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments