git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Switch CTI runtime calls to the fastcall calling convention
[WebKit-https.git]
/
JavaScriptCore
/
wtf
/
Platform.h
diff --git
a/JavaScriptCore/wtf/Platform.h
b/JavaScriptCore/wtf/Platform.h
index
ce85980
..
e0ede48
100644
(file)
--- a/
JavaScriptCore/wtf/Platform.h
+++ b/
JavaScriptCore/wtf/Platform.h
@@
-368,4
+368,8
@@
#define WTF_USE_CTI_ARGUMENT 1
#endif
+#if COMPILER(MSVC)
+#define WTF_USE_FAST_CALL_CTI_ARGUMENT 1
+#endif
+
#endif /* WTF_Platform_h */