Changeset 1963
- Timestamp:
- 03/24/12 16:02:54 (15 months ago)
- Location:
- trunk/symbol_table
- Files:
-
- 1 removed
- 5 modified
-
Makefile (modified) (1 diff)
-
hash_strms.hpp (modified) (1 diff)
-
hash_test.cpp (deleted)
-
id_group_strms.hpp (modified) (1 diff)
-
main.cpp (modified) (2 diffs)
-
marker_strms.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/symbol_table/Makefile
r1960 r1963 15 15 endif 16 16 17 PABLO_COMPILER= ../../Compiler/pablomain.py17 PABLO_COMPILER=Compiler/pablomain.py 18 18 PABLO_ADD_DEBUG = #-a -b 19 19 -
trunk/symbol_table/hash_strms.hpp
r1960 r1963 14 14 struct Gen_hash_streams { 15 15 16 void do_block(Basis_bits & basis_bits, Hash & hash) {16 IDISA_INLINE void do_block(Basis_bits & basis_bits, Hash & hash) { 17 17 18 18 -
trunk/symbol_table/id_group_strms.hpp
r1960 r1963 31 31 Gen_lgth_groups() { 32 32 } 33 void do_block(Markers & markers, Groups & groups) {33 IDISA_INLINE void do_block(Markers & markers, Groups & groups) { 34 34 BitBlock cursor, temp; 35 35 -
trunk/symbol_table/main.cpp
r1960 r1963 7 7 */ 8 8 9 #include "transpose.hpp" 9 10 #include "../lib/bitblock.hpp" 10 11 #include "../lib/allocator.hpp" … … 12 13 #include "../lib/perflib/perfsec.h" 13 14 14 #include "transpose.hpp"15 15 // GENERATED 16 16 #include "marker_strms.hpp" -
trunk/symbol_table/marker_strms.hpp
r1960 r1963 14 14 Generate_markers() { 15 15 } 16 void do_block(Markers & markers) {16 IDISA_INLINE void do_block(Markers & markers) { 17 17 18 18 … … 39 39 struct Classify_markers { 40 40 41 void do_block(Basis_bits & basis_bits, Markers & markers) {41 IDISA_INLINE void do_block(Basis_bits & basis_bits, Markers & markers) { 42 42 BitBlock temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10; 43 43 BitBlock temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18;
