Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Side by Side Diff: docs/handling_of_ports.md

Issue 1347153006: [Docs] Add wiki content to Markdown docs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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.
OLDNEW
« docs/building_with_gyp.md ('K') | « docs/gdb_jit_interface.md ('k') | docs/i18n_support.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698