forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PNaCl: Use Chrome IPC to talk to the translator process, instead of SRPC
This is the last remaining use of SRPC. (I'll remove the remaining SRPC plumbing in follow-up changes.) Change pnacl_translate_thread.cc to send its request using Chrome IPC instead of SRPC. Similarly, change irt_pnacl_translator_compile.cc to receive its request this way. * Generalise GetHandleForSubprocess() to work for this other process. * Use std::string instead of std::vector<char> to avoid needing to make an extra copy when creating PpapiMsg_PnaclTranslatorCompileChunk. BUG=302078 TEST=e.g. NaClBrowserTestPnacl.PPAPICore (tests PNaCl translation) Review URL: https://codereview.chromium.org/1564903002 Cr-Commit-Position: refs/heads/master@{#368312}
- Loading branch information
mseaborn
authored and
Commit bot
committed
Jan 8, 2016
1 parent
2bff3b2
commit 98d206c
Showing
5 changed files
with
202 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.