• Daniel Martí's avatar
    cmd/compile: clarify adjustctxt inlining comment · 6936671e
    Daniel Martí authored
    The reason why adjustctxt wasn't being inlined was reported as:
    
    	function too complex: cost 92 exceeds budget 80
    
    However, after tweaking the code to be under the budget limit, we see
    the real blocker:
    
    	non-leaf function
    
    There is little we can do about this one in particular at the moment.
    Create a section with funcs that will need mid-stack inlining to be
    inlineable, since this will likely come up again in other cases.
    
    Change-Id: I3a8eb1546b289a060ac896506a007b0496946e84
    Reviewed-on: https://go-review.googlesource.com/65650
    Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarMatthew Dempsky <mdempsky@google.com>
    6936671e
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...