Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime, reflect: rewrite Go to FFI type conversion in Go | Ian Lance Taylor | 2016-11-18 | 1 | -305/+100 |
* | re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL) | Ian Lance Taylor | 2016-08-08 | 1 | -0/+11 |
* | runtime: No special case for 386 complex in FFI support. | Ian Lance Taylor | 2015-01-20 | 1 | -15/+1 |
* | compiler, reflect, runtime: Use static chain for closures. | Richard Henderson | 2015-01-16 | 1 | -15/+24 |
* | runtime: Use a struct, not void, for an empty struct for libffi. | Ian Lance Taylor | 2015-01-16 | 1 | -3/+16 |
* | reflect, runtime: Use libffi closures to implement reflect.MakeFunc. | Ian Lance Taylor | 2014-07-19 | 1 | -0/+338 |