public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/63493] New: libgo: write power64 version of reflect.MakeFunc
@ 2014-10-09  0:38 ian at airs dot com
  2015-01-31  2:31 ` [Bug go/63493] " ian at airs dot com
  0 siblings, 1 reply; 2+ messages in thread
From: ian at airs dot com @ 2014-10-09  0:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63493

            Bug ID: 63493
           Summary: libgo: write power64 version of reflect.MakeFunc
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: ian at airs dot com
                CC: cmang at google dot com

For efficiency, we should write a power64 version of reflect.MakeFunc.  This
means writing makefunc_power64be.s, makefunc_power64le.s,
makefuncgo_power64be.go, and makefuncgo_power64le.go to implement the Power64
ABI calling convention, along the lines of the existing implementations for 386
and amd64.  With the corresponding changes to MakeFunc, makeMethodValue, and
makeValueMethod the reflect tests should continue to pass.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug go/63493] libgo: write power64 version of reflect.MakeFunc
  2014-10-09  0:38 [Bug go/63493] New: libgo: write power64 version of reflect.MakeFunc ian at airs dot com
@ 2015-01-31  2:31 ` ian at airs dot com
  0 siblings, 0 replies; 2+ messages in thread
From: ian at airs dot com @ 2015-01-31  2:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63493

Ian Lance Taylor <ian at airs dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Ian Lance Taylor <ian at airs dot com> ---
No longer needed.  Now all targets use libffi for reflect.MakeFunc.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-31  2:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-09  0:38 [Bug go/63493] New: libgo: write power64 version of reflect.MakeFunc ian at airs dot com
2015-01-31  2:31 ` [Bug go/63493] " ian at airs dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).