mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1239413. Clarify comment about the context flags.
This commit is contained in:
parent
d07b0750ba
commit
f020f6e101
@ -188,8 +188,8 @@ class SamplerThread : public Thread {
|
||||
if (SuspendThread(profiled_thread) == kSuspendFailed)
|
||||
return;
|
||||
|
||||
// CONTEXT_CONTROL is faster but we can't use it on 64-bit because it
|
||||
// causes crashes in RtlVirtualUnwind (see bug 1120126).
|
||||
// Using only CONTEXT_CONTROL is faster but on 64-bit it causes crashes in
|
||||
// RtlVirtualUnwind (see bug 1120126) so we set all the flags.
|
||||
#if V8_HOST_ARCH_X64
|
||||
context.ContextFlags = CONTEXT_FULL;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user