Move code stub implementations from codegen-[platform].cc files to new...
Move code stub implementations from codegen-[platform].cc files to new code-stub-[platform].cc files, and declarations to new code-stub-[platform].h files. Remaining work is to do the same for platform-independent code stub declarations, and to remove all dependencies on codegen header files from code stub files. Review URL: http://codereview.chromium.org/3195022 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5338 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Showing
src/arm/code-stubs-arm.cc
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/arm/code-stubs-arm.h
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
src/ia32/code-stubs-ia32.cc
0 → 100644
This diff is collapsed.
src/ia32/code-stubs-ia32.h
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
src/x64/code-stubs-x64.cc
0 → 100644
This diff is collapsed.
src/x64/code-stubs-x64.h
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please
register
or
sign in
to comment