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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 02:15:06 PDT 2012


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fpizlo at apple.com,
                   |                            |vestbo at webkit.org,
                   |                            |wingo at igalia.com




--- Comment #2 from Csaba Osztrogonac <ossy at webkit.org>  2012-09-06 02:15:19 PST ---
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?

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