mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 00:17:01 +00:00
1. constants can never occur in the symbol table.
2. All function-level constants are now incorporated into the module-level constant pool, since the compaction table was removed. Eliminate extra work to check for them. This speeds up the bcwriter from 24.4s to 13.1s on 447.dealII and .73 -> .56s on kc++ in a release build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34084 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -132,7 +132,6 @@ private:
|
||||
//
|
||||
void processTypeSymbolTable(const TypeSymbolTable *ST);
|
||||
void processValueSymbolTable(const ValueSymbolTable *ST);
|
||||
void processSymbolTableConstants(const ValueSymbolTable *ST);
|
||||
|
||||
// insertPrimitives - helper for constructors to insert primitive types.
|
||||
void insertPrimitives();
|
||||
|
||||
Reference in New Issue
Block a user