-
Notifications
You must be signed in to change notification settings - Fork 82
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
comparison with "edit and continue" #18
Comments
About EnC limitations: https://blogs.msdn.microsoft.com/vcblog/2016/07/01/c-edit-and-continue-in-visual-studio-2015-update-3/ Requires /Gy + /INCREMENTAL and is incompatible with /OPT:* and custom compilers. |
Technically blink makes use of a lot of the information provided by |
I guess it's still true that EnC uses extra padding to replace functions "in-place" in contrast to your approach of putting them in new memory and redirecting the old ones? |
How does it compare to /ZI?
Implementation details, performance, limitations.
Would be good to add that to the readme.
The text was updated successfully, but these errors were encountered: