RESOLVED FIXED37983
Add RVCT support for Linux
https://bugs.webkit.org/show_bug.cgi?id=37983
Summary Add RVCT support for Linux
Gabor Rapcsanyi
Reported 2010-04-22 02:17:21 PDT
Created attachment 54044 [details] Add RVCT support for Linux Add defines and JIT function needed to build WebKit with RVCT on Linux.
Attachments
Add RVCT support for Linux (4.81 KB, patch)
2010-04-22 02:17 PDT, Gabor Rapcsanyi
no flags
Add RVCT support for Linux v2 (4.84 KB, patch)
2010-04-22 05:47 PDT, Gabor Rapcsanyi
laszlo.gombos: review-
Add RVCT support for Linux v3 (4.81 KB, patch)
2010-04-23 07:50 PDT, Gabor Rapcsanyi
no flags
WebKit Review Bot
Comment 1 2010-04-22 05:29:46 PDT
Gabor Rapcsanyi
Comment 2 2010-04-22 05:47:22 PDT
Created attachment 54053 [details] Add RVCT support for Linux v2
Laszlo Gombos
Comment 3 2010-04-23 07:35:09 PDT
Comment on attachment 54053 [details] Add RVCT support for Linux v2 Looks good to me, except one merge conflict that needs to be addressed. > diff --git a/JavaScriptCore/wtf/MathExtras.h b/JavaScriptCore/wtf/MathExtras.h > index a0c7466..2bf2dd3 100644 > --- a/JavaScriptCore/wtf/MathExtras.h > +++ b/JavaScriptCore/wtf/MathExtras.h > @@ -188,7 +188,7 @@ inline float deg2turn(float d) { return d / 360.0f; } > inline float rad2grad(float r) { return r * 200.0f / piFloat; } > inline float grad2rad(float g) { return g * piFloat / 200.0f; } > > -#if !COMPILER(MSVC) && !COMPILER(RVCT) && !OS(ANDROID) && !COMPILER(WINSCW) > +#if !COMPILER(MSVC) && !OS(ANDROID) && !COMPILER(WINSCW) && !(COMPILER(RVCT) && OS(SYMBIAN)) > using std::isfinite; > using std::isinf; > using std::isnan; !OS(ANDROID) test has been removed - see http://trac.webkit.org/changeset/58142. r-, just to make this small change.
Gabor Rapcsanyi
Comment 4 2010-04-23 07:50:13 PDT
Created attachment 54157 [details] Add RVCT support for Linux v3
Laszlo Gombos
Comment 5 2010-04-23 08:15:18 PDT
Comment on attachment 54157 [details] Add RVCT support for Linux v3 Great patch, thanks. LGTM, r+.
WebKit Commit Bot
Comment 6 2010-04-23 08:38:51 PDT
Comment on attachment 54157 [details] Add RVCT support for Linux v3 Clearing flags on attachment: 54157 Committed r58167: <http://trac.webkit.org/changeset/58167>
WebKit Commit Bot
Comment 7 2010-04-23 08:38:58 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.