You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not pressing, nor is it a call to action. Instead, it can be used for tracking in other systems that may be blocked. I imagine a Windows-JIT will be difficult to implement because of all the POSIX-specific parts of the implementation, and yield very little reward.
The text was updated successfully, but these errors were encountered:
The way bigger problem is that windows does not use the System V ABI like everybody else does. So all the x86 registers and the call stack work differently.
The JIT only supports non-Windows targets:
rbpf/src/jit.rs
Lines 934 to 937 in c3dd337
This issue is not pressing, nor is it a call to action. Instead, it can be used for tracking in other systems that may be blocked. I imagine a Windows-JIT will be difficult to implement because of all the POSIX-specific parts of the implementation, and yield very little reward.
The text was updated successfully, but these errors were encountered: