* core: stubbed out operator overloading in the jit. anything that isn't an integer...
author_why <why@whytheluckystiff.net>
Thu, 2 Jul 2009 05:00:53 +0000 (22:00 -0700)
committer_why <why@whytheluckystiff.net>
Thu, 2 Jul 2009 05:00:53 +0000 (22:00 -0700)
commit378386a362dc1679cebb7c0de0dc084e809fab43
tree1fbfe7521efb805d8ba5a160ce1072261117a29b
parent1431aea92b357bcddd2bef2fdbff2ea94cd6fbae
 * core: stubbed out operator overloading in the jit. anything that isn't an integer goes through method dispatch.
core/internal.c
core/objmodel.c
core/potion.h
core/vm-ppc.c
core/vm-x86.c
core/vm.c