mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Fix string-utf8-length to have unboxed representation
* module/language/cps/utils.scm (primcall-raw-representations): Add string-utf8-length.
This commit is contained in:
parent
5d3f561d7d
commit
c8a169d388
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ 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-utf8-length string-ref
|
||||||
symbol-hash)
|
symbol-hash)
|
||||||
'(u64))
|
'(u64))
|
||||||
((untag-fixnum
|
((untag-fixnum
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue