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

Issue 601074: Remove a generated mov and jmp. (Closed)

Created:
10 years, 10 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Remove a generated mov and jmp. Remove a move and jump from the fast-path code in the speculative backend. Ultimately, this code belongs to the bailout and not the fast path.

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
10 years, 10 months ago (2010-02-15 10:15:10 UTC) #1
fschneider
10 years, 10 months ago (2010-02-15 10:38:02 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698