Skip to content
Commit a2bfab84 authored by Chris Lattner's avatar Chris Lattner
Browse files

Do not bother to emit a BytecodeBlock for an empty symbol table. This commonly

occurs when the symbol table for a module has been stripped, making all of the
function local symbols go away.

This saves 6728 bytes in the stripped bytecode file of 254.gap (which obviously
has 841 functions), which isn't a ton, but helps and was easy.

llvm-svn: 10750
parent 8043f8c2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment