Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:msvc

2349         Looking like MSVC doesn't like static variables in inline methods?
5383 Reviewed by NOBODY (Why should i expect msvc to list all the errors in a file?).
8227 * API/JSBase.h: Export symbols with JS_EXPORT when using MSVC.
18807 linux-g++ and win32-msvc.
20310 Factored out an MSVC customization into a constant.
24920 Borrow some math functions from the MSVC port to the build with the
24952 for MSVC.
26002 matches Darwin/MSVC fixing CTI/WREC on Linux.
26958 1) slowness under MSVC, since it doesn't handle a
27526 cti_op functions. Apparently, MSVC doesn't handle returning
27815 (JSC::Machine::Machine): Use JSCell* type since MSVC seems to only allow
29102 for future improvements and lets us focus on GCC 4.2+ and MSVC.
29484 as MSVC by fixing some preprocessor conditionals.
29487 don't actually enable it except when building with MSVC. GCC on Win32
31781 This results in a 3.6% progression on the v8 benchmark when compiled with MSVC.
33541 Fixed lack of Vector buffer alignment for both GCC and MSVC.
34379 Add some extra parentheses to stop MSVC from complaining so much.
36417 Jump through the necessary hoops required to make MSVC cooperate with SFX
36421 convention seems to state MSVC generates code that returns the result value
36422 through ecx). SFX behaves slightly differently under MSVC, specifically it
36425 This is necessary as MSVC's optimisations assume they have complete control
36427 values in unexpected ways. MSVC
36428 clobber the first argument, so the MSVC path is slightly less efficient due
39742 * API/OpaqueJSString.h: Add a namespace to friend declaration to appease MSVC.