#74 CompareNotSame

brian Mon 29 May 2006

I added a new operator !== which means not same (reference equality). It comes with a new opcode called CompareNotSame. I also added checks to the test suite to ensure that Ints in the range of -1024 to 65536 must be interned to use the === and !== operators. This is a guarantee when working with bytes or Unicode characters that you can use the optimized operators.

Login or Signup to reply.