audio.chunked-file: inline "check-chunk" so heap-size call can be folded away and audio can be deployed
parent
80507856f4
commit
e93ef19190
|
|
@ -24,5 +24,5 @@ ERROR: invalid-audio-file ;
|
||||||
} case ;
|
} case ;
|
||||||
|
|
||||||
: check-chunk ( chunk id class -- ? )
|
: check-chunk ( chunk id class -- ? )
|
||||||
heap-size [ id= ] [ [ length ] dip >= ] bi-curry* bi and ;
|
heap-size [ id= ] [ [ length ] dip >= ] bi-curry* bi and ; inline
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue