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

Issue 112913002: Split up HLoadNamedField and HStoreNamedField.

Created:
7 years ago by Toon Verwaest
Modified:
7 years ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Split up HLoadNamedField and HStoreNamedField. Splits up HLoadNamedField into two loads for fields in the backing store. Splits up HStoreNamedField into 3 parts: - Load backing store if necessary - Store map if transitioning - Store field BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -112 lines) Patch
M src/hydrogen.cc View 3 chunks +18 lines, -15 lines 0 comments Download
M src/hydrogen-check-elimination.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M src/hydrogen-escape-analysis.cc View 1 chunk +1 line, -5 lines 0 comments Download
M src/hydrogen-instructions.h View 8 chunks +9 lines, -24 lines 0 comments Download
M src/hydrogen-instructions.cc View 6 chunks +26 lines, -5 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 5 chunks +3 lines, -34 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +2 lines, -6 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 2 chunks +5 lines, -17 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Toon Verwaest
PTAL
7 years ago (2013-12-11 16:10:42 UTC) #1
danno
7 years ago (2013-12-12 13:33:27 UTC) #2
Nice cleanup. Go ahead with the platform ports.

Powered by Google App Engine
This is Rietveld 408576698