Why we need CCS entries in apply functions (rts/Apply.cmm and rts/StgStdThunks.cmm)

2014-07-01 Thread Ömer Sinan Ağacan
/StgStdThunks.cmm`. I'm wondering why are those necessary. Thunk/function bodies already have CCS entries generated by functions in StgCmmBind so I'm having trouble seeing the need for this additional entries. Can anyone explain those to me? Thanks, --- Ömer Sinan Ağacan http://osa1.net

Interesting whoCreated output (stack trace related)

2014-06-25 Thread Ömer Sinan Ağacan
think none of error1 and error2 should have been included in the stack trace or both of them should have been included. Thanks. --- Ömer Sinan Ağacan http://osa1.net ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc

Re: RFC: Phabricator for patches and code review

2014-06-06 Thread Ömer Sinan Ağacan
to the Github repository that runs tests on pull request, it would be super easy for new contributors to submit small patches. As far as I can understand(altough currently I can't see how to send a patch) Phabricator helps sending pull requests/patches, but does it help with testing too? --- Ömer Sinan

can a StgRhs have NoCCS when -prof is provided?

2014-06-05 Thread Ömer Sinan Ağacan
not optional), when -prof is provided CCS fields should not be filled with NoCCS(if we still don't care about CCS for some reason, it should be DontCareCCS) but I just wanted to make sure. Thanks. --- Ömer Sinan Ağacan http://osa1.net ___ ghc-devs

Re: segfault in RTS - can anyone help me tracking this bug down?

2014-05-30 Thread Ömer Sinan Ağacan
/RtsMain.c:114 #14 0x00408ea7 in main () I'm not sure if that helps but I just wanted to share in case it helps. I'm currently trying to come up with a single file that causes this problem. --- Ömer Sinan Ağacan http://osa1.net 2014-05-29 18:50 GMT+03:00 Luite Stegeman stege...@gmail.com

segfault in RTS - can anyone help me tracking this bug down?

2014-05-28 Thread Ömer Sinan Ağacan
Hi all, I'm suffering from a RTS bug(probably GC related) that makes making progress in my GSoC project impossible. I have very limited knowledge of GHC internals and I currently have no idea how to produce a minimal program that demonstrates the bug. I wrote how to reproduce it and gdb backtrace

Re: Questions about time and space profiling for non-strict langs paper and cost centre impl. of GHC

2014-05-18 Thread Ömer Sinan Ağacan
than ones explained in slides/papers. Thanks, --- Ömer Sinan Ağacan http://osa1.net ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Re: Questions about time and space profiling for non-strict langs paper and cost centre impl. of GHC

2014-05-18 Thread Ömer Sinan Ağacan
for this syntax to understand what does it really do.(assuming Cmm has better documentation that STG :) ) Sure. Better place for quick queries might be #ghc on FreeNode though - my nick is petermw. Great, my nick is osa1 and I'll be pinging you for short questions. Thanks again! --- Ömer Sinan Ağacan

Questions about time and space profiling for non-strict langs paper and cost centre impl. of GHC

2014-05-15 Thread Ömer Sinan Ağacan
=36FE097056F4E03CCDD38B598158292E?doi=10.1.1.43.6277rep=rep1type=pdf --- Ömer Sinan Ağacan http://osa1.net ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

request for reviews for my first patch -- ticket 7401

2013-08-09 Thread Ömer Sinan Ağacan
be appreciated! --- Ömer Sinan Ağacan http://osa1.net ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

<    1   2   3   4