Changeset 67090 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Sep 9, 2010, 9:27:57 AM (15 years ago)
Author:
Csaba Osztrogonác
Message:

2010-09-09 Csaba Osztrogonác <Csaba Osztrogonác>

Reviewed by Gavin Barraclough.

[Qt] JSVALUE32_64 not works on Windows platform with MinGW compiler
https://bugs.webkit.org/show_bug.cgi?id=29268

  • wtf/Platform.h: Enable JSVALUE32_64 for Qt/Windows/MinGW, because it works now.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r67066 r67090  
     12010-09-09  Csaba Osztrogonác  <[email protected]>
     2
     3        Reviewed by Gavin Barraclough.
     4
     5        [Qt] JSVALUE32_64 not works on Windows platform with MinGW compiler
     6        https://bugs.webkit.org/show_bug.cgi?id=29268
     7
     8        * wtf/Platform.h: Enable JSVALUE32_64 for Qt/Windows/MinGW, because it works now.
     9
    1102010-09-08  Zoltan Herczeg  <[email protected]>
    211
  • trunk/JavaScriptCore/wtf/Platform.h

    r66991 r67090  
    931931#elif CPU(ARM_TRADITIONAL) && COMPILER(MSVC)
    932932#define WTF_USE_JSVALUE32 1
    933 #elif OS(WINDOWS) && COMPILER(MINGW)
    934 /* Using JSVALUE32_64 causes padding/alignement issues for JITStubArg
    935 on MinGW. See https://bugs.webkit.org/show_bug.cgi?id=29268 */
    936 #define WTF_USE_JSVALUE32 1
    937933#else
    938934#define WTF_USE_JSVALUE32_64 1
Note: See TracChangeset for help on using the changeset viewer.