From owner-soc-status@freebsd.org Mon Jul 20 08:47:30 2015 Return-Path: Delivered-To: soc-status@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FFA29A6FEB for ; Mon, 20 Jul 2015 08:47:30 +0000 (UTC) (envelope-from tuchalia@gmail.com) Received: from mail-lb0-x232.google.com (mail-lb0-x232.google.com [IPv6:2a00:1450:4010:c04::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD0DF15C5; Mon, 20 Jul 2015 08:47:29 +0000 (UTC) (envelope-from tuchalia@gmail.com) Received: by lbbqi7 with SMTP id qi7so10699475lbb.3; Mon, 20 Jul 2015 01:47:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=fvhktV+MdXDgzklfxV4JnTTkbbktE+uFRH2ac11MmyA=; b=GUttQfm45ExpWmmVeFefZF0FeNxH0GoWibkiqvC060/Y25A/gSwY8XTC+4ldcj+xQm 3Z7qVqnzU6+pSJyGCdIxwtPRP17e7LZvxP7n9oqIjwyoeSNR3GYzjun9p2cWhr290BJa Ga6rwEzTx1xGYe9xf05dG5Pb3tlq/yDwZg4lqQ8ches71F3pGm71cNm4IjS4dZxu2Ctm UtsjTpO+Q3B6c7SFsVW/vdX5CLMsCV3XgPCxhz0KNiIPgjnVSGwgOTN1VQK6FoJOER7W mHlam2lfwvK5QEIRutu5MbmGgrnmpa38lOD+XNyPeFXyi6w3SYjqUlSuoxyfH4yQEnf8 SLvw== X-Received: by 10.152.170.234 with SMTP id ap10mr26868974lac.28.1437382047514; Mon, 20 Jul 2015 01:47:27 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Daniel Peyrolon Date: Mon, 20 Jul 2015 08:47:17 +0000 Message-ID: Subject: Re: Status reports for "JIT for firewalling" To: "soc-status@freebsd.org" , George Neville-Neil Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 08:47:30 -0000 Hi everyone, This has not been a productive week. I've been so far unable to get the compiler working, I contacted David Chinsall as I said, and I have been looking to make everything works. The initialization process of LLVM is not working as expected, which may be related to a bad install (we have already disarded that), a bad building process, or a bad LLVM initialization process. Given the fact that the LLVM API has changed a lot since the last time, that may be possible. El s=C3=A1b., 11 jul. 2015 a las 12:24, Daniel Peyrolon () escribi=C3=B3: > Hi everyone, > > This last pair of weeks I've written the code needed to compile almost al= l > the rules, except those that modify control flow: call and skipto. For > those ones I will have to write them by hand on LLVM IR. > > I also started working on the testing code. I'm using conductor to > control the different hosts. I already have reserved a pair of hosts from > the netperf cluster in order to get that running. > > So far I haven't been able to test anything because the compiler is not > working yet, there has been a change in the API of LLVM since I last work= ed > with it, I sent an email to my past mentor, David Chisnall asking for > advice. > -- > Daniel > --=20 Daniel