• Matthew Dempsky's avatar
    cmd/compile: fix exporting of function bodies · ff074867
    Matthew Dempsky authored
    Before CL 36170, we identified all function bodies that needed to be
    exported before writing any export data.
    
    With CL 36170, we started identifying additional functions while
    exporting function bodies. As a consequence, we cannot use a
    range-based for loop for iterating over function bodies anymore.
    
    Fixes #18895.
    
    Change-Id: I9cbefa8d311ca8c9898c8272b2ac365976b02396
    Reviewed-on: https://go-review.googlesource.com/45817
    Run-TryBot: Matthew Dempsky <mdempsky@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarRobert Griesemer <gri@golang.org>
    ff074867
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...