Dmitry Petrov
441be56a40
During inlining, remove POP instructions popping inlined lambdas
...
In cases like KT-17384, where 'break' or 'continue' happens in an argument
to an inlined lambda call, fix-stack transformation sees corresponding
ALOAD for lambda, and inserts corresponding POP instruction before jump.
However, this ALOAD is later removed during inlining.
So, we should also remove the related POP instructions.
2017-04-26 12:42:33 +03:00
..
2017-04-26 12:42:33 +03:00
2015-12-31 11:07:56 +03:00
2016-11-09 21:41:12 +03:00
2016-03-30 18:49:23 +03:00
2016-03-09 10:25:38 +03:00
2016-11-21 18:20:33 +03:00
2016-11-21 18:20:33 +03:00
2016-03-09 10:25:38 +03:00
2016-11-21 18:20:33 +03:00
2015-10-14 20:39:35 +03:00
2015-11-27 15:51:11 +03:00
2016-11-16 19:50:10 +03:00
2016-04-05 13:37:10 +03:00
2016-04-05 13:37:10 +03:00
2017-04-25 10:07:05 +03:00
2017-04-25 10:07:05 +03:00
2015-10-14 18:36:53 +03:00
2015-11-27 15:51:11 +03:00
2015-11-27 15:51:11 +03:00
2016-11-09 21:41:12 +03:00
2017-03-10 19:59:37 +03:00
2015-11-27 15:51:11 +03:00
2017-03-10 19:59:37 +03:00
2016-01-22 05:54:38 +03:00
2016-11-21 18:20:33 +03:00
2015-11-27 15:51:11 +03:00
2017-03-10 19:59:37 +03:00
2016-11-21 18:20:33 +03:00
2016-01-22 05:54:38 +03:00
2015-11-11 03:53:31 +03:00
2016-11-21 18:20:33 +03:00
2015-10-14 20:39:35 +03:00
2017-03-10 19:59:37 +03:00
2017-03-10 19:59:37 +03:00
2017-03-10 19:59:37 +03:00
2017-03-10 19:59:37 +03:00
2017-01-12 18:12:39 +03:00
2017-03-10 19:59:37 +03:00
2016-07-09 07:45:57 +03:00
2016-07-09 07:45:57 +03:00
2016-11-18 09:35:31 +03:00
2017-01-27 14:09:13 +01:00
2015-10-16 18:16:02 +03:00