Enable compilation of very simple functions in x64 crankshaft.
authorricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 17 Jan 2011 13:11:39 +0000 (13:11 +0000)
committerricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 17 Jan 2011 13:11:39 +0000 (13:11 +0000)
commit3d245133a3ccc09285b975ff3d41a9c62edbe9be
treec3fdbb0b7fde87b122767504637635172fcec3ae
parente7610a3e14e7792753523291314654b80e6f0bb2
Enable compilation of very simple functions in x64 crankshaft.

This change includes support for safepointtables and adding deoptimization info (but not for deoptimizing).

Implemented crankshaft functions:
CallCode
GenerateSafepointTable
RegisterEnvironmentForDeoptimization
EmitGoto

This change allows us to compile very simple functions with crankshaft:
An empty function
A function returning a constant.
A function returning a parameter.

There is 6 disabled tests that require us to be able to deoptimize
which is currently not supported.

Review URL: http://codereview.chromium.org/6310009

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6350 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/x64/assembler-x64.cc
src/x64/assembler-x64.h
src/x64/deoptimizer-x64.cc
src/x64/frames-x64.h
src/x64/lithium-codegen-x64.cc
test/cctest/cctest.status
test/mjsunit/mjsunit.status