Bug 129865

Summary: FLT should call fmod directly on platforms where LLVM cannot relocate the libcall
Product: WebKit Reporter: Andrew Trick <atrick>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, ggaren, mark.lam, mhahnenberg, msaboff
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch none

Description Andrew Trick 2014-03-06 22:59:19 PST
Posting a patch shortly.
Comment 1 Andrew Trick 2014-03-06 23:13:41 PST
Created attachment 226089 [details]
Patch
Comment 2 WebKit Commit Bot 2014-03-07 08:58:06 PST
Comment on attachment 226089 [details]
Patch

Clearing flags on attachment: 226089

Committed r165264: <http://trac.webkit.org/changeset/165264>
Comment 3 WebKit Commit Bot 2014-03-07 08:58:08 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Geoffrey Garen 2014-03-07 10:43:14 PST
Comment on attachment 226089 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=226089&action=review

> Source/JavaScriptCore/ftl/FTLOutput.h:132
> +        // FIXME: LLVM may soften float operations be expanding them to libcalls.

"by"
Comment 5 Andrew Trick 2014-03-07 11:23:34 PST
Reopening to attach new patch.
Comment 6 Andrew Trick 2014-03-07 11:23:36 PST
Created attachment 226140 [details]
Patch
Comment 7 WebKit Commit Bot 2014-03-07 12:13:42 PST
Comment on attachment 226140 [details]
Patch

Clearing flags on attachment: 226140

Committed r165275: <http://trac.webkit.org/changeset/165275>
Comment 8 WebKit Commit Bot 2014-03-07 12:13:46 PST
All reviewed patches have been landed.  Closing bug.