[oilpan] Avoid write barrier on initilizing stores
Initializing stores (through constructors) can assume that objects are not yet marked and thus don't require write barriers. This CL breaks placement new for Member which can violate the assumption that the enclosing object is white. A follow up will fix this. Bug: chromium:757440, chromium:790691 Change-Id: Id0ef91ba1887837593603eaf73f56a127f8fda0a Reviewed-on: https://chromium-review.googlesource.com/812344 Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#522303}
Showing
Please register or sign in to comment