Chromium Code Reviews

Issue 8775009: Insert proper padding between lazy deoptimization points and safepoints. (Closed)

Created:
9 years ago by fschneider
Modified:
9 years ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Insert proper padding between lazy deoptimization points and safepoints. On x64 we need 13 bytes for patching the call for lazy deopt. We have to make sure that patching does not overwrite the code at the safepoint. BUG=v8:1847 Committed: http://code.google.com/p/v8/source/detail?r=10126

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+12 lines, -10 lines)
M src/x64/lithium-codegen-x64.h View 1 chunk +1 line, -1 line 0 comments
M src/x64/lithium-codegen-x64.cc View 5 chunks +11 lines, -9 lines 0 comments

Messages

Total messages: 2 (0 generated)
fschneider
9 years ago (2011-12-01 14:12:33 UTC) #1
Jakob Kummerow
9 years ago (2011-12-01 14:15:56 UTC) #2
LGTM

Powered by Google App Engine