On behalf of Andras Pahi:
commit7e8b11a8f780175ffe8a75021c60810cc9d80842
authorDavid.Griswold.256 <David.Griswold.256@0765cc13-ff1d-0410-8584-d7a1c31ec48e>
Thu, 19 Oct 2006 14:58:54 +0000 (19 14:58 +0000)
committerDavid.Griswold.256 <David.Griswold.256@0765cc13-ff1d-0410-8584-d7a1c31ec48e>
Thu, 19 Oct 2006 14:58:54 +0000 (19 14:58 +0000)
treeed4f8e92ba1971a5039beda134de19d0d2cd93b2
parentd51493dce7867b5fd54e465fe8664eaf7e41cbb7
On behalf of Andras Pahi:

Now builds and runs under MS Visual Studio 8 (VC++ 2005 Express).

- Nasty bug where compare result was assumed to be -1,0,1 instead of <0, 0, >0.
- Inline and friend functions are now inlineable again.

git-svn-id: http://strongtalk.googlecode.com/svn/trunk@24 0765cc13-ff1d-0410-8584-d7a1c31ec48e
27 files changed:
vm/code/compiledIC.cpp
vm/code/compiledIC.hpp
vm/code/inliningdb.cpp
vm/code/inliningdb.hpp
vm/code/nativeInstruction.cpp
vm/code/nativeInstruction.hpp
vm/code/nmethod.cpp
vm/code/nmethod.hpp
vm/compiler/basicBlock.cpp
vm/interpreter/interpretedIC.cpp
vm/interpreter/interpretedIC.hpp
vm/interpreter/interpreter.cpp
vm/oops/byteArrayOop.cpp
vm/oops/byteArrayOop.hpp
vm/oops/klass.hpp
vm/oops/memOop.cpp
vm/oops/memOop.hpp
vm/oops/proxyOop.hpp
vm/oops/smiOop.cpp
vm/oops/smiOop.hpp
vm/prims/ERROR.LOG [deleted file]
vm/prims/dll.cpp
vm/prims/dll.hpp
vm/prims/integerOps.cpp
vm/prims/prim.cpp
vm/runtime/process.cpp
vm/topIncludes/types.hpp