DescriptionMake snapshots reproducible.
To keep the structure of the serializer more or less untouched, we use
some ingenious Corry-approved(TM) 3-step technology (a.k.a. "hack"):
* Create copies of code objects.
* Wipe out all absolute addresses in these copies.
* Write out the cleaned copies instead of the originals.
In conjunction with --random-seed, our snapshots are reproducible now.
BUG=v8:2885
R=bmeurer@chromium.org, erik.corry@gmail.com
Committed: http://code.google.com/p/v8/source/detail?r=17473
Patch Set 1 #Patch Set 2 : ARM support. Rebased. #Patch Set 3 : MIPS support. #
Total comments: 1
Patch Set 4 : Introduced Code::WipeOutHeader. #
Total comments: 5
Patch Set 5 : Comments only. #
Messages
Total messages: 9 (0 generated)
|