[webkit-reviews] review granted: [Bug 124181] FTL should have an explicit notion of bytecode liveness : [Attachment 217121] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 17 14:23:47 PST 2013


Sam Weinig <sam at webkit.org> has granted Filip Pizlo <fpizlo at apple.com>'s
request for review:
Bug 124181: FTL should have an explicit notion of bytecode liveness
https://bugs.webkit.org/show_bug.cgi?id=124181

Attachment 217121: the patch
https://bugs.webkit.org/attachment.cgi?id=217121&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=217121&action=review


> Source/JavaScriptCore/bytecode/FullBytecodeLiveness.h:35
> +typedef HashMap<unsigned, FastBitVector, WTF::IntHash<unsigned>,
WTF::UnsignedWithZeroKeyHashTraits<unsigned> > BytecodeToBitmapMap;

No need for the space between the trailing >>.


More information about the webkit-reviews mailing list