Commit a58cca8
[maglev] Properly handle merged feedback in property load
- deal with no merge state being allocated
- heap number map feedback can end up being wrong, so pre-check before adding
the smi case. Otherwise we'll try to go to a block that's never generated
Bug: 342451738
Change-Id: Ie6736798656136456dba00f7a36903b4786cab1e
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5646187
Reviewed-by: Leszek Swirski <[email protected]>
Commit-Queue: Toon Verwaest <[email protected]>
Auto-Submit: Toon Verwaest <[email protected]>
Commit-Queue: Leszek Swirski <[email protected]>
Cr-Commit-Position: refs/heads/main@{#94586}1 parent 70d2fe6 commit a58cca8
File tree
2 files changed
+45
-9
lines changed- src/maglev
- test/mjsunit/regress
2 files changed
+45
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
705 | | - | |
706 | | - | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
707 | 709 | | |
708 | | - | |
709 | | - | |
710 | | - | |
711 | | - | |
712 | | - | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
| |||
4630 | 4630 | | |
4631 | 4631 | | |
4632 | 4632 | | |
4633 | | - | |
4634 | | - | |
| 4633 | + | |
| 4634 | + | |
| 4635 | + | |
| 4636 | + | |
| 4637 | + | |
| 4638 | + | |
| 4639 | + | |
| 4640 | + | |
| 4641 | + | |
4635 | 4642 | | |
4636 | 4643 | | |
4637 | 4644 | | |
| |||
| 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 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments