DescriptionUse RtlCaptureContext instead of inline assembly to capture execution context on Windows
Inline assembly is not available in Visual C++ 64-bit version so use RtlCaptureContext to capture execution context. RtlCaptureContext is not available on Windows 2000 so this change removes Windows 2000 support. If this turns up causing trouble we can revert to only use RtlCaptureContext in 64-bit and inline assembly in 32-bit.
Committed: http://code.google.com/p/v8/source/detail?r=3122
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|