Reviewers: Kasper Lund, Vyacheslav Egorov, Erik Corry,

Message:
Erik: Could you take a look at the snapshot part?

Slave: Could you take a look at the GC part?

Kasper: Could you take a look at everything :-)

Description:
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.


Please review this at http://codereview.chromium.org/3156028/show

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/arm/builtins-arm.cc
  M     src/arm/codegen-arm.cc
  M     src/arm/macro-assembler-arm.h
  M     src/arm/macro-assembler-arm.cc
  M     src/ia32/builtins-ia32.cc
  M     src/ia32/codegen-ia32.cc
  M     src/ia32/macro-assembler-ia32.h
  M     src/ia32/macro-assembler-ia32.cc
  M     src/liveedit.cc
  M     src/mark-compact.cc
  M     src/objects-inl.h
  M     src/objects.h
  M     src/objects.cc
  M     src/serialize.h
  M     src/serialize.cc
  M     src/x64/builtins-x64.cc
  M     src/x64/codegen-x64.cc
  M     src/x64/macro-assembler-x64.h
  M     src/x64/macro-assembler-x64.cc


--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

Reply via email to