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

Issue 982403002: Subzero: Switch file reading to be based on a DataStreamer and MemoryObject. (Closed)

Created:
5 years, 9 months ago by jvoung (off chromium)
Modified:
5 years, 9 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Subzero: Switch file reading to be based on a DataStreamer and MemoryObject. This makes it compatible with the current browser interface, which pushes bytes to a DataStreamer. In the browser-integration mode, there will be a push-based DataStreamer (vs a file-based one). BUG= https://code.google.com/p/nativeclient/issues/detail?id=4091 R=dschuff@chromium.org, kschimpf@google.com, stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=c1f07ea7fbeb4a9de30059c6ca5f0662eb0b1c7d

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -28 lines) Patch
M src/PNaClTranslator.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/PNaClTranslator.cpp View 1 2 chunks +15 lines, -25 lines 2 comments Download
M src/main.cpp View 2 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 8 (1 generated)
jvoung (off chromium)
5 years, 9 months ago (2015-03-06 21:48:08 UTC) #2
Derek Schuff
https://codereview.chromium.org/982403002/diff/20001/src/PNaClTranslator.cpp File src/PNaClTranslator.cpp (right): https://codereview.chromium.org/982403002/diff/20001/src/PNaClTranslator.cpp#newcode2995 src/PNaClTranslator.cpp:2995: void PNaClTranslator::translateBuffer(const std::string &IRFilename, so is translatebuffer still used ...
5 years, 9 months ago (2015-03-06 21:56:05 UTC) #3
Karl
LGTM other than removing translateBuffer?
5 years, 9 months ago (2015-03-06 22:04:19 UTC) #4
Jim Stichnoth
also lgtm
5 years, 9 months ago (2015-03-06 22:31:23 UTC) #5
jvoung (off chromium)
https://codereview.chromium.org/982403002/diff/20001/src/PNaClTranslator.cpp File src/PNaClTranslator.cpp (right): https://codereview.chromium.org/982403002/diff/20001/src/PNaClTranslator.cpp#newcode2995 src/PNaClTranslator.cpp:2995: void PNaClTranslator::translateBuffer(const std::string &IRFilename, On 2015/03/06 21:56:05, Derek Schuff ...
5 years, 9 months ago (2015-03-06 22:34:54 UTC) #6
Derek Schuff
lgtm
5 years, 9 months ago (2015-03-06 22:39:39 UTC) #7
jvoung (off chromium)
5 years, 9 months ago (2015-03-06 22:53:35 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
c1f07ea7fbeb4a9de30059c6ca5f0662eb0b1c7d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698