From a6987ad82f107df49853e1601b73076d030d6fc8 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 1 Jun 2020 20:16:32 -0400 Subject: Implemented an optimization for getting fields/slots from records in the new compiler. --- lux-jvm/source/luxc/lang/host/jvm.lux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lux-jvm/source/luxc/lang/host/jvm.lux') diff --git a/lux-jvm/source/luxc/lang/host/jvm.lux b/lux-jvm/source/luxc/lang/host/jvm.lux index d957bdb1d..841b6a2a9 100644 --- a/lux-jvm/source/luxc/lang/host/jvm.lux +++ b/lux-jvm/source/luxc/lang/host/jvm.lux @@ -19,7 +19,8 @@ [category (#+ Class)]]]] [tool [compiler - [reference (#+ Register)] + [reference + [variable (#+ Register)]] [language [lux ["." generation]]] -- cgit v1.2.3