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

Issue 167123004: A64: Update DoAllocate() to use a W register for the size (Closed)

Created:
6 years, 10 months ago by jochen (gone - plz use gerrit)
Modified:
6 years, 10 months ago
Reviewers:
m.m.capewell, ulan
CC:
v8-dev
Visibility:
Public.

Description

A64: Update DoAllocate() to use a W register for the size Inputs should always be 32bit BUG=none R=m.m.capewell@googlemail.com, ulan@chromium.org LOG=n Committed: https://code.google.com/p/v8/source/detail?r=19426

Patch Set 1 #

Total comments: 5

Patch Set 2 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M src/a64/lithium-codegen-a64.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jochen (gone - plz use gerrit)
6 years, 10 months ago (2014-02-17 15:20:39 UTC) #1
m.m.capewell
https://codereview.chromium.org/167123004/diff/1/src/a64/lithium-codegen-a64.cc File src/a64/lithium-codegen-a64.cc (right): https://codereview.chromium.org/167123004/diff/1/src/a64/lithium-codegen-a64.cc#newcode1519 src/a64/lithium-codegen-a64.cc:1519: __ Sub(temp1, ToRegister32(instr->size()), kPointerSize); I'm surprised that this builds, ...
6 years, 10 months ago (2014-02-17 15:48:44 UTC) #2
jochen (gone - plz use gerrit)
https://codereview.chromium.org/167123004/diff/1/src/a64/lithium-codegen-a64.cc File src/a64/lithium-codegen-a64.cc (right): https://codereview.chromium.org/167123004/diff/1/src/a64/lithium-codegen-a64.cc#newcode1508 src/a64/lithium-codegen-a64.cc:1508: Register size = ToRegister32(instr->size()); I have to extend this ...
6 years, 10 months ago (2014-02-17 16:17:26 UTC) #3
jochen (gone - plz use gerrit)
https://codereview.chromium.org/167123004/diff/1/src/a64/lithium-codegen-a64.cc File src/a64/lithium-codegen-a64.cc (right): https://codereview.chromium.org/167123004/diff/1/src/a64/lithium-codegen-a64.cc#newcode1508 src/a64/lithium-codegen-a64.cc:1508: Register size = ToRegister32(instr->size()); I have to extend this ...
6 years, 10 months ago (2014-02-17 16:17:26 UTC) #4
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-17 16:39:20 UTC) #5
jochen (gone - plz use gerrit)
6 years, 10 months ago (2014-02-18 08:59:11 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r19426 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698