wine/dlls/jscript
Jacek Caban 798ba715e3 jscript: Optimize iface_to_jsdisp by using vtbl comparison.
This is 14% win on SunSpider 0.9 benchmark.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-20 23:05:14 +09:00
..
tests jscript: Properly handle arguments in Object constructor. 2016-06-21 11:23:42 +09:00
activex.c
array.c jscript: Use IDispatch* as iface_to_jsdisp argument type. 2016-07-20 23:04:53 +09:00
bool.c
cc_parser.y
compile.c
date.c jscript: Date.parse: make "UTC"/"GMT" optional before the timezone offset. 2016-05-24 22:17:38 +09:00
decode.c
dispex.c jscript: Optimize iface_to_jsdisp by using vtbl comparison. 2016-07-20 23:05:14 +09:00
engine.c jscript: Use IDispatch* as iface_to_jsdisp argument type. 2016-07-20 23:04:53 +09:00
engine.h
error.c
function.c jscript: Use IDispatch* as iface_to_jsdisp argument type. 2016-07-20 23:04:53 +09:00
global.c
jscript_classes.idl
jscript_main.c
jscript.c
jscript.h jscript: Use IDispatch* as iface_to_jsdisp argument type. 2016-07-20 23:04:53 +09:00
jscript.rc
jscript.rgs
jscript.spec
jsglobal_dispid.h
jsglobal.idl
json.c jscript: Use IDispatch* as iface_to_jsdisp argument type. 2016-07-20 23:04:53 +09:00
jsregexp.c jscript: Use IDispatch* as iface_to_jsdisp argument type. 2016-07-20 23:04:53 +09:00
jsstr.c
jsstr.h
jsutils.c jscript: Use IDispatch* as iface_to_jsdisp argument type. 2016-07-20 23:04:53 +09:00
jsval.h
lex.c
Makefile.in
math.c
number.c
object.c jscript: Properly handle arguments in Object constructor. 2016-06-21 11:23:42 +09:00
parser.h
parser.y
regexp.c
regexp.h
resource.h
string.c jscript: Use IDispatch* as iface_to_jsdisp argument type. 2016-07-20 23:04:53 +09:00
vbarray.c