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

Issue 14451003: Pretenure ASCII cons string in high promotion mode. (Closed)

Created:
7 years, 8 months ago by Hannes Payer (out of office)
Modified:
7 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Pretenure ASCII cons string in high promotion mode. BUG= Committed: https://code.google.com/p/v8/source/detail?r=14540

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Patch Set 7 : #

Total comments: 4

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -19 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 3 2 chunks +31 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 1 chunk +28 lines, -2 lines 0 comments Download
M src/assembler.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M src/heap.h View 1 2 3 4 5 6 7 3 chunks +12 lines, -2 lines 0 comments Download
M src/heap.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 4 5 6 7 2 chunks +28 lines, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 1 chunk +25 lines, -3 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 5 3 chunks +9 lines, -4 lines 0 comments Download
M src/serialize.cc View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 2 chunks +30 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 1 chunk +27 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Hannes Payer (out of office)
7 years, 7 months ago (2013-05-03 08:04:22 UTC) #1
Hannes Payer (out of office)
after discussing offline with mstarzinger I added a GetPretenureMode() function
7 years, 7 months ago (2013-05-03 09:17:55 UTC) #2
Michael Starzinger
First round of comments. Second round for the new patch set coming up. https://codereview.chromium.org/14451003/diff/13001/src/assembler.cc File ...
7 years, 7 months ago (2013-05-03 09:33:10 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/14451003/diff/13001/src/assembler.cc File src/assembler.cc (right): https://codereview.chromium.org/14451003/diff/13001/src/assembler.cc#newcode1208 src/assembler.cc:1208: return ExternalReference(isolate->heap()-> On 2013/05/03 09:33:10, Michael Starzinger wrote: > ...
7 years, 7 months ago (2013-05-03 09:35:43 UTC) #4
Michael Starzinger
LGTM with a final round of comments. https://codereview.chromium.org/14451003/diff/20001/src/heap.h File src/heap.h (right): https://codereview.chromium.org/14451003/diff/20001/src/heap.h#newcode1988 src/heap.h:1988: intptr_t new_space_high_promotion_mode_active_; ...
7 years, 7 months ago (2013-05-03 09:58:21 UTC) #5
Hannes Payer (out of office)
https://codereview.chromium.org/14451003/diff/20001/src/heap.h File src/heap.h (right): https://codereview.chromium.org/14451003/diff/20001/src/heap.h#newcode1988 src/heap.h:1988: intptr_t new_space_high_promotion_mode_active_; On 2013/05/03 09:58:21, Michael Starzinger wrote: > ...
7 years, 7 months ago (2013-05-03 10:27:32 UTC) #6
Hannes Payer (out of office)
7 years, 7 months ago (2013-05-03 10:36:28 UTC) #7
Message was sent while issue was closed.
Committed patchset #8 manually as r14540 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698