DescriptionResolve race condition with GC in CompilationCacheTable::Put.
The trouble is that the AsHandle method can allocate and thus
invoke GC, which could empty the table while we are updating it.
BUG=chromium:430880
LOG=N
R=verwaest@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=25229
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|