heptagon/compiler/global
Léonard Gérard d5858d6dd2 Optimize static evaluation
It greatly reduce the amount of constraints kept.
Indeed, all the constraints : x = x, x /y = x/y, etc
were kept when x and y were local params.
2011-11-18 12:32:36 +01:00
..
clocks.ml changed interf_schedule to use clocks correctly 2011-10-20 16:52:50 +02:00
global_compare.ml removed some stupid warnings. 2011-10-14 13:33:34 +02:00
global_mapfold.ml n-ary Sarray_power Earray_fill 2011-05-26 18:43:30 +02:00
global_printer.ml Inlined version of mission control 2011-09-15 11:23:16 +02:00
idents.ml resets are now without constraint. 2011-05-26 15:56:59 +02:00
idents.mli All-new and fresh tomato! 2011-07-08 11:56:37 +02:00
initial.ml Added type string to pervasives, with string constants in AST 2011-05-10 17:07:17 +02:00
linearity.ml Tweaked the printer to generate correct code 2011-09-15 11:10:39 +02:00
location.ml Fix print location. 2010-10-08 14:34:31 +02:00
modules.ml Load module before trying to unalias 2011-09-05 16:00:57 +02:00
names.ml Updated comments 2011-09-26 10:19:48 +02:00
signature.ml Made the argument non optional 2011-09-07 11:34:11 +02:00
static.ml Optimize static evaluation 2011-11-18 12:32:36 +01:00
types.ml Ext-value inlining pass. 2011-10-04 15:14:02 +02:00