﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1648	Inliner goes wrong	megane	felix winkelmann	"Compiling this with `-inline` sends the optimizer into some loop that
eventually exhausts the heap.

Fails with `4.13.0` too.
{{{
(module
 m1 (foo)
 (import scheme)
 (define (foo x) (bar x))
 (define (bar x) (if (null? x) x (bar (cdr x)))))
}}}
"	defect	closed	major	5.2	compiler	5.1.0	fixed	inline		
