Commit 9da11d2
PPC/s390: [cleanup] Various misc. cleanups
Port dcf467a
Original Commit Message:
- Use kNoBuiltinId instead of literal -1.
- Remove support for non-embedded builtins.
- Update Code object layout comment.
R=jgruber@chromium.org, joransiu@ca.ibm.com, junyan@redhat.com, midawson@redhat.com
BUG=
LOG=N
Change-Id: Ie0101d883c8116a6076a7b9ef8b82dbcd1960dbf
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2483628
Reviewed-by: Junliang Yan <junyan@redhat.com>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Commit-Queue: Milad Fa <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/master@{#70614}1 parent 6b04515 commit 9da11d2Copy full SHA for 9da11d2
3 files changed
+12-21Lines changed: 12 additions & 21 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src
- codegen
- ppc
- s390
- regexp/ppc
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/codegen/ppc/macro-assembler-ppc.cc
Copy file name to clipboardExpand all lines: src/codegen/ppc/macro-assembler-ppc.cc+6-10Lines changed: 6 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
173 | 173 | |
174 | 174 | |
175 | 175 | |
176 | | - |
177 | | - |
178 | | - |
| 176 | + |
| 177 | + |
179 | 178 | |
180 | 179 | |
181 | 180 | |
| ||
187 | 186 | |
188 | 187 | |
189 | 188 | |
190 | | - |
191 | | - |
| 189 | + |
192 | 190 | |
193 | 191 | |
194 | 192 | |
| ||
264 | 262 | |
265 | 263 | |
266 | 264 | |
267 | | - |
268 | | - |
269 | | - |
| 265 | + |
| 266 | + |
270 | 267 | |
271 | 268 | |
272 | 269 | |
| ||
277 | 274 | |
278 | 275 | |
279 | 276 | |
280 | | - |
281 | | - |
| 277 | + |
282 | 278 | |
283 | 279 | |
284 | 280 | |
|
Collapse file
src/codegen/s390/macro-assembler-s390.cc
Copy file name to clipboardExpand all lines: src/codegen/s390/macro-assembler-s390.cc+6-10Lines changed: 6 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
174 | 174 | |
175 | 175 | |
176 | 176 | |
177 | | - |
178 | | - |
179 | | - |
| 177 | + |
| 178 | + |
180 | 179 | |
181 | | - |
182 | | - |
| 180 | + |
183 | 181 | |
184 | 182 | |
185 | 183 | |
| ||
242 | 240 | |
243 | 241 | |
244 | 242 | |
245 | | - |
246 | | - |
247 | | - |
| 243 | + |
| 244 | + |
248 | 245 | |
249 | | - |
250 | | - |
| 246 | + |
251 | 247 | |
252 | 248 | |
253 | 249 | |
|
Collapse file
src/regexp/ppc/regexp-macro-assembler-ppc.cc
Copy file name to clipboardExpand all lines: src/regexp/ppc/regexp-macro-assembler-ppc.cc-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1152 | 1152 | |
1153 | 1153 | |
1154 | 1154 | |
1155 | | - |
1156 | 1155 | |
1157 | 1156 | |
1158 | 1157 | |
|
0 commit comments