Skip to content
Snippets Groups Projects
Commit bed24a51 authored by ram's avatar ram
Browse files

Merged non-descriptor changes:

 revision 1.6.1.2
 date: 90/04/12 21:40:17;  author: ram;  state: Exp;  lines added/del: 1/1
 Moved char early in the compilation so that the define-move-vops take
 effect.
 ----------------------------
 revision 1.6.1.1
 date: 90/04/08 18:11:15;  author: ram;  state: Exp;  lines added/del: 3/1
 Moved miscop after move, added pesudo-vops and represent.
parent e7b9fa89
No related branches found
No related tags found
No related merge requests found
......@@ -98,8 +98,9 @@
(comf "c:rt/core"))
(comf "c:rt/vm" :always-once *new-compile*)
(comf "c:rt/miscop")
(comf "c:rt/move")
(comf "c:rt/char")
(comf "c:rt/miscop")
(comf "c:rt/subprim")
(comf "c:rt/values")
(comf "c:rt/memory")
......@@ -112,13 +113,14 @@
(comf "c:rt/type-vops")
(comf "c:rt/arith")
(comf "c:rt/system")
(comf "c:rt/char")
(comf "c:pseudo-vops")
(comf "c:gtn")
(comf "c:ltn")
(comf "c:stack")
(comf "c:control")
(comf "c:entry")
(comf "c:ir2tran")
(comf "c:represent")
(comf "c:rt/vm-tran")
(comf "c:pack")
(comf "c:codegen")
......
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