-
Notifications
You must be signed in to change notification settings - Fork 1
Universal global regs 3 #113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I didn't completely understand what problem do you like to solve. In case you like to eliminate VM code that moves CPU register used for Completely disabling some CPU register for the whole binary looks too aggressive and useless. |
@dstogov Sorry, I should have included some more context. To clarify a bit, the idea comes from this comment: php#12758 (comment) There is a known issue where
They involve adding That said, I do think the gain is too small to fragment extensions in another way (like nts/zts). |
No description provided.