Russell Shaw wrote:
How do i disable that? My code explicitly compares string pointers.
The best way is to intern all your strings. String interning is a fairly common efficient technique and you can look it up in Google. Andrew.
Russell Shaw wrote:
How do i disable that? My code explicitly compares string pointers.
The best way is to intern all your strings. String interning is a fairly common efficient technique and you can look it up in Google. Andrew.