[Webkit-unassigned] [Bug 128115] [Win] LLINT is not working.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 6 08:36:54 PST 2014


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





--- Comment #22 from peavo at outlook.com  2014-02-06 08:34:13 PST ---
Thanks for looking further into this :) I have updated the patch after your latest review.

>> Source/JavaScriptCore/llint/LowLevelInterpreter.asm:-212
>> -        storei t0, 0xbbadbeef[]

>Why remove this line?

I removed this line because it generates the instruction "mov 3148725999, eax" on Windows, which doesn't compile (immediate operand not allowed).

I will upload a new patch with autogeneration of the forward declared symbols soon.

The bots are green now, but I did nothing more than update the patch with your suggestions. Are the bots not running the stress tests?

I have also tested that the generated GCC code is identical to the code generated without the patch (ignoring the changes in LowLevelInterpreter(32_64).asm).

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