Chromium Code Reviews

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

Created:
7 years, 7 months ago by palfia
Modified:
7 years, 7 months ago
Reviewers:
kisg, Paul Lind, Hannes Payer (out of office), kilvadyb, danno
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Pretenure ASCII cons string in high promotion mode. Port r14540 (c6093a6e) BUG= Committed: https://code.google.com/p/v8/source/detail?r=14549

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed register name #

Unified diffs Side-by-side diffs Stats (+59 lines, -2 lines)
M src/mips/code-stubs-mips.cc View 2 chunks +31 lines, -0 lines 0 comments
M src/mips/macro-assembler-mips.cc View 1 chunk +28 lines, -2 lines 0 comments

Messages

Total messages: 5 (0 generated)
palfia
7 years, 7 months ago (2013-05-03 22:43:55 UTC) #1
Paul Lind
There is one register naming problem here that should be fixed. THis issue exists in ...
7 years, 7 months ago (2013-05-03 23:24:27 UTC) #2
palfia
Thanks, the fixed patchset is uploaded. https://codereview.chromium.org/14678006/diff/1/src/mips/macro-assembler-mips.cc File src/mips/macro-assembler-mips.cc (right): https://codereview.chromium.org/14678006/diff/1/src/mips/macro-assembler-mips.cc#newcode3144 src/mips/macro-assembler-mips.cc:3144: lw(scratch1, MemOperand(t0, 0)); ...
7 years, 7 months ago (2013-05-03 23:50:39 UTC) #3
Paul Lind
lgtm, thanks!
7 years, 7 months ago (2013-05-03 23:54:27 UTC) #4
palfia
7 years, 7 months ago (2013-05-03 23:55:15 UTC) #5
Message was sent while issue was closed.
Committed manually as r14549 (presubmit successful).

Powered by Google App Engine