This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use baseValue from source in binOp to make gc working
Fixes #184 `binSrc(src.Pos(), op, x, other)` will hold reference to `left` and `right` variables which will prevent them from gc. Closes #188 #188 GitOrigin-RevId: e9af654 Change-Id: I740c0847fe4c7446ec5c0823aca1ede10bf1dd21 Reviewed-on: https://cue-review.googlesource.com/c/cue/+/4181 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
- Loading branch information