DescriptionFix concurrent osr.
InstallOptimizedCode aquires ownership on the compilation info and deletes
it on return, tearing down the attached zone. The OptimizingCompiler
object is a zone object allocated in just that zone, so it also gets
deleted. Effectively, InstallOptimizedCode cleans up when it's done, so
the OptimizingCompiler object it receives is invalidated afterwards.
R=titzer@chromium.org
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=16609
Patch Set 1 #
Total comments: 1
Messages
Total messages: 4 (0 generated)
|