Chromium Code Reviews
DescriptionRevert "Use constant length for memcpy on A64 simulator."
This reverts commit r20141 which broke the build with some GCC versions. The
reason behind that is GCC emits a warning about code which can never be reached,
but GCC can't figure that out.
The right approach would be using template specialization instead of these
runtime if/then/else cascades, which would be nicer from a SW engineering
perspective, too.
TBR=yangguo@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=20142
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||