Change code pointer in function objects to a pointer to the first
authorricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 20 Aug 2010 07:10:18 +0000 (07:10 +0000)
committerricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 20 Aug 2010 07:10:18 +0000 (07:10 +0000)
commit2982f5e3200ee860a4ff84f382704710230ff4f6
tree9e46e307e0e1226e426e046ff4236bef07c3f9c3
parent103d7c79937b6f513467736a9ee2731447c6b51f
Change code pointer in function objects to a pointer to the first
instruction.

By changing the pointer to the code object to a pointer to the first
instruction we can call directly this instruction directly instead of
looking up the address through the code object.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5309 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
19 files changed:
src/arm/builtins-arm.cc
src/arm/codegen-arm.cc
src/arm/macro-assembler-arm.cc
src/arm/macro-assembler-arm.h
src/ia32/builtins-ia32.cc
src/ia32/codegen-ia32.cc
src/ia32/macro-assembler-ia32.cc
src/ia32/macro-assembler-ia32.h
src/liveedit.cc
src/mark-compact.cc
src/objects-inl.h
src/objects.cc
src/objects.h
src/serialize.cc
src/serialize.h
src/x64/builtins-x64.cc
src/x64/codegen-x64.cc
src/x64/macro-assembler-x64.cc
src/x64/macro-assembler-x64.h