From b6e9041a675d8fc01ff317eb97cdc454fbfad3a6 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Tue, 11 Aug 2015 21:24:44 -0400 Subject: comment about immutables --- lisc/isel.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisc/isel.c') diff --git a/lisc/isel.c b/lisc/isel.c index 260c32b..5a217f9 100644 --- a/lisc/isel.c +++ b/lisc/isel.c @@ -4,7 +4,9 @@ /* For x86_64, we have to: * * - check that constants are used only in - * places allowed by the machine + * places allowed + * + * - ensure immutables always fit in 32b * * - explicit machine register contraints * on instructions like division. -- cgit 1.4.1