mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Mark symbol-hash primcall as having unboxed result
* module/language/cps/utils.scm (primcall-raw-representations): Add symbol-hash.
This commit is contained in:
parent
49aa0940bc
commit
5b0c261b04
1 changed files with 2 additions and 1 deletions
|
@ -399,7 +399,8 @@ by a label, respectively."
|
||||||
word-ref word-ref/immediate
|
word-ref word-ref/immediate
|
||||||
untag-char
|
untag-char
|
||||||
vector-length vtable-size bv-length
|
vector-length vtable-size bv-length
|
||||||
string-length string-ref)
|
string-length string-ref
|
||||||
|
symbol-hash)
|
||||||
'(u64))
|
'(u64))
|
||||||
((untag-fixnum
|
((untag-fixnum
|
||||||
assume-s64
|
assume-s64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue