c0e04e1e86
instances->set(i, *GetScriptWrapper(script)); GetScriptWrapper can call GC. The failure have only been seen on ARM, where the g++ compiler pulls out the object from the instances handle to a register before calling GetScriptWrapper causing set to be called on an object which may have moved. Marked a test on ARM as no longer flaky, whereas two other fails consistently but that is no longer related to the problem fixed above. BUG=1308895 Review URL: http://codereview.chromium.org/6271 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@444 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 |
||
---|---|---|
benchmarks | ||
include | ||
samples | ||
src | ||
test | ||
tools | ||
AUTHORS | ||
ChangeLog | ||
LICENSE | ||
SConstruct |