pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:24:24 by Martin Nilsson <nilsson@opera.com>
7ed8dae04c419b7e7cd8f450e6d1a7cb2f5c0eaf (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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);