Skip to content

Tags: jtolio/gls

Tags

v4.20.0

Toggle v4.20.0's commit message
avoid inlining in appropriate places

v4.20

Toggle v4.20's commit message
avoid inlining in appropriate places

v4.2.1

Toggle v4.2.1's commit message
fix problems with caller/callers differences on go tip

There's some minor changes to ensure future go compilers don't
inline important functions, but the major change is making
findPtr and getStack both use Callers.

I don't think I need to use CallersFrames, since the PC of
the caller is fine as long as it's stable for the same
call site.

fixes #7

v4.2.0

Toggle v4.2.0's commit message
Merge pull request #3 from flimzy/js

Add support for GopherJS build target