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

Issue 3104027: Fix bug in 64 bit codegen causing us to always go slowcase in apply.... (Closed)

Created:
10 years, 4 months ago by Rico
Modified:
9 years, 6 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Fix bug in 64 bit codegen causing us to always go slowcase in apply. After introducing the direct instruction pointer in functions the CallApplyLazy method was changed on all platforms. The change made to the 64 bit version was wrong, not using the right operand for the code comparisons always forcing us into slow case. Committed: http://code.google.com/p/v8/source/detail?r=5317

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/x64/codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Rico
10 years, 4 months ago (2010-08-23 11:17:43 UTC) #1
Kasper Lund
10 years, 4 months ago (2010-08-23 11:19:59 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698