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

Issue 1917006: Inlined load of string.length and array.length.... (Closed)

Created:
10 years, 7 months ago by SeRya
Modified:
9 years, 7 months ago
Reviewers:
Søren Thygesen Gjesse, sgjesse
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 : '' #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -7 lines) Patch
M src/debug.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M src/ic.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/ic.cc View 2 chunks +12 lines, -2 lines 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
SeRya
Changes in debug.cc needs to pass cctest/test-debug/DebugStepKeyedLoadLoop. It looks like breakpoints set on a named ...
10 years, 7 months ago (2010-05-05 11:55:17 UTC) #1
Søren Thygesen Gjesse
The debugger change looks right, and please add a test with a inlined named load. ...
10 years, 7 months ago (2010-05-05 12:33:12 UTC) #2
SeRya
Added the DebugStepNamedLoadLoop test. I checked that all the modified files are here. This change ...
10 years, 7 months ago (2010-05-05 14:50:09 UTC) #3
Søren Thygesen Gjesse
10 years, 7 months ago (2010-05-06 09:16:39 UTC) #4
LGTM

It is quite funny that we have had unused inlined code sitting there for .length
access on arrays and strings for so long.

Powered by Google App Engine
This is Rietveld 408576698