• Dmitriy Vyukov's avatar
    runtime: get rid of free · cecca438
    Dmitriy Vyukov authored
    Several reasons:
    1. Significantly simplifies runtime.
    2. This code proved to be buggy.
    3. Free is incompatible with bump-the-pointer allocation.
    4. We want to write runtime in Go, Go does not have free.
    5. Too much code to free env strings on startup.
    
    LGTM=khr
    R=golang-codereviews, josharian, tracey.brendan, khr
    CC=bradfitz, golang-codereviews, r, rlh, rsc
    https://golang.org/cl/116390043
    cecca438
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...