r235383 - in /trunk/gcc/go/gofrontend: MERGE ex...
ian@gcc.gnu.org
ian@gcc.gnu.org
Sat Apr 23 04:58:00 GMT 2016
Author: ian
Date: Sat Apr 23 04:58:00 2016
New Revision: 235383
URL: https://gcc.gnu.org/viewcvs?rev=235383&root=gcc&view=rev
Log:
compiler: Expose runtime code through Func_expression.
Enables us to easily check if a Call_expression is a call to a runtime
function and, if so, which runtime function is corresponds to.
This will be used during escape analysis.
Reviewed-on: https://go-review.googlesource.com/18544
Modified:
trunk/gcc/go/gofrontend/MERGE
trunk/gcc/go/gofrontend/expressions.cc
trunk/gcc/go/gofrontend/expressions.h
trunk/gcc/go/gofrontend/runtime.cc
trunk/gcc/go/gofrontend/runtime.h
More information about the Gcc-cvs
mailing list