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

Issue 837393005: Subzero: Write float/double constant pools directly to the ELF file. (Closed)

Created:
5 years, 11 months ago by jvoung (off chromium)
Modified:
5 years, 11 months ago
Reviewers:
kschimpf, Jim Stichnoth
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: Write float/double constant pools directly to the ELF file. Create the section, write the data and define the symbols in the symbol table. BUG=none R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=91a3e2c9973fb8bd264c9bcbe45081cf8fb24922

Patch Set 1 #

Patch Set 2 : misc cleanup #

Total comments: 9

Patch Set 3 : review #

Patch Set 4 : use WriteAmt everywhere #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -22 lines) Patch
M src/IceELFObjectWriter.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M src/IceELFObjectWriter.cpp View 1 2 3 2 chunks +56 lines, -0 lines 0 comments Download
M src/IceOperand.h View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M src/IceTargetLoweringX8632.cpp View 1 4 chunks +10 lines, -8 lines 0 comments Download
M src/IceTranslator.cpp View 1 chunk +2 lines, -7 lines 0 comments Download
M tests_lit/llvm2ice_tests/elf_container.ll View 3 chunks +79 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
jvoung (off chromium)
https://codereview.chromium.org/837393005/diff/20001/src/IceELFObjectWriter.cpp File src/IceELFObjectWriter.cpp (right): https://codereview.chromium.org/837393005/diff/20001/src/IceELFObjectWriter.cpp#newcode340 src/IceELFObjectWriter.cpp:340: // defining the function in the .cpp file instead ...
5 years, 11 months ago (2015-01-09 02:05:50 UTC) #2
Jim Stichnoth
otherwise lgtm. https://codereview.chromium.org/837393005/diff/20001/src/IceELFObjectWriter.cpp File src/IceELFObjectWriter.cpp (right): https://codereview.chromium.org/837393005/diff/20001/src/IceELFObjectWriter.cpp#newcode297 src/IceELFObjectWriter.cpp:297: if (Pool.size() == 0) { Pool.empty() https://codereview.chromium.org/837393005/diff/20001/src/IceELFObjectWriter.cpp#newcode321 ...
5 years, 11 months ago (2015-01-09 19:23:45 UTC) #3
jvoung (off chromium)
https://codereview.chromium.org/837393005/diff/20001/src/IceELFObjectWriter.cpp File src/IceELFObjectWriter.cpp (right): https://codereview.chromium.org/837393005/diff/20001/src/IceELFObjectWriter.cpp#newcode297 src/IceELFObjectWriter.cpp:297: if (Pool.size() == 0) { On 2015/01/09 19:23:45, stichnot ...
5 years, 11 months ago (2015-01-09 19:52:16 UTC) #4
jvoung (off chromium)
5 years, 11 months ago (2015-01-09 21:01:49 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
91a3e2c9973fb8bd264c9bcbe45081cf8fb24922 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698