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

Issue 235153003: Handlify code allocation. (Closed)

Created:
6 years, 8 months ago by Yang
Modified:
6 years, 8 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : fix mips tests #

Total comments: 6

Patch Set 3 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+320 lines, -512 lines) Patch
M src/arm/assembler-arm.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/assembler-arm.cc View 2 chunks +11 lines, -8 lines 0 comments Download
M src/arm64/assembler-arm64.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/assembler-arm64.cc View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M src/builtins.cc View 2 chunks +6 lines, -21 lines 0 comments Download
M src/factory.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/factory.cc View 1 2 2 chunks +66 lines, -5 lines 0 comments Download
M src/heap.h View 1 2 1 chunk +1 line, -13 lines 0 comments Download
M src/heap.cc View 1 2 1 chunk +10 lines, -80 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/assembler-ia32.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M src/mips/assembler-mips.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/mips/assembler-mips.cc View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 18 chunks +70 lines, -122 lines 0 comments Download
M test/cctest/test-assembler-arm64.cc View 1 chunk +3 lines, -7 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 13 chunks +41 lines, -75 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 1 2 15 chunks +44 lines, -89 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 4 chunks +12 lines, -22 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 chunk +5 lines, -8 lines 0 comments Download
M test/cctest/test-disasm-x64.cc View 1 chunk +5 lines, -8 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 1 chunk +8 lines, -14 lines 0 comments Download
M test/cctest/test-macro-assembler-arm.cc View 2 chunks +6 lines, -12 lines 0 comments Download
M test/cctest/test-macro-assembler-mips.cc View 1 chunk +3 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Yang
6 years, 8 months ago (2014-04-11 13:15:38 UTC) #1
Yang
On 2014/04/11 13:15:38, Yang wrote: *creeping up behind your shoulder*
6 years, 8 months ago (2014-04-15 14:53:31 UTC) #2
Michael Starzinger
LGTM, just nits. https://codereview.chromium.org/235153003/diff/20001/src/factory.h File src/factory.h (right): https://codereview.chromium.org/235153003/diff/20001/src/factory.h#newcode417 src/factory.h:417: // by containing this pointer. nit: ...
6 years, 8 months ago (2014-04-16 11:10:03 UTC) #3
Michael Starzinger
Comment from offline discussion. https://codereview.chromium.org/235153003/diff/20001/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/235153003/diff/20001/src/heap.cc#newcode3874 src/heap.cc:3874: code->set_ic_age(global_ic_age_); As per offline discussion: ...
6 years, 8 months ago (2014-04-16 11:25:39 UTC) #4
Yang
On 2014/04/16 11:25:39, Michael Starzinger wrote: > Comment from offline discussion. > > https://codereview.chromium.org/235153003/diff/20001/src/heap.cc > ...
6 years, 8 months ago (2014-04-16 11:29:50 UTC) #5
Yang
https://codereview.chromium.org/235153003/diff/20001/src/factory.h File src/factory.h (right): https://codereview.chromium.org/235153003/diff/20001/src/factory.h#newcode417 src/factory.h:417: // by containing this pointer. On 2014/04/16 11:10:04, Michael ...
6 years, 8 months ago (2014-04-16 11:29:54 UTC) #6
Yang
6 years, 8 months ago (2014-04-16 11:39:27 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r20795 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698