From patchwork Sun Jun 28 15:21:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 489139 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42009140761 for ; Mon, 29 Jun 2015 01:22:04 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=okXVs1W6; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=UKs/0pCV6qqaGVdB67DOjbrJF/sCH3nibTdlKcRUuNYQ7O6mOnD56 Md73AW8O7sXklQfv2wGmmSnIBDvbOCtfArl2ZG74O3mY5A3ikPI2Op9COagS5c5g 2CbS5NDZ6cfmhwAER4GrcXC7/D94GE3wONDy7yFE8VNYkyfYa3G6SU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=sEe0LYkDXhr8pfSlR0Qc1KWrfr0=; b=okXVs1W6De0Dne/tj1PH 8XHsZBFIDw3S7X+pCDC7DbGdauMNaqpOYg+U8eQvqcuXy/7XKrnUP7PyL/Vf0JGl GREnw9XeSjLveWZ0/ON8g0jj1wdbl8KPfvuiT9/4QW78BU0BcZSOXTNcukfNMitC +4ZdJtWnhjp47gn32R1a/Pk= Received: (qmail 111086 invoked by alias); 28 Jun 2015 15:21:55 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 110438 invoked by uid 89); 28 Jun 2015 15:21:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 28 Jun 2015 15:21:54 +0000 Received: from tuna (93-82-132-169.adsl.highway.telekom.at [93.82.132.169]) by ainaz.pair.com (Postfix) with ESMTPSA id 6E80C3F41D for ; Sun, 28 Jun 2015 11:21:50 -0400 (EDT) Date: Sun, 28 Jun 2015 17:21:56 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Link maintenance for projects/cli.html Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Applied. Gerald Index: projects/cli.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cli.html,v retrieving revision 1.26 diff -u -r1.26 cli.html --- projects/cli.html 30 Jun 2014 22:07:35 -0000 1.26 +++ projects/cli.html 28 Jun 2015 14:56:43 -0000 @@ -105,7 +105,7 @@

In 2007 to explore the potential of .NET as a deployment file format, in -collaboration with HiPEAC, we +collaboration with HiPEAC, we developped also a CIL front end (always using GCC).

@@ -413,7 +413,7 @@

Implementation overview

Gcccil does not implement its own CLR metadata parser. -Instead, it uses Mono +Instead, it uses Mono to "parse" the input assembly. That is, Mono is used to load the assembly and parse the metadata and types. The frontend only has to parse the actual CIL code of each method. Mono provides a comprehensive API to