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

Issue 19425: Change FastCharCodeAt to use a virtual frame. (Closed)

Created:
11 years, 11 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Change FastCharCodeAt to use a virtual frame. Committed: http://code.google.com/p/v8/source/detail?r=1194

Patch Set 1 #

Total comments: 24

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -58 lines) Patch
M src/codegen-ia32.cc View 1 2 1 chunk +80 lines, -58 lines 0 comments Download
M src/jump-target.h View 1 2 3 chunks +14 lines, -0 lines 0 comments Download
M src/jump-target-ia32.cc View 1 2 3 chunks +104 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
William Hesse
A first look at these changes. They compile, but there may still be a few ...
11 years, 11 months ago (2009-01-28 14:17:18 UTC) #1
Kevin Millikin (Chromium)
I know this isn't completed or tested, but I found some possible sources of bugs. ...
11 years, 10 months ago (2009-01-29 10:16:53 UTC) #2
William Hesse
http://codereview.chromium.org/19425/diff/1/3 File src/codegen-ia32.cc (right): http://codereview.chromium.org/19425/diff/1/3#newcode3480 Line 3480: set_in_spilled_code(false); On 2009/01/29 10:16:53, Kevin Millikin wrote: > ...
11 years, 10 months ago (2009-01-30 11:26:19 UTC) #3
Kevin Millikin (Chromium)
11 years, 10 months ago (2009-01-30 12:44:20 UTC) #4
I didn't pore over the code too closely, but it looks OK.  If it passes all the
tests we have in both modes, then put it in and see if it makes any difference.

Powered by Google App Engine
This is Rietveld 408576698