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

Issue 144023002: MIPS: Stay in fast enum case if the empty_slow_element_dictionary is used. (Closed)

Created:
6 years, 11 months ago by kilvadyb
Modified:
6 years, 11 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Stay in fast enum case if the empty_slow_element_dictionary is used. Port r18705 (78b4ea3) Original commit message: This fixes slow for-in over frozen objects. BUG=

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M src/mips/macro-assembler-mips.cc View 1 chunk +7 lines, -1 line 1 comment Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 11 months ago (2014-01-21 13:17:11 UTC) #1
Paul Lind
LGTM. https://codereview.chromium.org/144023002/diff/1/src/mips/macro-assembler-mips.cc File src/mips/macro-assembler-mips.cc (right): https://codereview.chromium.org/144023002/diff/1/src/mips/macro-assembler-mips.cc#newcode5557 src/mips/macro-assembler-mips.cc:5557: // Check that there are no elements. Register ...
6 years, 11 months ago (2014-01-21 17:46:12 UTC) #2
Paul Lind
6 years, 11 months ago (2014-01-21 17:50:17 UTC) #3
Committed as r18721.

Powered by Google App Engine
This is Rietveld 408576698