[Webkit-unassigned] [Bug 30144] MIPS JIT Supports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 6 17:46:38 PST 2009


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





--- Comment #29 from Chao-ying Fu <fu at mips.com>  2009-11-06 17:46:36 PDT ---
Created an attachment (id=42679)
 --> (https://bugs.webkit.org/attachment.cgi?id=42679)
MIPS JIT Patch 20091106

  I ran "svn update" and fixed some issues today.

ChangeLog:
1. Moved some code from MIPSAssembler.h to MacroAssemblerMIPS.h,
   based on Gavin's review.
2. Removed the parameter (int fixed = 0) in MacroAssemblerMIPS.h.
   Created "bool m_fixedWidth", instead.
3. Updated DoubleCondition to have *Unordered.
4. Updated cacheFlush() to call _flush_cache(), when __clear_cache()
   cannot be provided by GCC which version is under version 4.3.0.
5. Made some other changes based on Gavin's review.

  The only remaining issue is to move linkCall to MacroAssemblerMIPS.h.

  I know that I still need to create small patches to be accepted step by step.
Thanks!

Regards,
Chao-ying

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