]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: Budget for inlining is now 80 nodes, not 40
authorDamien Lespiau <damien.lespiau@intel.com>
Sat, 15 Apr 2017 23:10:19 +0000 (00:10 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 15 Apr 2017 23:21:22 +0000 (23:21 +0000)
commit619e37bdcc45c740c9c96aeaa10a6304781c6cec
treeb9fe87ccb786ba365de7916656c59b07ed0946d7
parent6694a6888b7d3740b402cd3a2b7534e4d2d45c12
cmd/compile: Budget for inlining is now 80 nodes, not 40

This comment was out of date since the bump to 80 done as the same time
as inlining transitive functions in:

  commit 77ccb16eb12f461eaea5fdf652a2e929dc154192
  Author: Russ Cox <rsc@golang.org>
  Date:   Tue Feb 24 12:19:01 2015 -0500

      cmd/internal/gc: transitive inlining

Adjust the comment at the top of the file accordingly.

Change-Id: Ia6d7397c874e3b85396e82dc9678e56aab9ad728
Reviewed-on: https://go-review.googlesource.com/40910
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/inl.go