Split CallBuitin variants into separate instructions.
authorErik Verbruggen <erik.verbruggen@me.com>
Sun, 27 Jan 2013 08:59:37 +0000 (09:59 +0100)
committerLars Knoll <lars.knoll@digia.com>
Tue, 29 Jan 2013 08:35:24 +0000 (09:35 +0100)
commit8caa74dce24963fb56d64ce631588ae31f9658a6
treee82d358aacbd7d7b7e75bd6bca7db16fb19cc539
parentdb75237fff1cf6a657acd3eae2e79f2dc166979c
Split CallBuitin variants into separate instructions.

This saves space by removing (sometimes) unused parameters, and the need
to store and switch over another enum to determine which of the various
built-in instructions is called.

Change-Id: Ie59c49608bf445a07d406b45fd48cfb94bbfc919
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
moth/qv4instr_moth_p.h
moth/qv4isel_moth.cpp
moth/qv4vme_moth.cpp