At 10:39 AM +0200 4/30/04, Leopold Toetsch wrote:
- There is only an is_equal vtable but an MMD_STREQ define and default function
- {eq,ne}_{str,num} opcodes are using VTABLE_cmp, which is fine but could be inefficient especially for strings
- cmp/cmp_num is handled by the same MMD slot

Yeah, we need to get that set.

There should be separate string and numeric equality testing.

There should be a split numeric and string comparison table.

I can see wanting a separate "thing" comparison method, in those cases where people don't want to treat their PMCs as either a number or a string for comparison purposes, but we can defer that one for now.
--
Dan


--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to