parse.cc
163 KB
-
compiler: no nil check needed for closure var dereferences · ae4bb13f
Add the "no nil check needed" annotation to the dereference operations created in Parse::enclosing_var_reference (this is safe since the closure object is under control of the compiler, and pointer fields in it will always be non-nil). Reviewed-on: https://go-review.googlesource.com/81795 From-SVN: r255400
Ian Lance Taylor committed