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

Issue 2672001: Port fast eval calls to x64 and ARM. For global variables that can... (Closed)

Created:
10 years, 6 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Port fast eval calls to x64 and ARM. For global variables that can only be shadowed by eval-introduced variables we usually do not need to do a context lookup in the runtime system. Committed: http://code.google.com/p/v8/source/detail?r=4803

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -9 lines) Patch
M src/arm/codegen-arm.cc View 2 chunks +44 lines, -4 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +45 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
10 years, 6 months ago (2010-06-04 12:25:52 UTC) #1
Erik Corry
10 years, 6 months ago (2010-06-04 15:35:33 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698