Skip to content

Commit 5c00440

Browse files
author
svorenova
committed
Remove the old way of specializing generics
We now specialize generics on-the-fly using a context-sensitive map of parameter-type pairs
1 parent 624cc91 commit 5c00440

File tree

44 files changed

+0
-1775
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+0
-1775
lines changed

src/java_bytecode/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ SRC = bytecode_info.cpp \
33
ci_lazy_methods.cpp \
44
ci_lazy_methods_needed.cpp \
55
expr2java.cpp \
6-
generic_arguments_name_builder.cpp \
76
generic_parameter_specialization_map_keys.cpp \
87
jar_file.cpp \
98
java_bytecode_convert_class.cpp \
@@ -30,7 +29,6 @@ SRC = bytecode_info.cpp \
3029
java_string_literals.cpp \
3130
java_types.cpp \
3231
java_utils.cpp \
33-
generate_java_generic_type.cpp \
3432
mz_zip_archive.cpp \
3533
select_pointer_type.cpp \
3634
# Empty last line

src/java_bytecode/generate_java_generic_type.cpp

Lines changed: 0 additions & 343 deletions
This file was deleted.

0 commit comments

Comments
 (0)