return results directly instead of using the context
authorLars Knoll <lars.knoll@digia.com>
Sun, 18 Nov 2012 23:00:50 +0000 (00:00 +0100)
committerErik Verbruggen <erik.verbruggen@digia.com>
Tue, 20 Nov 2012 08:40:14 +0000 (09:40 +0100)
commit79753b8fe5f3df79a9a4208056ac05281b5f97d0
tree04c083834b8a8346d2ac51881dee981f538bb317
parent95e8de83dccc12b58e065ac7f0c54de25f580bf2
return results directly instead of using the context

The result variable in the context is not really
required, as we can return results directly in the
return value register.

Change-Id: I12554c228500aa24625ef82e31fd7f72989a71bb
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
16 files changed:
llvm_runtime.cpp
main.cpp
moth/qv4vme_moth.cpp
moth/qv4vme_moth_p.h
qmljs_engine.cpp
qmljs_engine.h
qmljs_environment.cpp
qmljs_environment.h
qmljs_objects.cpp
qmljs_objects.h
qmljs_runtime.cpp
qmljs_runtime.h
qv4ecmaobjects.cpp
qv4ecmaobjects_p.h
qv4ir_p.h
qv4isel_masm.cpp