- Notifications
You must be signed in to change notification settings - Fork18.4k
Commitb82120b
committed
[release-branch.go1.1] cmd/gc: fix issue with method wrappers not having escape analysis run on them.
««« CL 10383048 / 58e15340e78fcmd/gc: fix issue with method wrappers not having escape analysis run on them.Escape analysis needs the right curfn value on a dclfunc node, otherwise it will not analyze the function.When generating method value wrappers, we forgot to set the curfn correctly.Fixes#5753.R=golang-dev, rscCC=golang-devhttps://golang.org/cl/10383048»»»Update#5928R=golang-dev, daveCC=golang-devhttps://golang.org/cl/116690431 parentb315b7f commitb82120b
2 files changed
+35
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
283 |
| - | |
| 283 | + | |
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
| |||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
| 307 | + | |
| 308 | + | |
| 309 | + | |
307 | 310 |
| |
308 | 311 |
| |
309 | 312 |
| |
310 | 313 |
| |
311 | 314 |
| |
312 | 315 |
| |
313 | 316 |
| |
| 317 | + | |
314 | 318 |
| |
315 | 319 |
| |
316 | 320 |
| |
| |||
385 | 389 |
| |
386 | 390 |
| |
387 | 391 |
| |
| 392 | + | |
388 | 393 |
| |
389 | 394 |
| |
390 | 395 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + |
0 commit comments
Comments
(0)