OLD | NEW |
(Empty) | |
| 1 # General |
| 2 This article describes how ports should be handled. |
| 3 |
| 4 # MIPS |
| 5 ## Straight-forward MIPS ports |
| 6 1. Do them yourself. |
| 7 |
| 8 ## More complicated MIPS ports |
| 9 1. CC the MIPS team in the CL. Use the mailing list v8-mips-ports.at.googlegro
ups.com for that purpose. |
| 10 1. The MIPS team will provide you with a patch which you need to merge into yo
ur CL. |
| 11 1. Then land the CL. |
| 12 |
| 13 # PPC (not officially supported) |
| 14 1. Contact/CC the PPC team in the CL if needed. Use the mailing list v8-ppc-po
rts.at.googlegroups.com for that purpose. |
| 15 |
| 16 # x87 (not officially supported) |
| 17 1. Contact/CC the x87 team in the CL if needed. Use the mailing list v8-x87-po
rts.at.googlegroups.com for that purpose. |
| 18 |
| 19 # ARM |
| 20 ## Straight-forward ARM ports |
| 21 1. Do them yourself. |
| 22 |
| 23 ## When you are lost |
| 24 1. CC the ARM team in the CL. Use the mailing list v8-arm-ports.at.googlegroup
s.com for that purpose. |
OLD | NEW |