Any EIP for a precompile for CallPermit Account Abstraction

Hey there,

I’ve seen quite a couple of account abstraction discussions especially:

All of these are very complex and EIP-4337 especially requires to make smart contracts compatible. E.g. you can’t use your existing contracts with it that are not aware of EIP-4337.

Now comparing that to the solution of a native pre-compile which allows impersonation of an account given a valid EIP-712 signature: Gasless Transactions with the Call Permit Precompile | Moonbeam Docs – It seems the native pre-compile route is much more flexible and brings much higher compatibility.

Now my question has this approach been discussed before and there are really good reasons why Ethereum is not opting to solve this with a new precompile or is it just that nobody has created that EIP yet?