[webkit-reviews] review requested: [Bug 33084] Fix for RVCT -Otime fatal compiler error : [Attachment 45713] Patch for Otime compiler error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 31 09:21:41 PST 2009


Norbert Leser <norbert.leser at nokia.com> has asked  for review:
Bug 33084: Fix for RVCT -Otime fatal compiler error
https://bugs.webkit.org/show_bug.cgi?id=33084

Attachment 45713: Patch for Otime compiler error
https://bugs.webkit.org/attachment.cgi?id=45713&action=review

------- Additional Comments from Norbert Leser <norbert.leser at nokia.com>
RVCT compiler with "-Otime -O3" optimization tries to optimize out inline
new'ed pointers that are passed as arguments.
Proposed patch assigns new'ed pointer explicitly outside function call.

This was initially submitted with bug #32988. I separated this out, per
suggestion, for independent tracking/fixing.


More information about the webkit-reviews mailing list