[quake3-bugzilla] [Bug 4977] x86 qvm improvements

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Sun May 15 09:24:51 EDT 2011


https://bugzilla.icculus.org/show_bug.cgi?id=4977

--- Comment #17 from Thilo Schulz <arny at ats.s.bawue.de> 2011-05-15 09:24:48 EDT ---
Applied your patch r1985
I got rid of much of the ugly MSVC/GCC inline assembly code which did one and
the same thing anyways.
I'm wondering about a few things though.

In the constant optimization function:

        case OP_CALL:
                if ( NextConstant4() < 0 )
                        break;

why not allow syscalls to be optimized in the same way intra-VM-Calls are?

Next thing I'm wondering why we need the jump tables built into the VM. Can't
we just build the jused array in the first pass?

-- 
Configure bugmail: https://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the quake3-bugzilla mailing list