Reviewers: Søren Gjesse,
Message:
Hi,
Here is some update for MIPS to do a simple global function call.
It has been tested to execute some code like:
function foo() {
return 0x1234;
}
foo();
The code was tested with a customized shell:
in shell.cc use
v8::Handle<v8::Context> context = v8::Context::New();
instead of
8::Handle<v8::Context> context = v8::Context::New(NULL, global);
Regards,
Alexandre
Please review this at http://codereview.chromium.org/1018001
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M src/mips/builtins-mips.cc
M src/mips/codegen-mips-inl.h
M src/mips/codegen-mips.h
M src/mips/codegen-mips.cc
M src/mips/frames-mips.h
M src/mips/frames-mips.cc
M src/mips/ic-mips.cc
M src/mips/jump-target-mips.cc
M src/mips/macro-assembler-mips.h
M src/mips/macro-assembler-mips.cc
M src/mips/stub-cache-mips.cc
M src/mips/virtual-frame-mips.h
M src/mips/virtual-frame-mips.cc
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev