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

Issue 1868113002: Subzero: Shorten and normalize strings in non-DUMP builds. (Closed)

Created:
4 years, 8 months ago by Jim Stichnoth
Modified:
4 years, 8 months ago
Reviewers:
Eric Holk, Karl, sehr, John
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: Shorten and normalize strings in non-DUMP builds. Jump table labels change from ".Lxxxxx_yy" to "$Jxxxxx_yy". Pooled float labels change from ".L$float$xxxxyyyy" to "$Fxxxxyyyy". Pooled double labels change from ".L$double$xxxxxxxxyyyyyyyy" to "$Dxxxxxxxxyyyyyyyy". All these should in theory not conflict with C/C++ user symbols. Float labels now likely fit into short strings and don't require extra memory allocation. Double labels may exceed the limit - encoding in base64 instead of hex would fix that. Or, directly use the binary bytes as the string value. BUG= none R=jpp@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=e922c23632172e4cb5629c702b77959fe18cc686

Patch Set 1 #

Total comments: 2

Patch Set 2 : Change prefixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -19 lines) Patch
M src/IceInst.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/IceOperand.h View 1 2 chunks +18 lines, -2 lines 0 comments Download
M tests_lit/llvm2ice_tests/bitcast.ll View 1 chunk +2 lines, -2 lines 0 comments Download
M tests_lit/llvm2ice_tests/elf_container.ll View 7 chunks +14 lines, -14 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
Jim Stichnoth
This seems to get a couple percent gain on the sandboxed translator with threads=4.
4 years, 8 months ago (2016-04-08 00:49:01 UTC) #3
John
lgtm https://codereview.chromium.org/1868113002/diff/1/src/IceInst.cpp File src/IceInst.cpp (right): https://codereview.chromium.org/1868113002/diff/1/src/IceInst.cpp#newcode582 src/IceInst.cpp:582: Ctx, "_J" + std::to_string(FuncName.getID()) + "_" + std::to_string(Id)); ...
4 years, 8 months ago (2016-04-08 15:47:46 UTC) #4
Jim Stichnoth
https://codereview.chromium.org/1868113002/diff/1/src/IceInst.cpp File src/IceInst.cpp (right): https://codereview.chromium.org/1868113002/diff/1/src/IceInst.cpp#newcode582 src/IceInst.cpp:582: Ctx, "_J" + std::to_string(FuncName.getID()) + "_" + std::to_string(Id)); On ...
4 years, 8 months ago (2016-04-09 15:54:09 UTC) #6
Jim Stichnoth
4 years, 8 months ago (2016-04-09 15:54:25 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
e922c23632172e4cb5629c702b77959fe18cc686 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698