summaryrefslogtreecommitdiff
path: root/config/list/compiler.lst
diff options
context:
space:
mode:
authorschinz <schinz@epfl.ch>2003-07-10 13:23:24 +0000
committerschinz <schinz@epfl.ch>2003-07-10 13:23:24 +0000
commitbdf7315e7f0c8e6da4ab6cdd0da76e15282a4b2f (patch)
treea88e7ac509e6683926921a7b79ea3421e3433c7c /config/list/compiler.lst
parent61393510099ca97eb702cb47f78138b2fc162854 (diff)
downloadscala-bdf7315e7f0c8e6da4ab6cdd0da76e15282a4b2f.tar.gz
scala-bdf7315e7f0c8e6da4ab6cdd0da76e15282a4b2f.tar.bz2
scala-bdf7315e7f0c8e6da4ab6cdd0da76e15282a4b2f.zip
- introduced the new JVM backend as default, wh...
- introduced the new JVM backend as default, which uses FJBG instead of BCEL to generate bytecode
Diffstat (limited to 'config/list/compiler.lst')
-rw-r--r--config/list/compiler.lst2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/list/compiler.lst b/config/list/compiler.lst
index 816ed4c475..385d99f531 100644
--- a/config/list/compiler.lst
+++ b/config/list/compiler.lst
@@ -41,6 +41,8 @@ backend/Primitive.java
backend/Primitives.java
backend/jvm/GenJVMPhase.java
backend/jvm/GenJVM.java
+backend/jvm/GenJVMBCELPhase.java
+backend/jvm/GenJVMBCEL.java
backend/msil/GenMSIL.java
backend/msil/GenMSILPhase.java
backend/msil/TypeCreator.java