[Webkit-unassigned] [Bug 33902] Opcode.h use const void* for Opcode cause error #1211 for RVCT compiler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 20 08:19:09 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33902





--- Comment #3 from Lyon Chen <lyon.chen at torchmobile.com>  2010-01-20 08:19:09 PST ---
Darin:

In commit r52231, ggaren at apple.com mentioned the change from void* to const
void* is to avoid generating bloated codes in interpreter.cpp, so maybe it's
better #ifdef this change?

And maybe RVCT compiler can someday updated to support const void* for computed
goto, instead of void*?

Hope to hear from ggaren at apple.com on this matter.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list