RESOLVED FIXED122917
Architecture specific implementation in DFG could be avoided
https://bugs.webkit.org/show_bug.cgi?id=122917
Summary Architecture specific implementation in DFG could be avoided
Julien Brianceau
Reported 2013-10-16 14:25:23 PDT
When using ARM architecture with HARD_FP, we have FPRInfo::argumentFPR0 == FPRInfo::returnValueFPR == ARMRegisters::d0, so we don't need a specific implementation for this case of the 2 following functions, the fallback one is fine. JITCompiler::Call appendCallWithExceptionCheckSetResult(const FunctionPtr& function, FPRReg result) JITCompiler::Call appendCallSetResult(const FunctionPtr& function, FPRReg result)
Attachments
Remove useless architecture specific implementation in DFG. (2.38 KB, patch)
2013-10-16 14:27 PDT, Julien Brianceau
no flags
Julien Brianceau
Comment 1 2013-10-16 14:27:23 PDT
Created attachment 214396 [details] Remove useless architecture specific implementation in DFG.
WebKit Commit Bot
Comment 2 2013-10-16 15:08:48 PDT
Comment on attachment 214396 [details] Remove useless architecture specific implementation in DFG. Clearing flags on attachment: 214396 Committed r157532: <http://trac.webkit.org/changeset/157532>
WebKit Commit Bot
Comment 3 2013-10-16 15:08:50 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.