The question is the new firmware actually going to adress the issues that we are having. Some of the issues are not firmware related but rather hardware/OS related. The memory issue is not related to the firmware but rather uiq3 on Symbian 9.0 and it appears that it cant be fixed.
That why the P1i runs tons more RAM. The problem will still happen, it will just not happen as quickly as with the P990.
See here.
http://www.esato.com/board/viewtopic.php?topic=147368&start=90#
On a different note, the P1 will not be any different than the P990 except that it will take longer for the memory leak to show itself. I strongly suggest that you skip on the P1 and wait for a Symbian 9.5 device unless you want to experience the sad P990 feelings all over again.
------------------------------------------------------------------
Info/Memory Leak
From UIQ3 open-source software
"Garbarge Collector
Symbian OS uses a Garbage Collector as memory manager - in theory this should ease programming.
However Until Symbian 9.5 Symbian only uses an inferior non moving collector. (To be fair: moving collectors don't go well with programming languages which support pointer arithmetic)
With a non moving collector memory becomes fragmented into ever smaller parts until larger memory requests cannot be satisfied any more. To make matter worse: Fragmentation happens a lot quicker of only little free space is available - Which is the case for early UIQ3 phones.
This leads to the dreaded "Restart to improve performance" as restarting is the ultimate way to reclaim and compact all memory. Just ending all programs won't help since there are quite a few programs on the phone which will never end.
As mentioned Symbian 9.5 rectifies this shortcomings and now uses a moving collector which will be able to re-arrange memory so that free memory will be available as one great continues lump.
XIP or the lack of it
Prior to SymbianOS 9.0, many Symbian devices used XIP (eXecute In Place) NOR based memory, which mean nothing had to be loaded into RAM to execute, but this came at the cost of very slow write times. Starting with 9.0, most devices moved to a NAND based memory system, which does not support XIP, and so EVERYTHING has to be loaded into RAM (and kept there) in order to execute. That's why it takes over 40MB of RAM to run the system, as everything is kept at all times."
Its a solution, not an ideal one, but it appears that the solution will work for most people.