RESOLVED FIXED 71434
FunctionPtr should accept FASTCALL functions on X86
https://bugs.webkit.org/show_bug.cgi?id=71434
Summary FunctionPtr should accept FASTCALL functions on X86
Yuqiang Xian
Reported 2011-11-02 19:05:17 PDT
On X86 we sometimes use FASTCALL convention functions, for example the cti functions, and we may need the pointers to such functions, e.g., in current DFG register file check and arity check, though long term we may avoid such usage of cti calls in DFG.
Attachments
proposed patch (2.90 KB, patch)
2011-11-02 19:09 PDT, Yuqiang Xian
no flags
Yuqiang Xian
Comment 1 2011-11-02 19:09:23 PDT
Created attachment 113420 [details] proposed patch
WebKit Review Bot
Comment 2 2011-11-02 20:13:43 PDT
Comment on attachment 113420 [details] proposed patch Clearing flags on attachment: 113420 Committed r99133: <http://trac.webkit.org/changeset/99133>
WebKit Review Bot
Comment 3 2011-11-02 20:13:47 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.