Branch: Tag:

2013-11-02

2013-11-02 14:46:06 by Martin Nilsson <nilsson@opera.com>

Add strlen in operators instead of master, with more narrowtype.

5919:    tFunc(tOr5(tStr,tMultiset,tArray,tMapping,tObj),tIntPos),    OPT_TRY_OPTIMIZE, optimize_sizeof, generate_sizeof);    +  ADD_EFUN2("strlen", f_sizeof, +  tFunc(tStr,tIntPos), OPT_TRY_OPTIMIZE, optimize_sizeof, +  generate_sizeof); +     /* function(mixed,mixed ...:mixed) */    ADD_EFUN2("`()",f_call_function,tFuncV(tMix,tMix,tMix),OPT_SIDE_EFFECT | OPT_EXTERNAL_DEPEND,0,generate_call_function);