register allocation fail

Bug #389925 reported by Aki Helin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Owl Lisp
Fix Released
High
Aki Helin

Bug Description

piko:~$ owl < owl/bug.scm
You see a prompt.
> out
> bing
> 101
 → (3 3)
delivered
> bye bye _o/~
piko:~$ cat owl/bug.scm

(define (out a n) (list a n))

(define (bing a)
        (print 101)
        ((lambda (b)
                (if a
                        (out a b)
                        (out b a)))
                (fxbor 3 1)))

(show " → " (bing 'hello))

Aki Helin (aoh)
Changed in ol:
assignee: nobody → Aki Helin (aoh)
importance: Undecided → High
status: New → In Progress
Aki Helin (aoh)
Changed in ol:
status: In Progress → Fix Committed
Aki Helin (aoh)
Changed in ol:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.