http://codereview.chromium.org/11037023/diff/25001/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right):
http://codereview.chromium.org/11037023/diff/25001/src/arm/assembler-arm.cc#newcode844 src/arm/assembler-arm.cc:844: RecordRelocInfo(x.rmode_, x.imm32_, DONT_USE_CONSTANT_POOL); On 2012/10/10 13:56:52, jfb wrote:
As before, if there's relocinfo then it's code (right?) so & ~3
I am not sure about this. We also have RelocInfos for embedded object pointers. Those will still be aligned to word boundaries, but the general assumption that relocation infos are just for code targets doesn't hold. http://codereview.chromium.org/11037023/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
