Re: [webkit-dev] Proposal on retiring JIT on Windows

2023-03-27 Thread Szabo, Stephan (San Francisco) via webkit-dev
, 2023 2:51 PM To: WebKit Development Subject: [webkit-dev] Proposal on retiring JIT on Windows Hello, I would like to propose retiring JIT on Windows JavaScriptCore. Recently, Apple Windows EWS bots get removed. As a result, there is no test-running EWS bots on Windows. This can work for the other

Re: [webkit-dev] Proposal on retiring JIT on Windows

2023-03-26 Thread Kirsling, Ross via webkit-dev
26, 2023 3:18:36 PM To: Kirsling, Ross Cc: Fujii Hironori ; Brent Fulgham ; Mark Lam ; WebKit Development Subject: Re: [webkit-dev] Proposal on retiring JIT on Windows The reason is that the patch is reverted because it broke Windows DFG. This is not acceptable to us since we have no EWS bots

Re: [webkit-dev] Proposal on retiring JIT on Windows

2023-03-26 Thread Yusuke Suzuki via webkit-dev
Yusuke Suzuki via webkit-dev > Sent: Sunday, March 26, 2023 7:23:04 AM > To: Fujii Hironori ; Brent Fulgham > ; Mark Lam > Cc: WebKit Development > Subject: Re: [webkit-dev] Proposal on retiring JIT on Windows > >> How about LLInt? LLInt has some Windows specific code.

Re: [webkit-dev] Proposal on retiring JIT on Windows

2023-03-25 Thread Kirsling, Ross via webkit-dev
with consideration of the EWS situation itself? Ross From: Yusuke Suzuki via webkit-dev Sent: Sunday, March 26, 2023 7:23:04 AM To: Fujii Hironori ; Brent Fulgham ; Mark Lam Cc: WebKit Development Subject: Re: [webkit-dev] Proposal on retiring JIT on Windows How about LLInt

Re: [webkit-dev] Proposal on retiring JIT on Windows

2023-03-25 Thread Yusuke Suzuki via webkit-dev
> How about LLInt? LLInt has some Windows specific code. > Can I revert the change if the JSC team breaks Windows port even though we > have no EWS nor maintainers? I think, ultimately, we cannot guarantee that it is working given that there is no EWS bots running tests on Windows, it means it

Re: [webkit-dev] Proposal on retiring JIT on Windows

2023-03-25 Thread Fujii Hironori via webkit-dev
It sounds reasonable. I don't object to removing Windows JIT support. How about LLInt? LLInt has some Windows specific code. Can I revert the change if the JSC team breaks Windows port even though we have no EWS nor maintainers? On Sun, Mar 26, 2023 at 6:52 AM Yusuke Suzuki via webkit-dev <

[webkit-dev] Proposal on retiring JIT on Windows

2023-03-25 Thread Yusuke Suzuki via webkit-dev
Hello, I would like to propose retiring JIT on Windows JavaScriptCore. Recently, Apple Windows EWS bots get removed. As a result, there is no test-running EWS bots on Windows. This can work for the other part of WebKit since other ports EWS bots are running tests. However this does not work