DescriptionThis patch uses single BytesInstruction Courgette ops to point to long stretches of the binary file, instead of using one ByteInstruction op, which copies one byte at a time. This reduces memory usages for very large files, since less data is copied, and fewer Instruction classes are constructed.
BUG=266068
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217138
Patch Set 1 #
Total comments: 2
Patch Set 2 : Whitespace #
Total comments: 1
Patch Set 3 : Moved len calculation #
Messages
Total messages: 12 (0 generated)
|