Harendra Kumar

Results 361 comments of Harendra Kumar

No idea about what the root cause might be. But this module is deprecated and we can remove the pragma as a safeguard against this issue. Try to find which...

I am assuming you are not using fusion-plugin, so we can rule that out. If this is at the simplifier level then why is this happening on arm architecture only?...

> I did somehow manage to get a Haskell.Nix cross-compiler for GHC 9.10.1, and it appears to actually start hanging even earlier in the process of building streamly-core (Streamly.Internal.Data.Fold.Step), regardless...

@georgefst any new update on this? I guess removing the INLINE pragma may also not help because of this: >I did somehow manage to get a Haskell.Nix cross-compiler for GHC...

Update: Looks the `MonoLocalBinds` memory increase issue is happening on intel as well, so that may be just some more memory requirement by the compiler. May not be related.

We can evaluate both the approaches. About the implicit tracking approach in this PR: * The position is quite useful a lot of times, so always passing it in the...

I am seeing the following perf changes. No allocation changes in Parser, but some CPU regressions: ``` Data.Parser(cpuTime) Benchmark default(0)(μs) default(1) - default(0)(%) ------------------------------------------------------------------------------- -------------- -------------------------- All.Data.Parser/o-1-space.some 37.41 +199.72 All.Data.Parser/o-n-heap.takeEQ...

Thanks @TheKK for looking into this deeply. I am wondering if this gets resolved if we write asPtrUnsafe in MutArray/Type.hs as follows: ``` asPtrUnsafe :: MonadIO m => MutArray a...

I would appreciate if you can find time to create a PR about this.