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

Issue 787333005: Subzero: Pull the node name out of the node structure. (Closed)

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

Description

Subzero: Pull the node name out of the node structure. Instead, non-empty node names are kept in a single vector in the Cfg object. This is toward the goal of pulling non-POD fields out of the CfgNode class so that CfgNode can be arena-allocated and not leak memory. Also, actual setting of the node name is now guarded by ALLOW_DUMP. BUG= none R=jvoung@chromium.org, kschimpf@google.com Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=668a7a333d6ddc3102b5b7c7c07448f6d259113c

Patch Set 1 #

Patch Set 2 : Add a comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -18 lines) Patch
M src/IceCfg.h View 1 2 chunks +10 lines, -1 line 0 comments Download
M src/IceCfg.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/IceCfgNode.h View 2 chunks +8 lines, -7 lines 0 comments Download
M src/IceCfgNode.cpp View 2 chunks +7 lines, -6 lines 0 comments Download
M src/IceConverter.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M src/PNaClTranslator.cpp View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
Jim Stichnoth
6 years ago (2014-12-10 21:28:48 UTC) #2
Karl
lgtm
6 years ago (2014-12-10 21:35:06 UTC) #3
jvoung (off chromium)
lgtm too
6 years ago (2014-12-10 21:52:18 UTC) #4
Jim Stichnoth
6 years ago (2014-12-10 23:32:29 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
668a7a333d6ddc3102b5b7c7c07448f6d259113c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698