compiler.cfg.intrinsics.allot: <byte-array> intrinsic was writing past the end of the array and this was causing problems for scheduling
parent
e763c74096
commit
0dab9c7f9d
|
@ -78,5 +78,5 @@ IN: compiler.cfg.intrinsics.allot
|
|||
:> len
|
||||
0 ^^load-literal :> elt
|
||||
len emit-allot-byte-array :> reg
|
||||
len reg elt byte-array store-initial-element
|
||||
len cell align cell /i reg elt byte-array store-initial-element
|
||||
] [ drop node emit-primitive ] if ;
|
||||
|
|
Loading…
Reference in New Issue