[Webkit-unassigned] [Bug 129992] JS engine completely broken on ia64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 9 10:31:32 PDT 2014


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





--- Comment #1 from Émeric MASCHINO <emeric.maschino at gmail.com>  2014-03-09 10:28:32 PST ---
Created an attachment (id=226259)
 --> (https://bugs.webkit.org/attachment.cgi?id=226259&action=review)
First attempt at porting WebKit 1.8.1 01-ia64-wide-ptr.patch to WebKit 2.2.5

This is a port to WebKit 2.2.5 of 01-ia64-wide-ptr.patch originally created against WebKit 1.8.1 [1]. With this, all is not done, as I'm still getting compilation errors in files that either didn't exist in the WebKit 1.8.1 era or weren't #defined USE(VALUE32_64) or USE(VALUE64) as now. It seems to me that some of the problematic files could be:
- Source/JavaScriptCore/runtime/CommonSlowPaths.h
- Source/JavaScriptCore/runtime/JSWrapperObject.h
- Source/JavaScriptCore/interpreter/CallFrame.h
- Source/JavaScriptCore/interpreter/CallFrameInlines.h

So, reviewing at the attached patch, if you can advise me for the above files (or other files too) to what I should do/fix, I'm your man.

     Émeric


[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=69;filename=01-ia64-wide-ptr.patch;att=1;bug=642750

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