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 6596032: X64: Add a jumptable to for deoptimization checks on X64.... (Closed)

Created:
9 years, 9 months ago by Rico
Modified:
9 years, 6 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

X64: Add a jumptable to for deoptimization checks on X64. The current version includes an extra jump compared to IA32, because we need to load the jump address into a register and do an indirect jump, but in the normal case we just jump over this by negating the deoptimization conditional. Committed: http://code.google.com/p/v8/source/detail?r=6972

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -4 lines) Patch
M src/x64/lithium-codegen-x64.h View 1 4 chunks +11 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 3 chunks +22 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Rico
9 years, 9 months ago (2011-02-28 07:26:54 UTC) #1
Lasse Reichstein
LGTM http://codereview.chromium.org/6596032/diff/1/src/x64/lithium-codegen-x64.cc File src/x64/lithium-codegen-x64.cc (right): http://codereview.chromium.org/6596032/diff/1/src/x64/lithium-codegen-x64.cc#newcode526 src/x64/lithium-codegen-x64.cc:526: JumpTableEntry* jump_info = new JumpTableEntry(); Can we generate ...
9 years, 9 months ago (2011-02-28 08:42:30 UTC) #2
Rico
Comments addressed, please take another look http://codereview.chromium.org/6596032/diff/1/src/x64/lithium-codegen-x64.cc File src/x64/lithium-codegen-x64.cc (right): http://codereview.chromium.org/6596032/diff/1/src/x64/lithium-codegen-x64.cc#newcode526 src/x64/lithium-codegen-x64.cc:526: JumpTableEntry* jump_info = ...
9 years, 9 months ago (2011-02-28 09:57:12 UTC) #3
Lasse Reichstein
9 years, 9 months ago (2011-02-28 13:56:30 UTC) #4
LGTM too.

Powered by Google App Engine
This is Rietveld 408576698