Commit f2d3bad
deps: cherry-pick d2e0166 from V8 upstream
Original commit message:
ppc64, aix: Pass CallFrequency object by const reference to avoid value copy error.
Bug: v8:8193
GCC bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61976
Change-Id: I0d4efca4da03ef82651325e15ddf2160022bc8de
Reviewed-on: https://chromium-review.googlesource.com/1228633
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Reviewed-by: Daniel Clifford <danno@chromium.org>
Reviewed-by: Junliang Yan <jyan@ca.ibm.com>
Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#56275}
PR-URL: #23695
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Yang Guo <yangguo@chromium.org>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>1 parent a4d67c9 commit f2d3badCopy full SHA for f2d3bad
File tree
Expand file treeCollapse file tree
7 files changed
+15
-12
lines changedOpen diff view settings
Filter options
- deps/v8/src/compiler
Expand file treeCollapse file tree
7 files changed
+15
-12
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
|
Collapse file
deps/v8/src/compiler/bytecode-graph-builder.cc
Copy file name to clipboardExpand all lines: deps/v8/src/compiler/bytecode-graph-builder.cc+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
514 | 514 | |
515 | 515 | |
516 | 516 | |
517 | | - |
| 517 | + |
518 | 518 | |
519 | 519 | |
520 | 520 | |
|
Collapse file
deps/v8/src/compiler/bytecode-graph-builder.h
Copy file name to clipboardExpand all lines: deps/v8/src/compiler/bytecode-graph-builder.h+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | | - |
| 34 | + |
35 | 35 | |
36 | 36 | |
37 | 37 | |
|
Collapse file
deps/v8/src/compiler/js-inlining.cc
Copy file name to clipboardExpand all lines: deps/v8/src/compiler/js-inlining.cc+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
484 | 484 | |
485 | 485 | |
486 | 486 | |
| 487 | + |
487 | 488 | |
488 | 489 | |
489 | | - |
| 490 | + |
490 | 491 | |
491 | 492 | |
492 | 493 | |
|
Collapse file
deps/v8/src/compiler/js-operator.cc
Copy file name to clipboardExpand all lines: deps/v8/src/compiler/js-operator.cc+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
794 | 794 | |
795 | 795 | |
796 | 796 | |
797 | | - |
| 797 | + |
| 798 | + |
798 | 799 | |
799 | 800 | |
800 | 801 | |
| ||
818 | 819 | |
819 | 820 | |
820 | 821 | |
821 | | - |
822 | | - |
| 822 | + |
| 823 | + |
823 | 824 | |
824 | 825 | |
825 | 826 | |
|
Collapse file
deps/v8/src/compiler/js-operator.h
Copy file name to clipboardExpand all lines: deps/v8/src/compiler/js-operator.h+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
160 | 160 | |
161 | 161 | |
162 | 162 | |
163 | | - |
| 163 | + |
164 | 164 | |
165 | 165 | |
166 | 166 | |
| ||
171 | 171 | |
172 | 172 | |
173 | 173 | |
174 | | - |
| 174 | + |
175 | 175 | |
176 | 176 | |
177 | 177 | |
| ||
721 | 721 | |
722 | 722 | |
723 | 723 | |
724 | | - |
| 724 | + |
725 | 725 | |
726 | 726 | |
727 | 727 | |
728 | 728 | |
729 | 729 | |
730 | | - |
| 730 | + |
731 | 731 | |
732 | 732 | |
733 | 733 | |
|
Collapse file
deps/v8/src/compiler/pipeline.cc
Copy file name to clipboardExpand all lines: deps/v8/src/compiler/pipeline.cc+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1059 | 1059 | |
1060 | 1060 | |
1061 | 1061 | |
| 1062 | + |
1062 | 1063 | |
1063 | 1064 | |
1064 | 1065 | |
1065 | | - |
| 1066 | + |
1066 | 1067 | |
1067 | 1068 | |
1068 | 1069 | |
|
0 commit comments