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

Issue 1245983003: ARM: [stubs] Optimize LoadGlobalViaContextStub and StoreGlobalViaContextStub (Closed)

Created:
5 years, 5 months ago by martyn.capewell
Modified:
5 years, 5 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

ARM: [stubs] Optimize LoadGlobalViaContextStub and StoreGlobalViaContextStub ARM and ARM64 changes required for https://codereview.chromium.org/1238143002/ BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+357 lines, -54 lines) Patch
M src/arm/code-stubs-arm.cc View 1 chunk +151 lines, -0 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +33 lines, -23 lines 0 comments Download
M src/arm/interface-descriptors-arm.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 chunk +140 lines, -0 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 2 chunks +29 lines, -23 lines 0 comments Download
M src/arm64/interface-descriptors-arm64.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/arm64/macro-assembler-arm64.h View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
Benedikt Meurer
5 years, 5 months ago (2015-07-24 03:18:44 UTC) #2
Thanks a lot.

Powered by Google App Engine
This is Rietveld 408576698