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

Issue 551953002: Subzero: Add a script that builds a hybrid Subzero/llc native executable. (Closed)

Created:
6 years, 3 months ago by Jim Stichnoth
Modified:
6 years, 3 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Visibility:
Public.

Description

Subzero: Add a script that builds a hybrid Subzero/llc native executable. The script translates a pexe using both Subzero and llc, and then uses linker tricks to resolve each symbol into either its Subzero or llc version. This enables quick bisection-based debugging of Subzero code generation. BUG= none R=jfb@chromium.org, jvoung@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=10ea698

Patch Set 1 #

Patch Set 2 : Add the Subzero runtime source #

Total comments: 4

Patch Set 3 : Improve help text. Sanitize inputs #

Total comments: 8

Patch Set 4 : Updates from Jan's code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+316 lines, -0 lines) Patch
A pydir/szbuild.py View 1 2 3 1 chunk +239 lines, -0 lines 0 comments Download
A runtime/szrt.c View 1 1 chunk +77 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Jim Stichnoth
6 years, 3 months ago (2014-09-08 19:57:23 UTC) #2
JF
https://codereview.chromium.org/551953002/diff/20001/pydir/szbuild.py File pydir/szbuild.py (right): https://codereview.chromium.org/551953002/diff/20001/pydir/szbuild.py#newcode88 pydir/szbuild.py:88: """ Change the code to: def main(): """awesome-o docstring...""" ...
6 years, 3 months ago (2014-09-08 23:14:16 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/551953002/diff/20001/pydir/szbuild.py File pydir/szbuild.py (right): https://codereview.chromium.org/551953002/diff/20001/pydir/szbuild.py#newcode88 pydir/szbuild.py:88: """ On 2014/09/08 23:14:16, JF wrote: > Change the ...
6 years, 3 months ago (2014-09-09 00:56:20 UTC) #4
JF
shellcmd is mildly icky, but I'll let other pythonistas quibble over it and call it ...
6 years, 3 months ago (2014-09-09 01:22:25 UTC) #5
jvoung (off chromium)
LGTM too https://codereview.chromium.org/551953002/diff/40001/pydir/szbuild.py File pydir/szbuild.py (right): https://codereview.chromium.org/551953002/diff/40001/pydir/szbuild.py#newcode13 pydir/szbuild.py:13: """Creates a regex string from an array ...
6 years, 3 months ago (2014-09-09 17:28:58 UTC) #6
Jim Stichnoth
https://codereview.chromium.org/551953002/diff/40001/pydir/szbuild.py File pydir/szbuild.py (right): https://codereview.chromium.org/551953002/diff/40001/pydir/szbuild.py#newcode13 pydir/szbuild.py:13: """Creates a regex string from an array of patterns ...
6 years, 3 months ago (2014-09-09 18:14:16 UTC) #7
Jim Stichnoth
6 years, 3 months ago (2014-09-09 18:19:18 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as 10ea698 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698