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

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

Created:
10 years, 10 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
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. Committed: http://code.google.com/p/v8/source/detail?r=3890

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

Powered by Google App Engine
This is Rietveld 408576698