Skip to content
Snippets Groups Projects
Commit 10994122 authored by bos's avatar bos
Browse files

Drop a weird, and seemingly unnecessary, INLINE of append

parent 4814ca33
No related branches found
No related tags found
No related merge requests found
...@@ -430,7 +430,7 @@ append a@(Text arr1 off1 len1) b@(Text arr2 off2 len2) ...@@ -430,7 +430,7 @@ append a@(Text arr1 off1 len1) b@(Text arr2 off2 len2)
A.copyI arr 0 arr1 off1 len1 A.copyI arr 0 arr1 off1 len1
A.copyI arr len1 arr2 off2 len A.copyI arr len1 arr2 off2 len
return arr return arr
{-# INLINE append #-} {-# NOINLINE append #-}
{-# RULES {-# RULES
"TEXT append -> fused" [~1] forall t1 t2. "TEXT append -> fused" [~1] forall t1 t2.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment