[Webkit-unassigned] [Bug 95749] [Qt] Enable the LLInt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 10:21:13 PDT 2012


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





--- Comment #3 from Filip Pizlo <fpizlo at apple.com>  2012-09-06 10:21:27 PST ---
(In reply to comment #2)
> I managed to build JSC with LLInt enabled manually. 
> But inegrating it to the build system needs more work.
> 
> As far as I see we have to do the following things:
> - generate LLIntDesiredOffsets.h: ruby offlineasm/generate_offset_extractor.rb llint/LowLevelInterpreter.asm generated/LLIntDesiredOffsets.h
> - build LLIntOffsetsExtractor binary (It depends on LLIntOffsetsExtractor.cpp,h and the new generated LLIntDesiredOffsets.h)
> - generate LLIntAssembly.h: ruby offlineasm/asm.rb llint/LowLevelInterpreter.asm LLIntOffsetsExtractor LLIntAssembly.h (It depends on the binary LLIntOffsetsExtractor)
> 
> Am I correct?

Yup, that's right!

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