Sign in
Rick Byers
The CLR, diagnostics tool support and programming languages.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
CLR
ICorDebug
ICorProfile
Languages
Managed Error Reporting
Pages
PDBs
Science
Software engineering
Visual Studio
Archive
Archives
November 2010
(1)
January 2010
(1)
August 2009
(1)
June 2009
(3)
April 2009
(1)
December 2008
(1)
October 2008
(2)
August 2008
(2)
May 2008
(1)
September 2007
(1)
June 2007
(2)
May 2007
(1)
June 2006
(1)
September 2005
(4)
June 2005
(1)
April 2005
(2)
March 2005
(1)
February 2005
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Rick Byers
Func-eval can fail while stopped in a non-optimized managed method that pushes more than 256 argument bytes
Posted
over 5 years ago
by
Rick Byers - exMSFT
1
Comments
In this blog entry , Mike describes that func-eval will fail when not a GC-safe point. In VS this results in the error "Cannot evaluate expression because a thread is stopped at a point where garbage collection is impossible, possibly because the code...
Rick Byers
Invoking a virtual method non-virtually
Posted
over 5 years ago
by
Rick Byers - exMSFT
3
Comments
Method calls using the C# ‘ base ’ keyword get compiled to an IL ‘ call ’ instruction, rather than the ‘ callvirt ’ that is normally used . This is the one case in C# where a virtual method can be invoked without virtual dispatch. The CLR allows it to...
Page 1 of 1 (2 items)