On Mon, Sep 1, 2008 at 10:14 PM, allan <[EMAIL PROTECTED]> wrote:
>> Issue 155: Memory Usage in Yi
> excellent work, I was using yi all today at work and it never went about
> 8.2% of my memory used. Previously it had been going past 50% before I
> would C-x C-c and restart.
Great; thanks for t
[EMAIL PROTECTED] wrote:
> Issue 155: Memory Usage in Yi
> http://code.google.com/p/yi-editor/issues/detail?id=155
>
> Comment #6 by JeanPhilippe.bernardy:
> It now appears that everything is fine: the structures that were kept
> correspond to
> the "compiled" haskell parser.
>
> If a specific u
Issue 155: Memory Usage in Yi
http://code.google.com/p/yi-editor/issues/detail?id=155
Comment #6 by JeanPhilippe.bernardy:
It now appears that everything is fine: the structures that were kept
correspond to
the "compiled" haskell parser.
If a specific usage pattern triggers large memory usage,
Issue 155: Memory Usage in Yi
http://code.google.com/p/yi-editor/issues/detail?id=155
Comment #5 by JeanPhilippe.bernardy:
It could be that the syntax highlighting information goes somewhere into
the vty
structures but is not forced. To investigate.
--
You received this message because you
Issue 155: Memory Usage in Yi
http://code.google.com/p/yi-editor/issues/detail?id=155
Comment #4 by JeanPhilippe.bernardy:
I plugged some more leaks.
Memory behavior looks really decent, as long as you don't close buffers :/
Profiling says some parsing data is not freed after a buffer is closed