[Webkit-unassigned] [Bug 37877] Autogenerate yarr character tables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 14:40:46 PDT 2010


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





--- Comment #9 from Peter Varga <pvarga at inf.u-szeged.hu>  2010-04-20 14:40:45 PST ---
I noticed that you didn't updated Yarr Interpreter for this feature.
Thus the JavaScriptCore can't be compiled with Yarr Interpreter, because
the linker can't link the functions of builtin CharacterClasses.

./libjscore.a(RegexInterpreter.o): In function
`JSC::Yarr::ByteCompiler::compile()':
RegexInterpreter.cpp:(.text._ZN3JSC4Yarr12ByteCompiler7compileEv[JSC::Yarr::ByteCompiler::compile()]+0x5e8):
undefined reference to `JSC::Yarr::newlineCreate()'
RegexInterpreter.cpp:(.text._ZN3JSC4Yarr12ByteCompiler7compileEv[JSC::Yarr::ByteCompiler::compile()]+0x633):
undefined reference to `JSC::Yarr::wordcharCreate()'
...

-- 
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