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

Issue 4277: Remove two cases of needlessly jumping to the next instruction. (Closed)

Created:
12 years, 3 months ago by Dean McNamee
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Remove two cases of needlessly jumping to the next instruction. The jump eliminator will remove these cases, but it's easy enough to just do statically in the code, and not require the eliminator to do it at runtime.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/codegen-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Dean McNamee
12 years, 3 months ago (2008-09-25 16:18:15 UTC) #1
I just set a breakpoint on the jump to next eliminator, and only found these two
cases ever get it.  If it makes the control flow too confusing (the switch one
is a big of a monster), I'm up for leaving it as is.  Leaving the jump to next
optimization is simple, but I want to get rid of the other stuff.

Powered by Google App Engine
This is Rietveld 408576698