updated commit request.
Removed all useless arguments, added const bool variable and SeededHash
method
to shape's base class (which was introduced here, btw)
If design is ok, I can start porting it to other archs.
http://codereview.chromium.org/9148006/diff/1011/src/utils.h
File src/utils.h (right):
http://codereview.chromium.org/9148006/diff/1011/src/utils.h#newcode257
src/utils.h:257: inline uint32_t ComputeIntegerHash(uint32_t key,
uint32_t seed = 0) {
Because it's used alot in other places like profiler, debugger,
frames.cc . They should not care about that.
http://codereview.chromium.org/9148006/
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev