[webkit-reviews] review requested: [Bug 41480] [Qt][Symbian] Variable max heap size between target/emulator : [Attachment 63264] Correct screw up in previous patch where older TARGET.EPOCHEAPSIZE wasn't deleted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 15:01:14 PDT 2010


Siddharth Mathur <siddharth.mathur at nokia.com> has asked  for review:
Bug 41480: [Qt][Symbian] Variable max heap size between target/emulator
https://bugs.webkit.org/show_bug.cgi?id=41480

Attachment 63264: Correct screw up in previous patch where older
TARGET.EPOCHEAPSIZE wasn't deleted
https://bugs.webkit.org/attachment.cgi?id=63264&action=review

------- Additional Comments from Siddharth Mathur <siddharth.mathur at nokia.com>
Verified that the following shows up OK in
\WebKitTools\QtTestBrowser\QtTestBrowser_0xA000E543.mmp and
WebKitTools\DumpRenderTree\qt\DumpRenderTree_0xE5192995.mmp (for example). 

#ifdef WINSCW
EPOCHEAPSIZE 0x40000 0x2000000 // Min 256kB, Max 32MB
#else
EPOCHEAPSIZE 0x40000 0x6000000 // Min 256kB, Max 96MB
#endif


More information about the webkit-reviews mailing list