From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] MS Research reinvents Inferno? From: Charles Forsyth Date: Tue, 13 Dec 2005 17:56:19 +0000 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: c30cad22-ead0-11e9-9d60-3106f5b1d025 > when Inferno is jitting, it doesn't > insert bounds checks on array references, so it can crash easily too. as it happens, we've added those checks. ok, ok, they're currently wierdly optional, and i'd need to check which jits have had them added so far, but probably the default will change once we've a better idea of the cost. it saves a lot of unpleasantness.