projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eda83f0
)
Fuller error message in PACK-WIRED-TN
author
Paul Khuong
<pvk@pvk.ca>
Tue, 12 Nov 2013 23:18:32 +0000
(18:18 -0500)
committer
Paul Khuong
<pvk@pvk.ca>
Mon, 2 Dec 2013 03:44:43 +0000
(22:44 -0500)
Cribbed directly from Alexandra Barchunova's regalloc work.
src/compiler/pack.lisp
patch
|
blob
|
history
diff --git
a/src/compiler/pack.lisp
b/src/compiler/pack.lisp
index
60d8565
..
288a988
100644
(file)
--- a/
src/compiler/pack.lisp
+++ b/
src/compiler/pack.lisp
@@
-1458,7
+1458,8
@@
(or (= offset 0)
(= offset 1))))
(conflicts-in-sc original sc offset))
- (error "~S is wired to a location that it conflicts with." tn))
+ (error "~S is wired to location ~D in SC ~A of kind ~S that it conflicts with."
+ tn offset sc (tn-kind tn)))
(add-location-conflicts original sc offset optimize)))