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

Issue 23601038: Add HLoadRoot hydrogen instruction. (Closed)

Created:
7 years, 3 months ago by Benedikt Meurer
Modified:
7 years, 3 months ago
Reviewers:
mvstanton, Sven Panne, danno
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -0 lines) Patch
M src/arm/lithium-arm.h View 2 chunks +10 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 2 chunks +35 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +10 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +10 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Benedikt Meurer
Hey danno, Here's the new HLoadRoot instruction which is required for the NumberToStringStub hydrogen version. ...
7 years, 3 months ago (2013-09-17 09:35:02 UTC) #1
Benedikt Meurer
7 years, 3 months ago (2013-09-18 10:01:51 UTC) #2
Sven Panne
lgtm
7 years, 3 months ago (2013-09-19 06:06:19 UTC) #3
Benedikt Meurer
Committed patchset #1 manually as r16807 (presubmit successful).
7 years, 3 months ago (2013-09-19 06:08:26 UTC) #4
titzer
On 2013/09/19 06:08:26, Benedikt Meurer wrote: > Committed patchset #1 manually as r16807 (presubmit successful). ...
7 years, 3 months ago (2013-09-19 16:33:47 UTC) #5
Benedikt Meurer
7 years, 3 months ago (2013-09-20 05:32:45 UTC) #6
Message was sent while issue was closed.
On 2013/09/19 16:33:47, titzer wrote:
> On 2013/09/19 06:08:26, Benedikt Meurer wrote:
> > Committed patchset #1 manually as r16807 (presubmit successful).
> 
> I don't like the idea of another instruction modeling a direct load. We
already
> have 3 types of loads as it is: HLoadNamedField, HLoadKeyed, and
> HLoadGlobalCell. I think at least one of them should be capable of modeling a
> load from the root set.

I was talking to danno about this, but the other instructions are already way
too complex, and danno recommended to add a new one instead.

Powered by Google App Engine
This is Rietveld 408576698