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

Issue 12221033: Use asserts instead of branches to avoid fast array methods for observed arrays (Closed)

Created:
7 years, 10 months ago by adamk
Modified:
7 years, 10 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

Use asserts instead of branches to avoid fast array methods for observed arrays Because observed arrays should always be in dictionary mode, we'll always fall back to the JS version anyway. Committed: https://code.google.com/p/v8/source/detail?r=13612

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -21 lines) Patch
M src/builtins.cc View 5 chunks +6 lines, -21 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
adamk
7 years, 10 months ago (2013-02-06 02:14:52 UTC) #1
rossberg
7 years, 10 months ago (2013-02-06 09:23:00 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698